aboutsummaryrefslogtreecommitdiffstats
path: root/Source/NoodleLineNumberView.m
Commit message (Expand)AuthorAgeFilesLines
* Bring outlinew view branch up to date with trunk (r3375:3468).stuconnolly2012-01-221-40/+44
* Bring outline view branch up to date with trunk (r3235:r3245), which should r...stuconnolly2011-03-191-26/+26
* Bring outline view branch up to date with trunk (r3203:r3224).stuconnolly2011-03-071-5/+5
* Bring outline view branch up to date with trunk (r3188:r3201).stuconnolly2011-02-201-58/+59
* Bring outline view branch up to date with trunk (r3179:r3187).stuconnolly2011-02-071-231/+252
* • some minor code improvements for speed esp. for line selecting via gutterBibiko2011-01-251-30/+33
* • fixed GUI problem for line numbering in Query EditorBibiko2010-12-141-70/+71
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-1/+0
* Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorite...stuconnolly2010-03-311-0/+1
* • sped up Query Editor for larger textBibiko2010-02-011-90/+89
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-27/+28
* - Make the DBView window the document window. This allows the document to b...rowanbeentje2009-07-151-5/+6
* • added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline functionBibiko2009-06-181-3/+4
* Fixed some memory leaks found using llvm/clang. There are still some to fixbamse162009-06-051-1/+0
* • removed log for giving up line numberingBibiko2009-05-111-3/+0
* • added "Query Editor" preference pane for setting colors, font, and modes ...Bibiko2009-05-071-0/+8
* - Add support for click and click-and-drag selection when the line number vi...rowanbeentje2009-04-241-1/+64
* • make - (unsigned)lineNumberForCharacterIndex:(unsigned)index inText:(NSSt...Bibiko2009-04-211-1/+0
* - Implement line numbering for CMTextView:rowanbeentje2009-04-161-0/+493