aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPBundleEditorController.h
Commit message (Collapse)AuthorAgeFilesLines
* Bring outline view branch up to date with trunk (r3165:r3177).stuconnolly2011-02-011-3/+2
|
* - Manually restore autosave value for bundle editor splitview width, as ↵rowanbeentje2011-01-221-2/+2
| | | | | | | this doesn't appear to be restored automatically - Remove unused delegate methods
* • fixed bug for Bundle input data selected text or entire contentBibiko2011-01-191-1/+0
|
* • tried to fix in BundleEditor to auto-save the splitview settings in ↵Bibiko2011-01-171-1/+2
| | | | prefs (but up to now no success - help is needed)
* • implemented undeletion of default BundlesBibiko2010-12-221-0/+7
| | | | • made usage of constants
* • Bundle EditorBibiko2010-12-081-0/+2
| | | | | - added completion support for shell variables via ESC or F5 or ⌘. - added chance to select something and wrap it into corresponding closing char for ( ' " ` {
* • re-init the Bundle tree after not saving (close) the Bundle Editor ↵Bibiko2010-12-071-0/+1
| | | | window in order to remove all not stored data
* • Bundle CommandBibiko2010-12-021-0/+5
| | | | - for Data Table scope added the chance to specify the handling of BLOB fields (if underlying data are kind of NSData or GEOMETRY) as 'Exclude', 'Include', 'save as image file - the data will be saved as tif file and the path will appear in the table', 'save as file - the data will be saved as raw dat file and the path will appear in the table'; for GEOMETRY fields if set to 'save as {image} file' the representation will be saved as PDF file otherwise the WKT string appears
* • Bundle EditorBibiko2010-11-291-0/+7
| | | | | - fixed an init font setting problem (thanks to Rowan) - further work on triggers
* • Bundle EditorBibiko2010-11-291-0/+2
| | | | - added Trigger popup menu to the GUI
* • added method 'rot13' to NSStringBibiko2010-11-251-11/+21
| | | | | | | | • Bundle Editor - fixed several GUI issues - added the chance to add meta data to each bundle - each added/duplicated bundle will get an unique UUID in order to be able to identify a Bundle for future purposes like an update detection for installed bundles - changed init process
* • Bundle EditorBibiko2010-11-251-0/+4
| | | | - some GUI improvements and tooltips for outline view
* • Bundle EditorBibiko2010-11-251-1/+1
| | | | | - FInished implementation to display bundles in an outline view
* • further work on Bundle Editor's outline viewBibiko2010-11-251-0/+1
| | | | - still not entirely workable
* • further work on Bundle Editor's outline viewBibiko2010-11-251-0/+2
|
* • Bundle EditorBibiko2010-11-241-2/+5
| | | | | - further work to display Bundle commands in a Outline view ordered by scopes and categories - attention: only partially workable!!
* • Bundle EditorBibiko2010-11-241-0/+1
| | | | | | | - hide Bundles main menu since the Bundle table view will be refractored completely to OutlineView - fixed validation of RemoveButton (thanks to avenjamin) - fixed storing the very first Bundle command - added Reload Bundles to Gear menu
* • 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