aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPNarrowDownCompletion.m
Commit message (Expand)AuthorAgeFilesLines
* Move some variable definitions inwards since our compiler supports scopingHEADmasterMax2018-06-071-0/+1
* Move code in SPNarrowDownCompletion to where it should be (part of #3062)Max2018-06-031-88/+82
* * Removed dead codeMax2018-06-021-107/+110
* Reformat SPNarrowDownCompletion classMax2018-05-301-213/+223
* Fix objc weak errors by removing an unused delegate (#3062)Max2018-05-301-2/+4
* merge and restructure remaining smaller stuff in main project (part of #2789)Max2018-01-201-1/+1
* merge SPQueryController (part of #2789)Max2018-01-201-1/+0
* The export code caused an exception when no database was selected but the fil...Max2015-06-161-1/+1
* Minimal refactoringMax2015-03-091-1/+1
* Addition to commit 2735e15bMax2015-01-041-17/+12
* Formalize [x release], x = nil; conventionMax2015-01-041-1/+1
* Replace some NSDictionaries with literalsMax2014-12-131-3/+3
* Add pref to disable backticks in completionsAbhi Beckert2014-09-061-1/+5
* 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-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