aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPNarrowDownCompletion.m
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - fixed bug for nested snippets if a nested snippet is located at the very en...Bibiko2010-03-171-0/+4
* • Query FavoritesBibiko2010-03-161-0/+6
* Following a manual code review, fix some local variables overriding global va...rowanbeentje2010-03-151-0/+1
* • append () after completion of a stored procedureBibiko2010-03-111-2/+2
* • auto-completionBibiko2010-03-101-0/+7
* • added $SP_ASLIST_ALL_FIELDS_FROM_SELECTED_TABLE as pre-defined snippet listBibiko2010-03-091-2/+7
* • fixed bug in snippet list - now it inserts the chosen item correctly afte...Bibiko2010-03-091-0/+1
* • improved tooltip behaviour of SPNarrowDownCompletion's tableViewBibiko2010-03-091-0/+58
* • fixed some minor GUI issues for SPNarrowDownCompletion windowBibiko2010-03-091-6/+22
* • added possibility to define a snippet via ¦a¦b¦ – such a snippet wil...Bibiko2010-03-081-1/+1
* • outsourced keyword completion and function completion lists to Completion...Bibiko2010-03-081-15/+23
* • function completionBibiko2010-03-071-2/+7
* • added to CustomQuery's CMTextView the option to set auto-completion on/of...Bibiko2010-03-071-4/+15
* • CMTextView completionBibiko2010-02-191-1/+7