| 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 | -44/+50 |
* | More tidy up. Constants and functions. | stuconnolly | 2010-03-31 | 1 | -1/+0 |
* | • if document window will close sent a 'cancelPreviousPerformRequestsWithTa... | Bibiko | 2010-03-31 | 1 | -2/+3 |
* | • querying for db structure is queued for the same connection to avoid 'ove... | Bibiko | 2010-03-31 | 1 | -12/+41 |
* | • some speed improvements and code simplifications for navigator | Bibiko | 2010-03-30 | 1 | -7/+2 |
* | • improved completion suggestion for db schemata | Bibiko | 2010-03-29 | 1 | -3/+6 |
* | • fixed several issue for completion lists | Bibiko | 2010-03-29 | 1 | -2/+2 |
* | - db structure for tables and views will now be queried by using SHOW… stat... | Bibiko | 2010-03-28 | 1 | -16/+36 |
* | • first steps to ease the structure querying for auto-completion and navigator | Bibiko | 2010-03-26 | 1 | -1/+9 |
* | • fixed the type info display of fields in the auto-completion list due the... | Bibiko | 2010-03-25 | 1 | -1/+1 |
* | - Remove observers for key paths when dealloc'ing objects to fix later crash... | rowanbeentje | 2010-03-23 | 1 | -0/+17 |
* | • Navigator | Bibiko | 2010-03-21 | 1 | -0/+38 |
* | • some improvements for navigator | Bibiko | 2010-03-19 | 1 | -1/+1 |
* | • further work on Navigator (not yet active but workable -> unHide menu item) | Bibiko | 2010-03-19 | 1 | -43/+68 |
* | • changed NSDictionary structure for [MCPConnection queryDbStructure] | Bibiko | 2010-03-17 | 1 | -2/+4 |
* | - fixed bug for nested snippets if a nested snippet is located at the very en... | Bibiko | 2010-03-17 | 1 | -1/+10 |
* | • fixed bug while presetting the mirrored snippets to their counterparts; t... | Bibiko | 2010-03-16 | 1 | -5/+5 |
* | • Query Favorites | Bibiko | 2010-03-16 | 1 | -7/+188 |
* | - Make a number of changes to attempt to improve disconnection/quit crashes:... | rowanbeentje | 2010-03-16 | 1 | -2/+0 |
* | - Fix some leaks and autoreleases after checking static analysis | rowanbeentje | 2010-03-13 | 1 | -7/+6 |
* | • fixed printing of Extended Table Info if Create Table Syntax view has focus | Bibiko | 2010-03-13 | 1 | -0/+10 |
* | • shortened SP_ASLIST_ALL_FIELDS_FROM_SELECTED_TABLE to SP_ASLIST_ALL_FIELD... | Bibiko | 2010-03-09 | 1 | -1/+1 |
* | • for auto-completion suppress the caret moving inside `foo`| | Bibiko | 2010-03-09 | 1 | -1/+1 |
* | • added $SP_ASLIST_ALL_FIELDS_FROM_SELECTED_TABLE as pre-defined snippet list | Bibiko | 2010-03-09 | 1 | -54/+165 |
* | • fixed bug in snippet list - now it inserts the chosen item correctly afte... | Bibiko | 2010-03-09 | 1 | -25/+77 |
* | • fixed some minor GUI issues for SPNarrowDownCompletion window | Bibiko | 2010-03-09 | 1 | -2/+4 |
* | • added possibility to define a snippet via ¦a¦b¦ – such a snippet wil... | Bibiko | 2010-03-08 | 1 | -3/+42 |
* | • auto-completion | Bibiko | 2010-03-08 | 1 | -1/+1 |
* | • outsourced keyword completion and function completion lists to Completion... | Bibiko | 2010-03-08 | 1 | -1006/+56 |
* | • added to CustomQuery's CMTextView the option to set auto-completion on/of... | Bibiko | 2010-03-07 | 1 | -10/+46 |
* | • set CMTextView temporarily to editable:YES if the tab stops width is chan... | Bibiko | 2010-03-06 | 1 | -0/+6 |
* | • CSV Import Field Mapper | Bibiko | 2010-03-06 | 1 | -33/+48 |
* | • CSV Import Field Mapper | Bibiko | 2010-03-05 | 1 | -1/+1 |
* | • REPAIR, OPTIMIZE, ANALYZE, FLUSH, CHECKSUM now can be applied to more tha... | Bibiko | 2010-02-26 | 1 | -1/+1 |
* | • Query Favorites: | Bibiko | 2010-02-25 | 1 | -0/+13 |
* | • 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 |