diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-03-06 12:36:37 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-03-06 12:36:37 +0000 |
commit | 5052718afb789f21654e094f2d065baf6bb6ac81 (patch) | |
tree | 88e9f2f8c03a7bf995208f17f619e3d40a437d71 /Resources/PreferenceDefaults.plist | |
parent | 37b41c535f442aa85750679dccc7885655cb3429 (diff) | |
download | sequelpro-5052718afb789f21654e094f2d065baf6bb6ac81.tar.gz sequelpro-5052718afb789f21654e094f2d065baf6bb6ac81.tar.bz2 sequelpro-5052718afb789f21654e094f2d065baf6bb6ac81.zip |
• CSV Import Field Mapper
- fixed some issues for displaying the default values for auto_increment and time_stamp
• added possibility to change the tab stop width in each CMTextView via Preference setting in Editor window
Diffstat (limited to 'Resources/PreferenceDefaults.plist')
-rw-r--r-- | Resources/PreferenceDefaults.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Resources/PreferenceDefaults.plist b/Resources/PreferenceDefaults.plist index 18b71f09..52abb689 100644 --- a/Resources/PreferenceDefaults.plist +++ b/Resources/PreferenceDefaults.plist @@ -84,6 +84,8 @@ <false/> <key>CustomQueryUpdateAutoHelp</key> <false/> + <key>CustomQueryEditorTabStopWidth</key> + <integer>4</integer> <key>CustomQueryAutoHelpDelay</key> <real>1</real> <key>lastSqlFileEncoding</key> |