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
*
Replace the use of hard coded preference keys with constants to prevent issue...
stuconnolly
2009-10-17
1
-19
/
+20
*
• updated SPQueryFavoriteManager to mange document-based and global query f...
Bibiko
2009-09-07
1
-1
/
+1
*
Update Localizable.strings by running genstrings and remove use of multiple c...
stuconnolly
2009-08-28
1
-1
/
+1
*
• tiny improvements for loading SQL files and syntax highlighting
Bibiko
2009-08-28
1
-8
/
+14
*
• fixed bug while uppercasing keywords
Bibiko
2009-08-27
1
-6
/
+13
*
• some corrections for Custom Query completion
Bibiko
2009-08-04
1
-24
/
+14
*
Merge framework integration branch back to trunk. Summary of changes:
stuconnolly
2009-07-21
1
-3
/
+1
*
• Comment current Query/Selection
Bibiko
2009-07-15
1
-5
/
+0
*
• initial support for ⌘/ in CustomQuery editor to (un)comment out the cur...
Bibiko
2009-07-15
1
-1
/
+5
*
• fixed dealloc of 'suggestions' in SPNarrowDownCompletion
Bibiko
2009-07-15
1
-15
/
+11
*
• narrow-down completion (F5)
Bibiko
2009-07-15
1
-20
/
+10
*
- Make the DBView window the document window. This allows the document to b...
rowanbeentje
2009-07-15
1
-1
/
+3
*
• fix for completion in CustomQuery editor
Bibiko
2009-07-14
1
-78
/
+26
*
Fixed some memory leaks
bamse16
2009-07-06
1
-8
/
+12
*
• trial to improve the Undo behaviour in the Custom Query editor
Bibiko
2009-06-25
1
-1
/
+3
*
• some code cleaning and tiny performance enhancements for syntax highlighting
Bibiko
2009-06-21
1
-39
/
+31
*
• added support to drag&drop textClipping files to Custom Query Editor and ...
Bibiko
2009-06-19
1
-1
/
+13
*
• added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline function
Bibiko
2009-06-18
1
-5
/
+6
*
• introduced inline function NSStringUTF8String() to SPStringAdditions.h
Bibiko
2009-06-18
1
-1
/
+2
*
• deleted the drag&drop feature of file path or content from SPTextViewAddi...
Bibiko
2009-06-15
1
-0
/
+172
*
• 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
[next]