aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/PreferenceDefaults.plist
Commit message (Collapse)AuthorAgeFilesLines
* - Tweak table information panel to show scrollbars if it's resized to a ↵rowanbeentje2009-07-261-0/+2
| | | | | | | | position that would hide content - Store collapse state of table information panel in preferences - Apply a double fix for BWSplitView/NSSplitView+BWAnchoredButtonBar not informing delegates of resizes - correctly inform original BWSplitView delegates of resizes, and allow BWAnchoredButtonBar registered delegates to recieve the original split view resize notifications. This fixes database menu resizing in synch with splitview resizing for improved/consistent look and feel.
* - Revert r844, making background printing draw from the print accessory ↵rowanbeentje2009-06-251-0/+4
| | | | view again. Improve by setting background printing to on by default, read on startup.
* Add a very basic preference to disable all query logging. This can be ↵stuconnolly2009-06-111-0/+2
| | | | expanded upon to disable different types of queries.
* • added to Editor Preferences:Bibiko2009-06-051-0/+4
| | | | | - "Query Background" color - checkbox "Highlight Current Query"
* • activate Preference setting for caret colorBibiko2009-05-241-0/+2
| | | | | | | | • added prototype for new completion (ESC -> Cocoa, F5 -> new completion) - not yet finished - TODO: -- support for NSSpellChecker items -- images for different types of suggestions like proc/func/tabkle/view/sql statement, db name, etc.
* - Few Changes to Query Editor Preferenceavenjamin2009-05-221-5/+5
| | | | | - Cleaned up a few preference keys - Added Caret Color to Query Editor Prefs - disabled for now.
* New preference to allow the displaying of vertical grid lines in table views.stuconnolly2009-05-191-1/+3
|
* Implementation of enhancement #28: Allow customizing default value of NULL ↵stuconnolly2009-05-111-0/+2
| | | | property when adding new table fields.
* • added "Query Editor" preference pane for setting colors, font, and modes ↵Bibiko2009-05-071-0/+18
| | | | | | | | | | | | | | | | | (from the CQ's action gear which are still customizable there) - in addition to the syntax colors it's now possible to change the fore/background color as well • added "Update Help while typing" feature in the Custom Query editor • first trial to improve syntax highlighting for large text in the Custom Query editor - if the text is larger than 10k the highlighting is performed only for the visible text area ±bias (3.5k) - if the user changes the visible area the highlighting follows time-delayed 500ms) to assure user interaction - a test with a 45MB SQL dump worked (of course a tick slowier) -- todo: improve prev/current query detection (mainly the SQLParser) - if the text size is > 6MB the completion list won't show words from the text due to parsing time - if the text size is > 6MB the line numbering will be disabled due to performance issue (improvements should follow) • some tiny clarification changes in the syntax highlighting code • some minor code cosmetics
* • changed context menu item in CQ's textview to support "MySQL Help"Bibiko2009-04-301-0/+2
| | | | | • prepared code to work with autoHelp • improved getRangeForCurrentWord (fix for " |a")
* • added ConsoleShowHelps key (TRUE) to the default plistBibiko2009-04-281-0/+2
|
* - Save the state of the "Show timestamps" and "Show SELECT/SHOW statements" ↵rowanbeentje2009-04-201-0/+4
| | | | options for the console in the user preferences
* - Add defaults for the SelectLastFavoriteUsed and LastFavoriteIndex keysrowanbeentje2009-04-171-0/+6
| | | | | | - Add the ability to configure the maximum number of items in the query history - Added appropriate minumums (0) and maximums in prefs for max history items, LIMIT count, connection timeout value
* - Correctly set default editor font to Monaco 10rowanbeentje2009-04-121-1/+1
| | | | | | - Restore pref upgrade methods, make compatibible with both lastUsedVersion and LastUsedVersion keys - Add upgrade method to map old pref keys to new pref keys, delete old keys
* - Tweak code to use the new UseKeepAlive preference valuerowanbeentje2009-04-111-14/+22
| | | | | | | - Update a few pref checks which were using the old pref values still - Resort preference defaults to match layout in prefs, restore old default values for some keys - Restore missing defaults for new editor properties
* - part 3 of merge from 'avenjamin' branch into trunk.avenjamin2009-04-101-0/+36
- commiting Resources