aboutsummaryrefslogtreecommitdiffstats
path: root/Resources
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-11-19 10:45:00 +0000
committerBibiko <bibiko@eva.mpg.de>2009-11-19 10:45:00 +0000
commitdaa5efe61df282fe602210b5b955a7d21206bf1e (patch)
tree6fc35af636e038bded6e1a0b31517d8c19af78b8 /Resources
parentcb084e21e106d6da123123b565426f2bfd7da595 (diff)
downloadsequelpro-daa5efe61df282fe602210b5b955a7d21206bf1e.tar.gz
sequelpro-daa5efe61df282fe602210b5b955a7d21206bf1e.tar.bz2
sequelpro-daa5efe61df282fe602210b5b955a7d21206bf1e.zip
• remember the spell checker status in the blob field editor
- status can be toggled by right-click in the text view and go to submenu "Spelling and Grammar" > "Check Spelling while Typing" Note: up to now "Check Spelling while Typing" wont' be checked in the GUI if it's enabled → TODO (maybe related to the "sheet issue")
Diffstat (limited to 'Resources')
-rw-r--r--Resources/PreferenceDefaults.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/Resources/PreferenceDefaults.plist b/Resources/PreferenceDefaults.plist
index ac28192c..71e9473d 100644
--- a/Resources/PreferenceDefaults.plist
+++ b/Resources/PreferenceDefaults.plist
@@ -133,5 +133,7 @@
<string>\</string>
<key>CSVImportFirstLineIsHeader</key>
<true/>
+ <key>BlobTextEditorSpellCheckingEnabled</key>
+ <false/>
</dict>
</plist>