Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Add support for click and click-and-drag selection when the line number ↵ | rowanbeentje | 2009-04-24 | 1 | -0/+3 |
| | | | | view receives mouse events. Enables easy selection of lines. | ||||
* | • make - (unsigned)lineNumberForCharacterIndex:(unsigned)index ↵ | Bibiko | 2009-04-21 | 1 | -0/+2 |
| | | | | inText:(NSString *)text; public to avoid double-coding | ||||
* | - Implement line numbering for CMTextView: | rowanbeentje | 2009-04-16 | 1 | -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) |