aboutsummaryrefslogtreecommitdiffstats
path: root/Source/NoodleLineNumberView.h
Commit message (Collapse)AuthorAgeFilesLines
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-23/+20
|
* • sped up the line number drawing; now it's 5 times fasterBibiko2012-01-051-0/+3
|
* • sped up line range calculation a bitBibiko2011-05-271-0/+3
|
* • some minor speed improvementsBibiko2011-02-171-0/+6
|
* • some speed improvements for line numberingBibiko2011-02-161-0/+6
|
* • several speed optimisations and code cleaningBibiko2011-02-021-22/+27
|
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for ↵rowanbeentje2010-01-091-3/+3
| | | | | | | release builds, including a large number of 64bit compatibility upgrades and tweaks - Upgrade RegexKitLite to 3.3
* - Add support for click and click-and-drag selection when the line number ↵rowanbeentje2009-04-241-0/+3
| | | | view receives mouse events. Enables easy selection of lines.
* • make - (unsigned)lineNumberForCharacterIndex:(unsigned)index ↵Bibiko2009-04-211-0/+2
| | | | inText:(NSString *)text; public to avoid double-coding
* - Implement line numbering for CMTextView:rowanbeentje2009-04-161-0/+60
- Add an implementation of NoodleLineNumberView, by Paul Kim. Slightly tweaked to remove markers. - Add to CMTextView (to enable it for other CMTextView uses, hook up the scrollView outlet to the containing scroll view)