aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPBundleEditorController.h
Commit message (Collapse)AuthorAgeFilesLines
* • Bundle EditorBibiko2010-11-231-10/+5
| | | | | | | - bailed out from approach to assign more than one scope to Bundle commands; now there're three scopes available: Input Field (incl. Query Editor since it only differs in current_query and insert_as_snippet which falls back to current_line and tooltip message), Data Table, and General (which means that these commands are available app-wide) - moved "Disable Command" to scope popup menu since it's related - Input Field and Data Table commands will be shown as submenus in the Bundles main menu; all General commands will be added without creating a special submenu (only Category submenus will be generated) - fixed and simplified several issues
* • added SPBundleCommandTextView and use it instead of SPEditSheetTextVIew ↵Bibiko2010-11-201-1/+1
| | | | | | | | since it works in a sheet only and due to future extensions • fixed init in SPEditSheetTextView • Bundle Editor: minor bug fixing
* • Bundle EditorBibiko2010-11-191-1/+10
| | | | | | | - minor fixes - command textView is now a SPEditSheetTextView for better undo behaviour and font storing in the Prefs if changed - if Bundle Editor is already opened ^⌥⌘B brings it to the front • the installation of spTheme and spBundle files (via eg double-clicking at them in Finder) now moves the files to SP's application folder (if successful)
* • further work on Bundle EditorBibiko2010-11-181-0/+2
| | | | • generalised [NSString runBashCommand...]
* • Bundle EditorBibiko2010-11-181-1/+24
| | | | - input, input fallback, output implemented plus validation
* • further progress on Bundle EditorBibiko2010-11-171-1/+2
|
* • Bundle Editor; added further functionality to Bundle Editor including ↵Bibiko2010-11-171-1/+8
| | | | the chance to drag a bundle from the table view to Finder which creates a complete foo.spBundle bundle folder for exporting a Bundle easily
* • further work on Bundle EditorBibiko2010-11-171-0/+29
|
* • added skeleton for Bundle EditorBibiko2010-11-121-0/+32
- not yet visible