aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPGotoDatabaseController.m
Commit message (Collapse)AuthorAgeFilesLines
* Go to database: change the way the arrow keys are forwarded, so the list ↵Max2015-12-061-2/+17
| | | | will scroll (#2343)
* Fix a silly logic error (#2344)Max Lohrmann2015-12-031-1/+1
|
* Change the way result highlighting is done in the "go to database" dialogMax2015-09-261-51/+100
| | | | (Looks a lot less crappy now)
* Improve the search method in "Go To Database" to sort results in a more ↵Max2015-09-261-11/+59
| | | | relevant order
* Add the possibility to search for whole words in "Goto Database"Max2015-07-051-18/+90
| | | | This is done by wrapping the search term in single or double quotes. re: #2165, #1857
* Fuzzy search for "Go to database"Max2015-03-071-8/+14
|
* Formalize [x release], x = nil; conventionMax2015-01-041-2/+2
| | | | | Take this commit as a proposal to formalize our existing "[x release], x = nil;" convention by introducing a macro for it. Feel free to revert this commit if you see issues with the approch or implementation.
* Merge branch 'master' of https://github.com/sequelpro/sequelproMax2014-10-261-32/+66
|\ | | | | | | | | Conflicts: Source/SPGotoDatabaseController.m
| * Fix error building on 10.8.Stuart Connolly2014-10-261-4/+4
| |
| * Fix error building on 10.8.Stuart Connolly2014-10-261-26/+62
| |
* | Tweak "Go to Database"Max2014-10-161-3/+20
|/ | | | | * Possibility to double-click an item to go there * Search is case-insensitive
* Add a "Go to Database" dialogMax2014-10-121-0/+223
The dialog enables * searching for a database by name (substring matching), * using C&P to select databases * navigating to databases not in the database dropdown * faster keyboard-based navigation