diff options
author | Bibiko <bibiko@eva.mpg.de> | 2011-01-07 13:26:44 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2011-01-07 13:26:44 +0000 |
commit | db7bd28d2be72963c00c085b244e9ed6d768a77f (patch) | |
tree | 86c4853406c58da11f8787686b05c1e4a2037505 /Source | |
parent | a9c113a35112f077da922729d26234abf47ccc89 (diff) | |
download | sequelpro-db7bd28d2be72963c00c085b244e9ed6d768a77f.tar.gz sequelpro-db7bd28d2be72963c00c085b244e9ed6d768a77f.tar.bz2 sequelpro-db7bd28d2be72963c00c085b244e9ed6d768a77f.zip |
• added Default Bundle: Copy as JSON
• after selecting a Bundle in the Bundle Editor jump to the beginning of the command in order to avoid unstable display issue inside the command textview
Diffstat (limited to 'Source')
-rw-r--r-- | Source/SPBundleEditorController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPBundleEditorController.m b/Source/SPBundleEditorController.m index de779e67..ce80acde 100644 --- a/Source/SPBundleEditorController.m +++ b/Source/SPBundleEditorController.m @@ -1291,7 +1291,7 @@ [touchedBundleArray addObject:oldBundleName]; [self _updateBundleDataView]; - + [commandTextView setSelectedRange:NSMakeRange(0,0)]; } - (BOOL)outlineView:(NSOutlineView *)outlineView shouldShowOutlineCellForItem:(id)item |