From 823ce1e87ff4d2a333ff64c17ef818a3afbffca7 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Fri, 19 Nov 2010 12:26:45 +0000 Subject: =?UTF-8?q?=E2=80=A2=20Bundle=20Editor=20-=20minor=20fixes=20-=20c?= =?UTF-8?q?ommand=20textView=20is=20now=20a=20SPEditSheetTextView=20for=20?= =?UTF-8?q?better=20undo=20behaviour=20and=20font=20storing=20in=20the=20P?= =?UTF-8?q?refs=20if=20changed=20-=20if=20Bundle=20Editor=20is=20already?= =?UTF-8?q?=20opened=20^=E2=8C=A5=E2=8C=98B=20brings=20it=20to=20the=20fro?= =?UTF-8?q?nt=20=E2=80=A2=20the=20installation=20of=20spTheme=20and=20spBu?= =?UTF-8?q?ndle=20files=20(via=20eg=20double-clicking=20at=20them=20in=20F?= =?UTF-8?q?inder)=20now=20moves=20the=20files=20to=20SP's=20application=20?= =?UTF-8?q?folder=20(if=20successful)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPBundleEditorController.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'Source/SPBundleEditorController.h') diff --git a/Source/SPBundleEditorController.h b/Source/SPBundleEditorController.h index 90ed03f1..5ab3a534 100644 --- a/Source/SPBundleEditorController.h +++ b/Source/SPBundleEditorController.h @@ -24,12 +24,13 @@ #import #import +#import "SPEditSheetTextView.h" @class SRRecorderControl; @interface SPBundleEditorController : NSWindowController { - IBOutlet NSTextView* commandTextView; + IBOutlet id commandTextView; IBOutlet NSTableView* commandsTableView; IBOutlet NSTextField* nameTextField; IBOutlet NSTextField* tootlipTextField; @@ -74,6 +75,11 @@ NSArray *inputFallbackEditorScopeArray; NSArray *inputFallbackInputFieldScopeArray; + BOOL doGroupDueToChars; + BOOL allowUndo; + BOOL wasCutPaste; + BOOL selectionChanged; + NSUndoManager *esUndoManager; } @@ -91,4 +97,7 @@ - (BOOL)saveBundle:(NSDictionary*)bundle atPath:(NSString*)aPath; +- (void)setWasCutPaste; +- (void)setDoGroupDueToChars; + @end -- cgit v1.2.3