aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPNarrowDownCompletion.h
Commit message (Expand)AuthorAgeFilesLines
* * Removed dead codeMax2018-06-021-6/+0
* Reformat SPNarrowDownCompletion classMax2018-05-301-18/+31
* Fix objc weak errors by removing an unused delegate (#3062)Max2018-05-301-1/+1
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-2/+2
* Fix warnings due to not conforming to 10.6 protocols.stuconnolly2013-01-241-4/+0
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-16/+22
* Final feature work on the SPMySQL branch before merging:rowanbeentje2012-03-141-1/+4
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-1/+7
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-081-1/+1
* • fixed completion issue via alias namesBibiko2011-01-211-1/+2
* - Clean up placeholder removal code, and improve speed of full clean slightlyrowanbeentje2010-12-011-1/+1
* - Rework insertCommonPrefix to insertAutocompletePlaceholder, implementing a...rowanbeentje2010-11-301-2/+3
* Tidy up.stuconnolly2010-10-191-3/+0
* Tried to fine-tune the auto-completion behaviour esp. for automatically inser...Bibiko2010-04-071-0/+2
* • querying for db structure is queued for the same connection to avoid 'ove...Bibiko2010-03-311-1/+13
* General tidy up, with a focus on consolidating more constants in SPConstants....stuconnolly2010-03-241-2/+0
* • Query FavoritesBibiko2010-03-161-0/+1
* • fixed some minor GUI issues for SPNarrowDownCompletion windowBibiko2010-03-091-1/+2
* • outsourced keyword completion and function completion lists to Completion...Bibiko2010-03-081-0/+3
* • added to CustomQuery's CMTextView the option to set auto-completion on/of...Bibiko2010-03-071-1/+2
* • improved completion behaviour of suggestions containing spaces; a second ...Bibiko2010-02-051-0/+1
* • further improvements to allow to insert programmable query favorites (as ...Bibiko2010-01-251-1/+2
* • completionBibiko2010-01-211-0/+1
* • completion enhancementsBibiko2010-01-211-2/+6
* • completionBibiko2010-01-201-0/+1
* • improved completion for Query Editor bound to ESCBibiko2010-01-191-1/+4
* • refactored parsing code for F5 completionBibiko2010-01-151-4/+4
* • F5 compeltionBibiko2010-01-131-1/+3
* • further improvements for F5 completionBibiko2010-01-131-1/+6
* • made lexer 64bit compatibleBibiko2010-01-101-1/+2
* Tidy up.stuconnolly2009-11-071-1/+0
* • added SPTooltip classBibiko2009-08-111-1/+1
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-2/+2
* • moved macros enumerate() and sizeOf() to sequel-pro_Prefix.pchBibiko2009-06-061-9/+0
* • improved narrow-down completionBibiko2009-05-241-0/+1
* • activate Preference setting for caret colorBibiko2009-05-241-1/+2
* • added class to support narrow-down completion in the Query EditorBibiko2009-05-241-0/+65