aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/Plists/PreferenceDefaults.plist
Commit message (Collapse)AuthorAgeFilesLines
* * Please note this revision will re-prompt for access to all KeyChain ↵rowanbeentje2012-11-181-125/+127
| | | | | | | | | | passwords * - Change the bundle identifier from com.google.code.sequel-pro to com.sequelpro.SequelPro - Change the code signing process to use a new identity and requirement, to add Developer ID support on 10.7+ but to also maintain functionality on 10.5+ - Add a preference migration routine to copy the old application defaults to the new bundle identifier's defaults - Re-order the default keys to alphabetical to more easily locate values
* - Add a new CSV import field escape setting, as a new default, supporting ↵rowanbeentje2012-01-061-1/+1
| | | | both backslash and double-character escaping. This will mean the vast majroty of CSVs selected for import will be read correctly by default, fixing issues such as Issue #1252
* Add a hidden preference for specifying the long running query notification ↵stuconnolly2011-10-081-0/+2
| | | | time (currently in milliseconds). Implements issue #944
* Re-add the ability the show the full process list in the server processes ↵stuconnolly2011-05-071-1/+3
| | | | panel. Fixes issue #1036.
* • implemented user-definable Soft IndentionBibiko2011-01-211-0/+4
| | | | | - instead of using \t as indention string the user can choose how many spaces should be used instead - addresses issue 956
* • changed the way to check for available update of Default BundlesBibiko2011-01-031-2/+0
| | | | - perform a check only if the revision number is greater as the last recorded one, in other words if an updated version of Sequel Pro was installed and runs for the very first time
* • preparations for managing default Bundles which will ship with SPBibiko2010-12-201-0/+4
| | | | • improved Bundle Editor to store only modified Bundles
* • HTML output windowBibiko2010-12-131-0/+2
| | | | | - enabled WebInspector in context menu for debugging - alert the user about JavaScript parsing errors and exceptions with some debug info
* • Filter Table - Set Default OperatorBibiko2010-09-291-0/+2
| | | | - added the chance to define the unmarked default operator
* • added chance to export/import the color theme of the Query Editor in ↵Bibiko2010-08-161-0/+2
| | | | | | | | | | | Prefs > Editor > Gear menu as normal plist file - file extension is spTheme - can also import TextMate theme tmTheme files directly • added the chance to set the selection color in the Query Editor • fixed code for setting the insertion point color • changed the way how the query highlight color will be drawn - now it also supports colors with an alpha value
* • remember user's last setting for "Resetting AUTO_INC" while deletion of ↵Bibiko2010-08-101-0/+2
| | | | all rows in a table
* Tidy up the Resources directory to match that of Xcode's logical directory ↵stuconnolly2010-07-031-0/+171
structure.