Skip to content

Commit

Permalink
Big Merge
Browse files Browse the repository at this point in the history
Fixed Localizations. Added auto-pairing. Some Lion compatibilities (that
may or may not be turned on). Other fixes.
  • Loading branch information
elasticthreads committed Jul 28, 2011
1 parent ed28c86 commit e3e537a
Show file tree
Hide file tree
Showing 199 changed files with 73,113 additions and 28,651 deletions.
5 changes: 3 additions & 2 deletions AppController.h
Expand Up @@ -53,7 +53,8 @@
<NSToolbarDelegate, NSTableViewDelegate, NSWindowDelegate, NSTextFieldDelegate, NSTextViewDelegate>
#endif
{
//NSMenuItem *fsMenuItem;

IBOutlet NSMenuItem *fsMenuItem;
BOOL wasVert;
BOOL isAutocompleting;
BOOL wasDeleting;
Expand Down Expand Up @@ -193,7 +194,7 @@ void outletObjectAwoke(id sender);
- (BOOL)dualFieldIsVisible;
- (IBAction)toggleCollapse:(id)sender;
- (void)setMaxNoteBodyWidth;
- (IBAction)toggleFullscreen:(id)sender;
- (IBAction)switchFullScreen:(id)sender;
- (IBAction)openFileInEditor:(id)sender;
- (NSArray *)getTxtAppList;
- (void)updateTextApp:(id)sender;
Expand Down

0 comments on commit e3e537a

Please sign in to comment.