Open yepher opened 8 years ago
This is a fix for issue #52
grammar
textView
[self.textView string]
After this change undo history is maintained after generate or File->Save.
generate
File
Save
FYI, FIxed a problem where loading the saved file did not work. I've been using this for several days not and seems to be working really well.
This is a fix for issue #52
grammar
<->NSTextView KVO.textView
since it breaks undo history and I don't think it actually adds any value.[self.textView string]
as the authoritative state of the NSTextView (grammar).After this change undo history is maintained after
generate
orFile
->Save
.