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
*
• moved code for de/increasing font and drag&drop feature (content or while...
Bibiko
2009-06-13
1
-214
/
+0
*
• fixed bug for "Show help while typing" - prevent an internal loop of call...
Bibiko
2009-06-09
1
-1
/
+2
*
• improved "Copy as SQL INSERT" (still hidden)
Bibiko
2009-06-07
1
-1
/
+8
*
• improved: sped up removing the background color for query highlighting
Bibiko
2009-06-06
1
-0
/
+3
*
• reload table list, database pull-down menu according to user's statements...
Bibiko
2009-06-05
1
-1
/
+4
*
Fixed some memory leaks found using llvm/clang. There are still some to fix
bamse16
2009-06-05
1
-5
/
+11
*
• added: syntax highlighting to the HUD window "Show Create Syntax"
Bibiko
2009-06-04
1
-0
/
+8
*
• fixed typo for "Select Active Query" key-binding ^Y not ^Q
Bibiko
2009-06-04
1
-2
/
+2
*
• fixed: suppress highlighting of the current query if something is selected
Bibiko
2009-06-04
1
-2
/
+28
*
• control editable status of CMTextView while changing the font size via ...
Bibiko
2009-05-28
1
-0
/
+6
*
• added two finger zoom gesture for de/increasing the font size of the Cust...
Bibiko
2009-05-25
1
-0
/
+15
*
• improved narrow-down completion
Bibiko
2009-05-25
1
-15
/
+50
*
• improved narrow-down completion
Bibiko
2009-05-25
1
-1
/
+1
*
• improved narrow-down completion
Bibiko
2009-05-24
1
-13
/
+43
*
• activate Preference setting for caret color
Bibiko
2009-05-24
1
-1
/
+157
*
- Few Changes to Query Editor Preference
avenjamin
2009-05-22
1
-13
/
+13
*
• fixed several issues for completion
Bibiko
2009-05-20
1
-14
/
+29
*
• made mySQLConnection reachable for CMTextView
Bibiko
2009-05-20
1
-19
/
+67
*
• added "Copy as RTF" to CustomQuery's context menu and bound it to CTRL+C ...
Bibiko
2009-05-20
1
-2
/
+16
*
• removed unused variable 'keyCode'
Bibiko
2009-05-20
1
-1
/
+0
*
• added ⌘+ and ⌘- for increasing/decreasing the font size by 1 in the ...
Bibiko
2009-05-20
1
-0
/
+31
*
• improved completion suggestion for variable name; added delimiter “@”...
Bibiko
2009-05-20
1
-1
/
+1
*
• fixed some issues for drag&drop a file to the CustomQuery editor
Bibiko
2009-05-19
1
-1
/
+2
*
• improved "Update Help while typing"
Bibiko
2009-05-19
1
-4
/
+9
*
More header updates for source files, including Subversion Id property.
stuconnolly
2009-05-19
1
-1
/
+2
*
• skip auto-pairing if the caret is adjoined to an alphanumeric character e...
Bibiko
2009-05-19
1
-2
/
+30
*
• added drag 'n' drop functionality to CMTextView to allow to drag a file p...
Bibiko
2009-05-08
1
-107
/
+292
*
• added "Query Editor" preference pane for setting colors, font, and modes ...
Bibiko
2009-05-07
1
-88
/
+205
*
• improved completion in CQ's text view
Bibiko
2009-05-02
1
-38
/
+81
*
- Fix indentation behaviour when there are spaces after as well as before th...
rowanbeentje
2009-04-30
1
-1
/
+9
*
• changed context menu item in CQ's textview to support "MySQL Help"
Bibiko
2009-04-30
1
-34
/
+27
*
• MySQL Help
Bibiko
2009-04-30
1
-11
/
+27
*
• MySQL Help
Bibiko
2009-04-29
1
-11
/
+57
*
• MySQL Help refactoring
Bibiko
2009-04-29
1
-1
/
+1
*
• 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
[next]