Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bring outlinew view branch up to date with trunk (r3375:3468). | stuconnolly | 2012-01-22 | 1 | -0/+6 |
| | |||||
* | Bring outline view branch up to date with trunk (r3188:r3201). | stuconnolly | 2011-02-20 | 1 | -0/+12 |
| | |||||
* | Bring outline view branch up to date with trunk (r3179:r3187). | stuconnolly | 2011-02-07 | 1 | -22/+27 |
| | |||||
* | - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for ↵ | rowanbeentje | 2010-01-09 | 1 | -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 ↵ | 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) |