diff --git a/Palettes/0Menus/GormMenuAttributesInspector.gorm/data.classes b/Palettes/0Menus/GormMenuAttributesInspector.gorm/data.classes index 6de4db84..45a18e6a 100644 --- a/Palettes/0Menus/GormMenuAttributesInspector.gorm/data.classes +++ b/Palettes/0Menus/GormMenuAttributesInspector.gorm/data.classes @@ -2,24 +2,7 @@ "## Comment" = "Do NOT change this file, Gorm maintains it"; FirstResponder = { Actions = ( - "capitalizeWord:", - "changeFont:", - "delete:", - "deleteWordBackward:", - "loosenKerning:", - "moveDown:", - "moveToBeginningOfParagraph:", - "moveWordForward:", - "orderFrontDataLinkPanel:", "orderFrontFontPanel:", - "pasteAsPlainText:", - "raiseBaseline:", - "scrollLineDown:", - "selectParagraph:", - "showWindow:", - "takeObjectValueFrom:", - "toggleTraditionalCharacterShape:", - "unscript:", "setObject:", "updateMenuType:", "updateAutoenable:" diff --git a/Palettes/0Menus/GormMenuAttributesInspector.gorm/data.info b/Palettes/0Menus/GormMenuAttributesInspector.gorm/data.info index 771e8fcf..35701e5f 100644 Binary files a/Palettes/0Menus/GormMenuAttributesInspector.gorm/data.info and b/Palettes/0Menus/GormMenuAttributesInspector.gorm/data.info differ diff --git a/Palettes/0Menus/GormMenuAttributesInspector.gorm/objects.gorm b/Palettes/0Menus/GormMenuAttributesInspector.gorm/objects.gorm index e2500a14..c6537d0d 100644 Binary files a/Palettes/0Menus/GormMenuAttributesInspector.gorm/objects.gorm and b/Palettes/0Menus/GormMenuAttributesInspector.gorm/objects.gorm differ diff --git a/Palettes/0Menus/GormMenuInspectors.m b/Palettes/0Menus/GormMenuInspectors.m index f2da23b3..0100261e 100644 --- a/Palettes/0Menus/GormMenuInspectors.m +++ b/Palettes/0Menus/GormMenuInspectors.m @@ -39,11 +39,9 @@ @implementation GormMenuAttributesInspector -- (void) controlTextDidEndEditing: (NSNotification*)aNotification +- (void)controlTextDidChange:(NSNotification *)aNotification { - id doc = [(id)NSApp activeDocument]; [object setTitle: [titleText stringValue]]; - [doc touch]; } - (id) init @@ -163,7 +161,7 @@ @implementation GormMenuItemAttributesInspector -- (void) controlTextDidEndEditing: (NSNotification*)aNotification +- (void)controlTextDidChange:(NSNotification *)aNotification { id o = [aNotification object]; id doc = [(id)NSApp activeDocument]; diff --git a/Palettes/0Menus/GormMenuItemAttributesInspector.gorm/data.classes b/Palettes/0Menus/GormMenuItemAttributesInspector.gorm/data.classes index e31a908d..ee1b3e3d 100644 --- a/Palettes/0Menus/GormMenuItemAttributesInspector.gorm/data.classes +++ b/Palettes/0Menus/GormMenuItemAttributesInspector.gorm/data.classes @@ -2,41 +2,7 @@ "## Comment" = "Do NOT change this file, Gorm maintains it"; FirstResponder = { Actions = ( - "alignLeft:", - "capitalizeWord:", - "changeFont:", - "copy:", - "delete:", - "deleteToBeginningOfParagraph:", - "deleteWordBackward:", - "fax:", - "loosenKerning:", - "miniaturize:", - "moveDown:", - "moveLeft:", - "moveToBeginningOfParagraph:", - "moveUp:", - "moveWordForward:", - "openDocument:", - "orderFrontDataLinkPanel:", - "orderFrontFontPanel:", - "orderOut:", - "pasteAsPlainText:", - "performClose:", - "raiseBaseline:", - "saveAllDocuments:", - "scrollLineDown:", - "scrollViaScroller:", - "selectParagraph:", - "selectWord:", - "showWindow:", - "swapWithMark:", - "takeObjectValueFrom:", - "toggle:", - "toggleTraditionalCharacterShape:", - "turnOffLigatures:", - "unscript:", - "useStandardLigatures:" + "orderFrontFontPanel:" ); Super = NSObject; }; diff --git a/Palettes/0Menus/GormMenuItemAttributesInspector.gorm/data.info b/Palettes/0Menus/GormMenuItemAttributesInspector.gorm/data.info index 67e9eae9..35701e5f 100644 Binary files a/Palettes/0Menus/GormMenuItemAttributesInspector.gorm/data.info and b/Palettes/0Menus/GormMenuItemAttributesInspector.gorm/data.info differ diff --git a/Palettes/0Menus/GormMenuItemAttributesInspector.gorm/objects.gorm b/Palettes/0Menus/GormMenuItemAttributesInspector.gorm/objects.gorm index c7466582..f44ec442 100644 Binary files a/Palettes/0Menus/GormMenuItemAttributesInspector.gorm/objects.gorm and b/Palettes/0Menus/GormMenuItemAttributesInspector.gorm/objects.gorm differ