index
:
sequelpro/.git
master
MySQL/MariaDB database management for macOS
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
CMTextView.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
• added a prototype to support an Help view for the current word in the Cus...
Bibiko
2009-04-24
1
-0
/
+9
*
• updated completion list and added core functions
Bibiko
2009-04-23
1
-5
/
+317
*
• FIXED added a ; to the separator list for gathering all words used in the...
Bibiko
2009-04-22
1
-1
/
+1
*
• added - (unsigned int) getLineNumberForCharacterIndex:(unsigned int)anIndex;
Bibiko
2009-04-21
1
-0
/
+8
*
• added selectLineNumber:x to CMTextView to be able to select the line x
Bibiko
2009-04-20
1
-0
/
+32
*
- Build upon documentation lookup by looking up exact manual pages that corre...
stuconnolly
2009-04-19
1
-7
/
+19
*
Add a slightly modified patch to lookup up the selected text in the custom qu...
stuconnolly
2009-04-19
1
-6
/
+49
*
- Implement line numbering for CMTextView:
rowanbeentje
2009-04-16
1
-0
/
+6
*
• syntax highlighting and completion list updated
Bibiko
2009-04-14
1
-0
/
+1
*
• syntax highlighting and completion list updated
Bibiko
2009-04-14
1
-47
/
+88
*
• removed debug info
Bibiko
2009-04-09
1
-1
/
+0
*
• syntax highlighting synchronized according to the completion list
Bibiko
2009-04-09
1
-14
/
+10
*
• keyword update for syntax highlighting
Bibiko
2009-04-08
1
-2
/
+323
*
• FIXED: unique completion list
Bibiko
2009-04-08
1
-13
/
+34
*
• simplified paste: (esp. for undo)
Bibiko
2009-04-08
1
-3
/
+1
*
• FIXED if deleteBackward: avoid auto-uppercasing if resulting word would b...
Bibiko
2009-04-08
1
-3
/
+9
*
• FIXED auto-uppercasing bug if SQL keyword is found at the absolute end of...
Bibiko
2009-04-08
1
-5
/
+10
*
• syntax highlighting updated
Bibiko
2009-04-08
1
-0
/
+4
*
• optimized syntax highlighting a bit
Bibiko
2009-04-07
1
-0
/
+4
*
• improved auto-uppercasing for: pasting queries from favourites & history ...
Bibiko
2009-04-07
1
-7
/
+11
*
• ADDED to SPTextViewAdditions:
Bibiko
2009-04-05
1
-147
/
+0
*
• FIXED: allow to enter dead keys esp. for non-US keyboards
Bibiko
2009-04-04
1
-1
/
+3
*
• FIXED upper case of e.g. 'order_' issue
Bibiko
2009-04-04
1
-18
/
+23
*
• REARRANGED keyDown: for further changes
Bibiko
2009-04-03
1
-115
/
+278
*
• ADDED copyAsRTF: to preserve syntax highlighting while copying
Bibiko
2009-04-03
1
-0
/
+19
*
- Add the ability for CMTextView to automatically capitalise SQL keywords in...
rowanbeentje
2009-04-03
1
-22
/
+65
*
- Improves autopairing to no longer autopair different quote characters with...
rowanbeentje
2009-04-02
1
-1
/
+34
*
- Add a new "gear" action menu underneath the custom query view, including a...
rowanbeentje
2009-04-02
1
-4
/
+130
*
- Add autopairing support to CMTextView - many thanks to Hans-Jörg Bibiko f...
rowanbeentje
2009-04-01
1
-5
/
+276
*
- 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, to...
rowanbeentje
2009-03-30
1
-0
/
+43
*
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
*
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 wi...
avenjamin
2009-02-28
1
-0
/
+1
*
• CMTextView.m : added new auto-complete keywords
avenjamin
2008-12-22
1
-44
/
+89
*
MERGED r262:266 from branches/stuart02 to trunk to include new project struct...
stuconnolly
2008-12-10
1
-0
/
+296