aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPNarrowDownCompletion.m
Commit message (Expand)AuthorAgeFilesLines
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-5/+5
* - Convert all old .tiff resource images to .png formatrowanbeentje2012-12-211-6/+6
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-17/+23
* Fix more gcc warnings.stuconnolly2012-05-091-14/+14
* - Add the enter key and right arrow key to the list of keys that will select...rowanbeentje2012-04-191-1/+1
* - Fix crashes on use of custom query autocompletion when the database struct...rowanbeentje2012-04-141-2/+3
* Merge in the SPMySQL Framework. This new framework should provide much of th...rowanbeentje2012-03-171-6/+9
|\
| * More bugfixes to the SPMySQL integration branch:rowanbeentje2012-03-141-0/+2
| * Final feature work on the SPMySQL branch before merging:rowanbeentje2012-03-141-6/+9
| * - Bring SPMySQL Framework integration branch up to date with trunkrowanbeentje2012-03-051-0/+7
| |\ | |/ |/|
| * Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-6/+6
* | - Fix a retain cycle in SPNarrowDownCompletion popups while the structure is...rowanbeentje2012-03-041-0/+7
|/
* Tidy up console/query controller.stuconnolly2011-09-031-0/+1
* - Cancel and clear autocomplete if a keyboard combo is being run - this fixe...rowanbeentje2011-08-301-0/+3
* - Fix issues undoing past an autocompletion type-through, addressing excepti...rowanbeentje2011-08-261-0/+2
* Fixes source text encoding problems accidentally introduced in r3273sqlprodev2011-04-141-1/+1
* SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread...sqlprodev2011-04-141-1/+1
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-3/+11
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-081-5/+5
* fixed compiler warningssqlprodev2011-03-011-2/+2
* • fixed completion issue via alias namesBibiko2011-01-211-6/+12
* • fixed issue for placeholder insertion while completion of already backtic...Bibiko2011-01-211-4/+15
* • fixed issue for placeholder insertion while completion of already backtic...Bibiko2011-01-211-5/+14
* • fix table name encoding problem (return name can be NSNull) which can ari...Bibiko2010-12-111-0/+1
* - Fix behaviour of manually-triggered autocomplete following recent changesrowanbeentje2010-12-071-16/+18
* - Clean up placeholder removal code, and improve speed of full clean slightlyrowanbeentje2010-12-011-35/+47
* - Rework insertCommonPrefix to insertAutocompletePlaceholder, implementing a...rowanbeentje2010-11-301-48/+69
* Minor tweaks to autocompletion:rowanbeentje2010-11-061-0/+6
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-2/+0
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-3/+0
* Remove unused macros as well as macros that were only used in a single place ...stuconnolly2010-09-291-4/+6
* • overall replacement of:Bibiko2010-08-201-3/+3
* • auto-completion in Query Editor now detects whether the caret is inside ...Bibiko2010-08-161-0/+6
* - Tweak custom query autocompletion to no longer show a key-capturing invisi...rowanbeentje2010-07-171-2/+6
* Rename CMTextView to SPTextView.stuconnolly2010-05-271-1/+1
* Merge in minor fixes from 0.9.8 RC merge review:rowanbeentje2010-04-241-2/+2
* - SPNarrowDownCompletion: Pass NSApp certain events *after* processing local...rowanbeentje2010-04-231-2/+3
* - Allow CMTextView to track SPNarrowDownCompletion state, ensuring old windo...rowanbeentje2010-04-221-8/+21
* Review usage of notifications, afterDelay: and waitUntilDone:NO calls:rowanbeentje2010-04-121-0/+1
* Tried to fine-tune the auto-completion behaviour esp. for automatically inser...Bibiko2010-04-071-1/+54
* • overlapping of completion windows after refreshing its content if db stru...Bibiko2010-04-061-3/+7
* • completion listBibiko2010-04-061-43/+54
* • fixed issue for refreshing the completion list after finishing the struct...Bibiko2010-03-311-2/+2
* • fixed issue for completion window if animated sync icon is shownBibiko2010-03-311-6/+25
* • if document window will close sent a 'cancelPreviousPerformRequestsWithTa...Bibiko2010-03-311-2/+2
* • querying for db structure is queued for the same connection to avoid 'ove...Bibiko2010-03-311-13/+105
* - db structure for tables and views will now be queried by using SHOW… stat...Bibiko2010-03-281-5/+9
* General tidy up, with a focus on consolidating more constants in SPConstants....stuconnolly2010-03-241-2/+3
* • further work on Navigator (not yet active but workable -> unHide menu item)Bibiko2010-03-191-6/+12