aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.m
Commit message (Collapse)AuthorAgeFilesLines
* Bring outline view branch up to date with trunk (r3471:r3481).stuconnolly2012-02-191-1/+1
|
* Bring outlinew view branch up to date with trunk (r3375:3468).stuconnolly2012-01-221-1/+3
|
* Bring outline view branch up to date with trunk (r3246:r3264).stuconnolly2011-04-031-0/+2
|
* Bring outline view branch up to date with trunk (r3235:r3245), which should ↵stuconnolly2011-03-191-1/+5
| | | | resolve all warnings.
* Bring outline view branch up to date with trunk (r3227:r3233).stuconnolly2011-03-081-6/+8
|
* Merge in missing commit from trunk.stuconnolly2011-03-071-37/+34
|
* Bring outline view branch up to date with trunk (r3203:r3224).stuconnolly2011-03-071-75/+63
|
* Bring outline view branch up to date with trunk (r3056:r3162).stuconnolly2011-01-271-205/+399
|\
| * • show activity pane for running Bundle process automatically if the ↵Bibiko2011-01-201-0/+26
| | | | | | | | process runs longer than 1 sec and hide it if no process runs anymore to inform the user better
| * • fixed issue while updating Default Bundles for key equivalentBibiko2011-01-191-1/+2
| | | | | | | | | | | | • 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"
| * • fixed issue for default Bundles if category or key equivalent was ↵Bibiko2011-01-141-59/+65
| | | | | | | | | | | | | | | | changed by the user • improved Format SQL Bundle - added checking for empty passed SQL string - changed category to Format
| * • improved error handling for sequelpro URL scheme commandsBibiko2011-01-131-0/+21
| |
| * • fixed issue while updating a Bundle by identifying it via UUID but ↵Bibiko2011-01-131-2/+3
| | | | | | | | different spBundle file name
| * • fixed issue for installing a Bundle if Sequel Pro didn't run, i.e. e.g. ↵Bibiko2011-01-121-0/+5
| | | | | | | | double-click in Finder at a spBundle file
| * • changed sequelpro URL command SyntaxHighlighting to be connection ↵Bibiko2011-01-101-0/+137
| | | | | | | | independent - added example BASH script at http://www.sequelpro.com/docs/URL_scheme_sequelpro://_Usage#Use_Sequel_Pro_to_do_a_syntax_highlighting_of_a_given_SQL_query_HTML_formatted
| * • minor code cleaningBibiko2011-01-071-14/+18
| |
| * • improved installation routine for Default BundlesBibiko2011-01-071-75/+67
| | | | | | | | • added missing key isDefaultBundle to Default Bundles
| * • improved Default Bundle management for installation, updating, undeletionBibiko2011-01-051-100/+113
| | | | | | | | • if current NSTextView is not set to NSLeftTextAlignment show a SPTooltip at mouse location until we found a way the calculate the caret position correctly since [NSLayoutManager glyphRangeForCharacterRange:] returns a wrong NSRect
| * • fixed bug for re-copying default bundles after launching SPBibiko2011-01-051-2/+2
| |
| * • further fix for updating default Bundles after SP updateBibiko2011-01-051-0/+3
| |
| * • fixed bug for copying default bundles after SP updateBibiko2011-01-051-2/+0
| |
| * - Alter bundle search paths to no longer add a blank location as the first ↵rowanbeentje2011-01-031-4/+5
| | | | | | | | option if the Application support bundles folder does not exist; addresses issues where default bundles are updated in the hard disk root
| * • cleaned code for NSPropertyListSerialization while reloadBundles (thanks ↵Bibiko2011-01-031-17/+9
| | | | | | | | to emixam for pointing it out)
| * • forgot to remove debug logs of previous commitBibiko2011-01-031-77/+75
| |
| * • changed the way to check for available update of Default BundlesBibiko2011-01-031-13/+9
| | | | | | | | - 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
* | Bring fravorites outline view branch up to date with trunk (r3036:3058).stuconnolly2010-12-281-102/+314
|\|
| * • added first Default Bundle and procedure to copy them into ↵Bibiko2010-12-271-1/+1
| | | | | | | | BUILD_PRODUCT/Contents/SharedSupport done in build.sh while compiling
| * * Provide more context for Bundle Editor localizable messages (leaves one ↵dmoagx2010-12-261-12/+12
| | | | | | | | issue with genstrings, might need to set "-q")
| * • implemented undeletion of default BundlesBibiko2010-12-221-7/+15
| | | | | | | | • made usage of constants
| * • fixed issue form redirecting output actions via exit codes if Bundle's ↵Bibiko2010-12-211-3/+4
| | | | | | | | | | | | default output action was None • renamed constants to avoid confusing
| * • added sequelpro URL scheme command ↵Bibiko2010-12-211-0/+27
| | | | | | | | sequelpro://$SP_PROCESS_ID@chooseItemFromList/a/b/c/d to come up with a menu to let the user choose an item from a list
| * • fixed issue for duplicating a Bundle (the new UUID will be saved ↵Bibiko2010-12-211-33/+75
| | | | | | | | | | | | | | | | immediately) • finished default Bundle update handling: - default Bundles will be copied into AppSupport/SP/Bundles if they don't exist - if a default Bundle was updated - then we have to add the corresponding UUID into the Prefs for key updatedDefaultBundles - while launching SP checks for possible updates - if so the Bundle will be overwritten if the user didn't changed - if user changed it then the user's version will be duplicated as "(user)" with a different UUID and the default tag will be removed - and the new Bundle will replace the old one - i.e. the user can decide whether to incorporate its changes or not - if such user-modified Bundles are found the user will be informed about it otherwise an update works quietly
| * • fixes issue while updating a Bundle - move the folder to Trash not only ↵Bibiko2010-12-211-1/+1
| | | | | | | | the command.plist
| * • further preparations for default Bundles managementBibiko2010-12-201-12/+49
| |
| * • preparations for managing default Bundles which will ship with SPBibiko2010-12-201-85/+182
| | | | | | | | • improved Bundle Editor to store only modified Bundles
* | Bring outline view branch up to date with trunk (r3030:3035).stuconnolly2010-12-171-25/+5
|\|
| * • minor improvements, commenting, cleaning for URL scheme commandsBibiko2010-12-171-27/+3
| |
| * • allow to some sequelpro URL scheme commands like select a table/db the ↵Bibiko2010-12-171-1/+5
| | | | | | | | usage without a specific SP_PROCESS_ID
* | Bring outline view branch up to date with trunk (r3018:3028).stuconnolly2010-12-141-26/+28
|\|
| * • URL scheme commands:Bibiko2010-12-141-22/+22
| | | | | | | | - display some error tooltips and improved the cancellation via ⌘. of the sequelpro://SP_PROCESS_ID@passToDoc/ExecuteQuery command
| * • Bundle supportBibiko2010-12-141-4/+6
| | | | | | | | | | - fixed updating of a Bundle with the same UUID - fixed issue of Output action "Replace Selection"
* | Bring outline view branch up to date with trunk (r3011:3016).stuconnolly2010-12-131-19/+58
|\|
| * • HTML output windowBibiko2010-12-131-19/+58
| | | | | | | | | | - a BASH script called via window.system.run() inherits the current shell vars and the associated SP_PROCESS_ID if set to make it easier to run sequelpro URL scheme commands from JavaScript via BASH - improved error handling
* | Bring outline view branch up to date with trunk (r3007:3010).stuconnolly2010-12-121-1/+65
|\|
| * • made usage of more constants to avoid double-storing stringsBibiko2010-12-121-4/+4
| | | | | | | | • fixed JavaScript alert and confirm window in HTML output window
| * • HTML output window's JavaScript supportBibiko2010-12-121-0/+64
| | | | | | | | | | | | - changed the approach to make the HTML output window the key window; now it could be done directly via a JavaScript command: window.system.makeHTMLOutputWindowKeyWindow() - added the chance to ask Sequel Pro via JavaScript for run-time shell variables via window.system.getShellEnvironmentForName('shell_var_name') • more usage of constants
* | Bring outlineview branch up to date with trunk (r2989:3005).stuconnolly2010-12-111-1/+1
|\|
| * • Bundle command supportBibiko2010-12-101-1/+1
| | | | | | | | | | - renamed menu item - minor code cleaning
* | Bring outline view branch up to date with trunk (r2976:2988).stuconnolly2010-12-081-49/+99
|\|
| * • Bundle commandsBibiko2010-12-081-46/+94
| | | | | | | | | | | | | | - reworked invocation via keyboard short-cut to allow to fall back to General scope - added chance to redirect the output action via command exit codes; useful if the normal output is an HTML window but an error occurred, now one can display the error as tooltip for instance - unified file hand-shake file names by one uuid - made usage of more constants and renamed some shell vars