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
*
• corrected regexp for parsing text macro snippets
Bibiko
2010-02-15
1
-3
/
+3
*
• improved text macro snippet behaviour
Bibiko
2010-02-13
1
-40
/
+72
*
Fix a number of memory leaks, and over-releases, as both a result of manual i...
rowanbeentje
2010-02-10
1
-2
/
+2
*
• initial implementation of bash execution inside ${x:…} snippets
Bibiko
2010-02-06
1
-25
/
+52
*
• further preparations to allow to run any bash command(s) incl. any script...
Bibiko
2010-02-06
1
-0
/
+57
*
• fixed undo behaviour of insertion of history/query favs
Bibiko
2010-02-04
1
-2
/
+11
*
• CMTextView
Bibiko
2010-02-02
1
-1
/
+4
*
• fixed partially syntax highlighting for very very long lines
Bibiko
2010-02-02
1
-7
/
+25
*
• added key-shortcut ⌘= to make the textview size larger
Bibiko
2010-02-02
1
-7
/
+46
*
• fixed in CMTextView several NSInteger which has to be NSUInteger; this le...
Bibiko
2010-02-02
1
-21
/
+21
*
• sped up Query Editor for larger text
Bibiko
2010-02-01
1
-19
/
+26
*
• CMTextView: switch off syntax highlighting if text buffer size is larger ...
Bibiko
2010-02-01
1
-6
/
+24
*
• re-enabled possibility to change the font size of non-editable CMTextView...
Bibiko
2010-02-01
1
-2
/
+2
*
• Added basic print support for each CMTextView
Bibiko
2010-02-01
1
-38
/
+57
*
• improved text macro snippet logic
Bibiko
2010-02-01
1
-17
/
+19
*
• Content Table and Query Editor table's tooltip are displayed by using the...
Bibiko
2010-01-31
1
-96
/
+10
*
• CMTextView's colours are set via observer, live changed in editable textv...
Bibiko
2010-01-30
1
-35
/
+53
*
• added observer for all Query Editor colors to avoid initialising colors e...
Bibiko
2010-01-30
1
-96
/
+115
*
• current query highlighting is done now in drawRect: (much more faster an...
Bibiko
2010-01-30
1
-23
/
+131
*
• text macro logic
Bibiko
2010-01-29
1
-17
/
+27
*
• further tiny improvements to avoid exceptional cases while highlighting t...
Bibiko
2010-01-29
1
-0
/
+3
*
• fixed some issues and improved the text macro behaviour
Bibiko
2010-01-29
1
-62
/
+53
*
• text macro improvements
Bibiko
2010-01-28
1
-5
/
+44
*
• for [CMTextView selectLineNumber:…] added safety-check for lineNumber < 1
Bibiko
2010-01-28
1
-1
/
+2
*
• ESC completion
Bibiko
2010-01-28
1
-15
/
+9
*
• Query Favorite text macro
Bibiko
2010-01-27
1
-19
/
+24
*
• improved the graphical representation of text macro snippets
Bibiko
2010-01-27
1
-6
/
+19
*
• query favorite snippet session (text macro)
Bibiko
2010-01-27
1
-1
/
+49
*
• query favorite snippet session
Bibiko
2010-01-26
1
-1
/
+3
*
• allow user to define nested snippets inside of the query favorites
Bibiko
2010-01-26
1
-252
/
+325
*
• further improvements to allow to insert programmable query favorites (as ...
Bibiko
2010-01-25
1
-45
/
+141
*
• added possibility to add a query favorite by user-definable alphanumeric ...
Bibiko
2010-01-24
1
-2
/
+146
*
• bound Custom Query gear menu item "Completion List" (CTRL key is recogni...
Bibiko
2010-01-22
1
-13
/
+11
*
• updated/added syntax highlighting tokens and completion suggestions
Bibiko
2010-01-21
1
-1
/
+18
*
• tiny undo improvement for completion
Bibiko
2010-01-21
1
-0
/
+1
*
• added call to update the completion list to neuralgic places
Bibiko
2010-01-21
1
-1
/
+9
*
• completion
Bibiko
2010-01-21
1
-6
/
+7
*
• completion enhancements
Bibiko
2010-01-21
1
-10
/
+43
*
• completion
Bibiko
2010-01-20
1
-5
/
+18
*
• improved completion for Query Editor bound to ESC
Bibiko
2010-01-19
1
-133
/
+168
*
- removed F5 completion debug output
Bibiko
2010-01-15
1
-2
/
+2
*
• refactored parsing code for F5 completion
Bibiko
2010-01-15
1
-157
/
+95
*
• fixed several sheetDidEnd selectors to close a NSAlert or NSWindow proper...
Bibiko
2010-01-13
1
-3
/
+10
*
• F5 compeltion
Bibiko
2010-01-13
1
-2
/
+10
*
• further improvements for F5 completion
Bibiko
2010-01-13
1
-60
/
+242
*
• CMTextView:
Bibiko
2010-01-12
1
-2
/
+37
*
• further developments for the F5 completion
Bibiko
2010-01-11
1
-2
/
+21
*
• further preparations to F5 completion
Bibiko
2010-01-11
1
-38
/
+83
*
• first preparations to improve the Custom Query database names/table names...
Bibiko
2010-01-10
1
-0
/
+3
*
• made lexer 64bit compatible
Bibiko
2010-01-10
1
-1
/
+4
[next]