Skip to content

Commit

Permalink
changed how the View-->Sort By submenu displays sort order
Browse files Browse the repository at this point in the history
and reorganized LinkingEditor, fixing small 64-bit compatibility along
the way.
  • Loading branch information
elasticthreads committed Jun 7, 2013
1 parent e4b71fc commit a8ede4d
Show file tree
Hide file tree
Showing 3 changed files with 470 additions and 437 deletions.
7 changes: 4 additions & 3 deletions LinkingEditor.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
//@property (readonly) BOOL clipboardHasLink;


- (void)setMouseInside:(BOOL)inside;
- (NSColor*)_insertionPointColorForForegroundColor:(NSColor*)fgColor backgroundColor:(NSColor*)bgColor;
- (NSColor*)_linkColorForForegroundColor:(NSColor*)fgColor backgroundColor:(NSColor*)bgColor;
- (NSColor*)_selectionColorForForegroundColor:(NSColor*)fgColor backgroundColor:(NSColor*)bgColor;
Expand All @@ -79,7 +78,7 @@
- (void)bold:(id)sender;
- (void)italic:(id)sender;
- (void)applyStyleOfTrait:(NSFontTraitMask)trait alternateAttributeName:(NSString*)attrName alternateAttributeValue:(id)value;
- (id)highlightLinkAtIndex:(unsigned)givenIndex;
- (id)highlightLinkAtIndex:(NSUInteger)givenIndex;

- (BOOL)jumpToRenaming;
- (void)indicateRange:(NSValue*)rangeValue;
Expand All @@ -94,9 +93,11 @@

- (BOOL)didRenderFully;

#pragma mark ElasticThreads additions
#pragma mark - nvALT additions
- (void)setMouseInside:(BOOL)inside;
- (BOOL)changeMarkdownAttribute:(NSString *)syntaxBit;
//- (BOOL)isAlreadyNearMarkdownLink;
- (BOOL)mouseIsHere;
- (void)resetInset;
- (void)updateInsetAndForceLayout:(BOOL)force;
- (void)updateInsetForFrame:(NSRect)frameRect andForceLayout:(BOOL)force;
Expand Down
Loading

0 comments on commit a8ede4d

Please sign in to comment.