aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPGotoDatabaseController.m
Commit message (Collapse)AuthorAgeFilesLines
* 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