diff options
author | Bibiko <bibiko@eva.mpg.de> | 2011-02-16 16:07:43 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2011-02-16 16:07:43 +0000 |
commit | a114469c92129b25f19f85d482deb0213aef8a29 (patch) | |
tree | 92c43b6087e246ef7a9d77652d6c7c1fcbc975c0 /Source/NoodleLineNumberView.h | |
parent | c1cd608e4974254e8806260eee3e7b2f57c126c7 (diff) | |
download | sequelpro-a114469c92129b25f19f85d482deb0213aef8a29.tar.gz sequelpro-a114469c92129b25f19f85d482deb0213aef8a29.tar.bz2 sequelpro-a114469c92129b25f19f85d482deb0213aef8a29.zip |
• some speed improvements for line numbering
Diffstat (limited to 'Source/NoodleLineNumberView.h')
-rw-r--r-- | Source/NoodleLineNumberView.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/NoodleLineNumberView.h b/Source/NoodleLineNumberView.h index 1d600720..7b1d2a5a 100644 --- a/Source/NoodleLineNumberView.h +++ b/Source/NoodleLineNumberView.h @@ -48,11 +48,17 @@ CGFloat maxWidthOfGlyph6; CGFloat maxWidthOfGlyph7; CGFloat maxWidthOfGlyph8; + CGFloat currentRuleThickness; NSDictionary *textAttributes; // Add support for selection by clicking/dragging NSUInteger dragSelectionStartLine; + SEL lineNumberForCharacterIndexSel; + IMP lineNumberForCharacterIndexIMP; + SEL lineRangeForRangeSel; + SEL addObjectSel; + IMP addObjectIMP; } @property(retain) NSColor *alternateTextColor; |