aboutsummaryrefslogtreecommitdiffstats
path: root/SharedSupport
Commit message (Collapse)AuthorAgeFilesLines
* * Add some color themesdmoagx2013-01-234-0/+312
|
* Issue 1470: [REQ] Support for bundling default Themesbamse162012-10-051-0/+78
| | | | | | Themes will be copied from Default Themes to ~/Library/Application Support/Sequel Pro/Themes, only if a theme with the same name does not exist in that folder.
* • added comments to default bundle commandsBibiko2011-06-302-2/+36
|
* * add author/description to hashing bundlesabhibeckert2011-06-272-2/+22
| | | | | * improve code of hashing bundles so they're easier to understand/learn from
* • fixed minimal size of Bundle Editor's right split viewBibiko2011-06-273-1/+4
| | | | | | | | • added to default bundles SHA1 und MD5 the key: <key>isDefaultBundle</key> <true/> - for both bundles description and author are missing • removed bundle file 'echo n' from SHA1 package
* add MD5 and SHA1 hash bundles (#415)abhibeckert2011-06-233-0/+57
|
* • updated syntax highlighting and completion suggestions due to 5.5 additionsBibiko2011-01-211-1/+1
| | | | • improved "Format SQL" connection detection
* • do not remove line breaks in beforehand for "Format SQL" Bundle commandBibiko2011-01-201-1/+1
|
* • added to "Format SQL" Bundle command to display once an alert for the ↵Bibiko2011-01-191-0/+11
| | | | very first usage that this command sends the SQL statement(s) to an online service
* • fixed issue while updating Default Bundles for key equivalentBibiko2011-01-192-5/+12
| | | | | | • improved JSON Bundle commands - got rid of trailing whitespaces inside data and as JSON object - added error handling for serialization a JSON object to suppress inserting of "null"
* • improved replacing selection of Bundle commands - intersect ranges in ↵Bibiko2011-01-193-102/+68
| | | | | | beforehand for safety reasons • removed Serialize/Prettify JSON Bundles by Toggle JSON Format which auto-detects the JSON format to decide whether to serialize or pretty print
* • added Input Field > Format > Prettify JSON and Serialize JSON Default ↵Bibiko2011-01-192-0/+102
| | | | Bundles - both bound to ⌥⌘J
* • fixed issue for default Bundles if category or key equivalent was ↵Bibiko2011-01-141-3/+11
| | | | | | | | changed by the user • improved Format SQL Bundle - added checking for empty passed SQL string - changed category to Format
* • added "Format SQL" as default Bundle to scope Input Field/Query Editor ↵Bibiko2011-01-141-0/+184
| | | | which make usage of an online service to validate and format the current query or selection
* • added Default Bundle: Copy as JSONBibiko2011-01-071-0/+129
| | | | • after selecting a Bundle in the Bundle Editor jump to the beginning of the command in order to avoid unstable display issue inside the command textview
* • improved installation routine for Default BundlesBibiko2011-01-073-0/+6
| | | | • added missing key isDefaultBundle to Default Bundles
* • fixed bug for Bundle commands to detect if current textview is the Query ↵Bibiko2011-01-055-0/+337
| | | | | | Editor • added some more Default Bundles
* • added first Default Bundle and procedure to copy them into ↵Bibiko2010-12-271-0/+119
BUILD_PRODUCT/Contents/SharedSupport done in build.sh while compiling