From 2c3e8220234f958470d92df024ba4cd3df3ec9af Mon Sep 17 00:00:00 2001 From: Jeena Date: Wed, 22 Jan 2014 01:00:05 +0100 Subject: [PATCH] Removed unnecessary Menu items --- TextEd/Base.lproj/MainMenu.xib | 499 +++++++++++++++++++-------------- TextEd/Document.m | 1 - 2 files changed, 287 insertions(+), 213 deletions(-) diff --git a/TextEd/Base.lproj/MainMenu.xib b/TextEd/Base.lproj/MainMenu.xib index 0233762..5a19c5c 100644 --- a/TextEd/Base.lproj/MainMenu.xib +++ b/TextEd/Base.lproj/MainMenu.xib @@ -1,99 +1,12 @@ - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + @@ -101,6 +14,9 @@ + + + @@ -115,95 +31,211 @@ - + + + + + + + + + + + + + - - + + + + + - - + + + + + + + + + + - + + + + + - - + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + - + + + + + + + + + + + + + - - - - + + + + + + + + + + - - + + + + + + + + + + + + + @@ -213,18 +245,38 @@ + + + - - + + + + + + + + + + + + + + + + + + + @@ -235,12 +287,21 @@ + + + + + + + + + @@ -248,8 +309,16 @@ - - + + + + + + + + + + @@ -264,13 +333,37 @@ - - - - + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + @@ -278,15 +371,27 @@ + + + + + + + + + + + + @@ -297,12 +402,21 @@ + + + + + + + + + @@ -313,118 +427,83 @@ + + + + + + + + + + + + + + + - + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - Default - - - - Left to Right - - - - Right to Left - - - - - - - - Default - - - - Left to Right - - - - Right to Left - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - + + + + + @@ -432,20 +511,16 @@ - + + + + + - - - - - - - - - + - + \ No newline at end of file diff --git a/TextEd/Document.m b/TextEd/Document.m index c5be050..eee110b 100644 --- a/TextEd/Document.m +++ b/TextEd/Document.m @@ -32,7 +32,6 @@ { [super windowControllerDidLoadNib:aController]; [self.textView setFont:[NSFont userFixedPitchFontOfSize:[[NSUserDefaults standardUserDefaults] integerForKey:@"fontSize"]]]; - // Add any code here that needs to be executed once the windowController has loaded the document's window. } + (BOOL)autosavesInPlace