aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMTextView.m
Commit message (Collapse)AuthorAgeFilesLines
* Rename tokens.h to SPEditorTokens.h and tokens.l to SPEditorTokens.l.stuconnolly2009-03-261-2/+2
|
* - changed default colors for syntax coloringjakob2009-03-171-43/+61
| | | | | - disabled syntax coloring for texts larger than 20KB (too slow) - added alot of comments to the syntax coloring code
* adding syntax coloring (issue #46 )jakob2009-03-161-0/+82
|
* Added column names to completion list for for currently selected table.avenjamin2009-03-051-3/+14
|
* Implemented method: componentsSeparatedByCharactersInSet. to be compatible ↵avenjamin2009-02-281-0/+1
| | | | with 10.4+
* • CMTextView.m : added new auto-complete keywordsavenjamin2008-12-221-44/+89
| | | | • TableSource.m : fixed spelling error
* MERGED r262:266 from branches/stuart02 to trunk to include new project ↵stuconnolly2008-12-101-0/+296
structure.