| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
* improve code of hashing bundles so they're easier to understand/learn from
|
|
|
|
|
|
|
|
| |
• 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
|
| |
|
|
|
|
| |
• improved "Format SQL" connection detection
|
| |
|
|
|
|
| |
very first usage that this command sends the SQL statement(s) to an online service
|
|
|
|
|
|
| |
• 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"
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Bundles - both bound to ⌥⌘J
|
|
|
|
|
|
|
|
| |
changed by the user
• improved Format SQL Bundle
- added checking for empty passed SQL string
- changed category to Format
|
|
|
|
| |
which make usage of an online service to validate and format the current query or selection
|
|
|
|
| |
• 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
|
|
|
|
| |
• added missing key isDefaultBundle to Default Bundles
|
|
|
|
|
|
| |
Editor
• added some more Default Bundles
|
|
BUILD_PRODUCT/Contents/SharedSupport done in build.sh while compiling
|