diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-08-14 10:08:31 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-08-14 10:08:31 +0000 |
commit | 1fdf6898c1750fc0af72d9919cf370855f6a5bf2 (patch) | |
tree | 5df8cf5736a6311d712bbd29c844eec87a27b9f2 /Interfaces/English.lproj | |
parent | f0985197a759c5e6dcc1d60b71f2652f701da805 (diff) | |
download | sequelpro-1fdf6898c1750fc0af72d9919cf370855f6a5bf2.tar.gz sequelpro-1fdf6898c1750fc0af72d9919cf370855f6a5bf2.tar.bz2 sequelpro-1fdf6898c1750fc0af72d9919cf370855f6a5bf2.zip |
• added to the SPFieldEditorController's text editor view its own undoManager which runs in the same modal run loop
- RETURN or a ' ' forms a undo group
- undo groups will be formed after 5 run loops (to form longer block while writing quickly)
Note: Has to be tested and fine-tuned if necessary
Diffstat (limited to 'Interfaces/English.lproj')
-rw-r--r-- | Interfaces/English.lproj/FieldEditorSheet.xib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Interfaces/English.lproj/FieldEditorSheet.xib b/Interfaces/English.lproj/FieldEditorSheet.xib index 19d70fa8..920bd5cb 100644 --- a/Interfaces/English.lproj/FieldEditorSheet.xib +++ b/Interfaces/English.lproj/FieldEditorSheet.xib @@ -588,7 +588,7 @@ <int key="NSTCFlags">1</int> </object> <object class="NSTextViewSharedData" key="NSSharedData"> - <int key="NSFlags">4083</int> + <int key="NSFlags">4067</int> <reference key="NSBackgroundColor" ref="940290613"/> <reference key="NSInsertionColor" ref="1021276550"/> <object class="NSDictionary" key="NSSelectedAttributes"> |