aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPNarrowDownCompletion.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* • improved completion behaviour of suggestions containing spaces; a second ...Bibiko2010-02-051-5/+11
* • further improvements to allow to insert programmable query favorites (as ...Bibiko2010-01-251-4/+8
* • completionBibiko2010-01-211-35/+71
* • completion enhancementsBibiko2010-01-211-25/+97
* • completionBibiko2010-01-201-97/+55
* • improved completion for Query Editor bound to ESCBibiko2010-01-191-122/+162
* - removed F5 completion debug outputBibiko2010-01-151-15/+16
* • refactored parsing code for F5 completionBibiko2010-01-151-28/+21
* • F5 compeltionBibiko2010-01-131-3/+35
* • further improvements for F5 completionBibiko2010-01-131-10/+25
* • further developments for the F5 completionBibiko2010-01-111-2/+4
* • further preparations to F5 completionBibiko2010-01-111-52/+80
* • made lexer 64bit compatibleBibiko2010-01-101-3/+19
* • F5 completionBibiko2010-01-091-1/+1
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-14/+15
* - Work through static analysis of the source, fixing a number of small memor...rowanbeentje2009-12-141-1/+1
* Tidy up.stuconnolly2009-11-071-9/+15
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-171-1/+2
* - Replaces uses of the deprecated selectRow:byExtendingSelection: with selec...rowanbeentje2009-09-021-1/+1
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-2/+2
* • fixed dealloc of 'suggestions' in SPNarrowDownCompletionBibiko2009-07-151-7/+3