Skip to content

Commit

Permalink
improvements to the multiple note tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticthreads committed May 3, 2013
1 parent 1c2d6dc commit a92dbf4
Show file tree
Hide file tree
Showing 6 changed files with 308 additions and 231 deletions.
6 changes: 3 additions & 3 deletions AppController.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
StatusItemView *cView;
NSStatusItem *statusItem;
IBOutlet NSMenu *statBarMenu;
TagEditingManager *TagEditer;
TagEditingManager *tagEditor;
NSColor *backgrndColor;
NSColor *foregrndColor;
NSInteger userScheme;
Expand Down Expand Up @@ -109,7 +109,6 @@
BOOL isFilteringFromTyping, typedStringIsCached;
BOOL isCreatingANote;
NSString *typedString;
NSArray *cTags;
BOOL isEditing;

NoteObject *currentNote;
Expand Down Expand Up @@ -186,8 +185,9 @@ void outletObjectAwoke(id sender);
- (NSMenu *)statBarMenu;
- (void)toggleAttachedWindow:(NSNotification *)aNotification;
- (void)toggleAttachedMenu:(NSNotification *)aNotification;
- (NSArray *)commonLabels;
- (NSArray *)commonLabelsForNotesAtIndexes:(NSIndexSet *)selDexes;
- (IBAction)multiTag:(id)sender;
- (void)releaseTagEditor:(NSNotification *)note;
- (void)setDualFieldInToolbar;
- (void)setDualFieldInView;
- (void)setDualFieldIsVisible:(BOOL)isVis;
Expand Down
Loading

0 comments on commit a92dbf4

Please sign in to comment.