| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | • 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 |
* | • 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 |