Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Add autopairing support to CMTextView - many thanks to Hans-Jörg Bibiko ↵ | rowanbeentje | 2009-04-01 | 1 | -5/+276 | |
| | | | | | | | | for the original patch (see http://code.google.com/p/sequel-pro/issues/detail?id=208 for full details). Applied with slight amendments. - Further changes to make CMTextView more standalone and reusable - autopairing and autoindenting can now be enabled/disabled and checked. - Autopairing and autoindenting moved to app preferences. | |||||
* | - Fix behaviour of the enter key to run the query again - broken in r451 | rowanbeentje | 2009-03-31 | 1 | -2/+2 | |
| | ||||||
* | - Update the custom query view to preserve indentation level on newlines, ↵ | rowanbeentje | 2009-03-30 | 1 | -0/+43 | |
| | | | | to improve editor behaviour. | |||||
* | Rename tokens.h to SPEditorTokens.h and tokens.l to SPEditorTokens.l. | stuconnolly | 2009-03-26 | 1 | -2/+2 | |
| | ||||||
* | - changed default colors for syntax coloring | jakob | 2009-03-17 | 1 | -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 ) | jakob | 2009-03-16 | 1 | -0/+82 | |
| | ||||||
* | Added column names to completion list for for currently selected table. | avenjamin | 2009-03-05 | 1 | -3/+14 | |
| | ||||||
* | Implemented method: componentsSeparatedByCharactersInSet. to be compatible ↵ | avenjamin | 2009-02-28 | 1 | -0/+1 | |
| | | | | with 10.4+ | |||||
* | • CMTextView.m : added new auto-complete keywords | avenjamin | 2008-12-22 | 1 | -44/+89 | |
| | | | | • TableSource.m : fixed spelling error | |||||
* | MERGED r262:266 from branches/stuart02 to trunk to include new project ↵ | stuconnolly | 2008-12-10 | 1 | -0/+296 | |
structure. |