| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge in a number of fixes from trunk (r2065, r2066, r2067, r2068, r2069, r20... | rowanbeentje | 2010-04-24 | 1 | -0/+6 |
* | More tidy up. Constants and functions. | stuconnolly | 2010-03-31 | 1 | -15/+0 |
* | General tidy up, with a focus on consolidating more constants in SPConstants.... | stuconnolly | 2010-03-24 | 1 | -2/+2 |
* | • Query Favorites | Bibiko | 2010-03-16 | 1 | -0/+5 |
* | • added $SP_ASLIST_ALL_FIELDS_FROM_SELECTED_TABLE as pre-defined snippet list | Bibiko | 2010-03-09 | 1 | -0/+2 |
* | • outsourced keyword completion and function completion lists to Completion... | Bibiko | 2010-03-08 | 1 | -3/+2 |
* | • added to CustomQuery's CMTextView the option to set auto-completion on/of... | Bibiko | 2010-03-07 | 1 | -2/+5 |
* | • CSV Import Field Mapper | Bibiko | 2010-03-06 | 1 | -0/+1 |
* | • further preparations to allow to run any bash command(s) incl. any script... | Bibiko | 2010-02-06 | 1 | -0/+2 |
* | • sped up Query Editor for larger text | Bibiko | 2010-02-01 | 1 | -0/+8 |
* | • added observer for all Query Editor colors to avoid initialising colors e... | Bibiko | 2010-01-30 | 1 | -0/+14 |
* | • current query highlighting is done now in drawRect: (much more faster an... | Bibiko | 2010-01-30 | 1 | -0/+12 |
* | • improved the graphical representation of text macro snippets | Bibiko | 2010-01-27 | 1 | -0/+2 |
* | • further improvements to allow to insert programmable query favorites (as ... | Bibiko | 2010-01-25 | 1 | -1/+2 |
* | • added possibility to add a query favorite by user-definable alphanumeric ... | Bibiko | 2010-01-24 | 1 | -0/+8 |
* | • completion enhancements | Bibiko | 2010-01-21 | 1 | -1/+1 |
* | • improved completion for Query Editor bound to ESC | Bibiko | 2010-01-19 | 1 | -2/+2 |
* | • further improvements for F5 completion | Bibiko | 2010-01-13 | 1 | -1/+1 |
* | - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re... | rowanbeentje | 2010-01-09 | 1 | -6/+6 |
* | Tidy up. | stuconnolly | 2009-11-07 | 1 | -1/+0 |
* | Replace the use of hard coded preference keys with constants to prevent issue... | stuconnolly | 2009-10-17 | 1 | -1/+0 |
* | • tiny improvements for loading SQL files and syntax highlighting | Bibiko | 2009-08-28 | 1 | -0/+2 |
* | Merge framework integration branch back to trunk. Summary of changes: | stuconnolly | 2009-07-21 | 1 | -5/+4 |
* | • some code cleaning and tiny performance enhancements for syntax highlighting | Bibiko | 2009-06-21 | 1 | -0/+10 |
* | • deleted the drag&drop feature of file path or content from SPTextViewAddi... | Bibiko | 2009-06-15 | 1 | -0/+3 |
* | • moved code for de/increasing font and drag&drop feature (content or while... | Bibiko | 2009-06-13 | 1 | -4/+0 |
* | • fixed: suppress highlighting of the current query if something is selected | Bibiko | 2009-06-04 | 1 | -0/+1 |
* | • improved narrow-down completion | Bibiko | 2009-05-25 | 1 | -0/+1 |
* | • improved narrow-down completion | Bibiko | 2009-05-24 | 1 | -1/+1 |
* | • activate Preference setting for caret color | Bibiko | 2009-05-24 | 1 | -0/+2 |
* | • made mySQLConnection reachable for CMTextView | Bibiko | 2009-05-20 | 1 | -0/+4 |
* | • added ⌘+ and ⌘- for increasing/decreasing the font size by 1 in the ... | Bibiko | 2009-05-20 | 1 | -1/+3 |
* | 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 | -0/+1 |
* | • added drag 'n' drop functionality to CMTextView to allow to drag a file p... | Bibiko | 2009-05-08 | 1 | -0/+2 |
* | • added "Query Editor" preference pane for setting colors, font, and modes ... | Bibiko | 2009-05-07 | 1 | -4/+5 |
* | • improved completion in CQ's text view | Bibiko | 2009-05-02 | 1 | -1/+8 |
* | • changed context menu item in CQ's textview to support "MySQL Help" | Bibiko | 2009-04-30 | 1 | -1/+4 |
* | • MySQL Help | Bibiko | 2009-04-30 | 1 | -0/+2 |
* | • MySQL Help | Bibiko | 2009-04-29 | 1 | -0/+4 |
* | • added - (unsigned int) getLineNumberForCharacterIndex:(unsigned int)anIndex; | Bibiko | 2009-04-21 | 1 | -0/+1 |
* | • added selectLineNumber:x to CMTextView to be able to select the line x | Bibiko | 2009-04-20 | 1 | -0/+1 |
* | Add a slightly modified patch to lookup up the selected text in the custom qu... | stuconnolly | 2009-04-19 | 1 | -0/+2 |
* | - Implement line numbering for CMTextView: | rowanbeentje | 2009-04-16 | 1 | -0/+4 |
* | • FIXED if deleteBackward: avoid auto-uppercasing if resulting word would b... | Bibiko | 2009-04-08 | 1 | -0/+1 |
* | - Add the ability for CMTextView to automatically capitalise SQL keywords in... | rowanbeentje | 2009-04-03 | 1 | -0/+3 |
* | - Add a new "gear" action menu underneath the custom query view, including a... | rowanbeentje | 2009-04-02 | 1 | -8/+10 |
* | - Add autopairing support to CMTextView - many thanks to Hans-Jörg Bibiko f... | rowanbeentje | 2009-04-01 | 1 | -3/+15 |
* | MERGED r262:266 from branches/stuart02 to trunk to include new project struct... | stuconnolly | 2008-12-10 | 1 | -0/+32 |