diff options
author | Max <post@wickenrode.com> | 2014-10-16 23:12:58 +0200 |
---|---|---|
committer | Max <post@wickenrode.com> | 2014-10-16 23:12:58 +0200 |
commit | 68d3620a5277293959f5f86efcf53680ddba9152 (patch) | |
tree | 10e5a08423291ed6309b5a226aee356ec64219cf /Source/SPGotoDatabaseController.h | |
parent | 0e4ad8eb9cddbbd755d55bb50f7707f1e8160121 (diff) | |
download | sequelpro-68d3620a5277293959f5f86efcf53680ddba9152.tar.gz sequelpro-68d3620a5277293959f5f86efcf53680ddba9152.tar.bz2 sequelpro-68d3620a5277293959f5f86efcf53680ddba9152.zip |
Tweak "Go to Database"
* Possibility to double-click an item to go there
* Search is case-insensitive
Diffstat (limited to 'Source/SPGotoDatabaseController.h')
-rw-r--r-- | Source/SPGotoDatabaseController.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/SPGotoDatabaseController.h b/Source/SPGotoDatabaseController.h index 99dfc289..453e5f25 100644 --- a/Source/SPGotoDatabaseController.h +++ b/Source/SPGotoDatabaseController.h @@ -29,7 +29,6 @@ // More info at <https://github.com/sequelpro/sequelpro> #import <Cocoa/Cocoa.h> -@class SPDatabaseDocument; /** * This class provides a dialog with a single-column table view and a @@ -58,10 +57,10 @@ /** * Set the list of databases the user can pick from. - * @param list An array of NSStrings + * @param list An array of NSStrings, will be shallow-copied * * This method must be called before runModal. The list will not be updated - * when the dialog is on screen. + * while the dialog is on screen. */ - (void)setDatabaseList:(NSArray *)list; |