omadawn / njord

Java iRule Editor
2 stars 1 forks source link

Store textEditorPane's instead of njordIruleObjects so we can track isDirty and have the undo history follow the rule. #10

Closed omadawn closed 12 years ago

omadawn commented 12 years ago

This is related to issue #6 about properly displaying iRule status. https://github.com/omadawn/njord/issues/6

Initial problem with this because when we load it with text it's marking it dirty. I need to fill it with text when I open it but the only way to do that is to give it a 'file path' See Issue #2 about using fileLocation properly.

Also related #11

omadawn commented 12 years ago

This is 90% working. Error handling with it isn't quite right.

omadawn commented 12 years ago

Done and working. Editing and saving all works.