Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | • activate Preference setting for caret color | Bibiko | 2009-05-24 | 1 | -1/+2 |
| | | | | | | | | • added prototype for new completion (ESC -> Cocoa, F5 -> new completion) - not yet finished - TODO: -- support for NSSpellChecker items -- images for different types of suggestions like proc/func/tabkle/view/sql statement, db name, etc. | ||||
* | • added class to support narrow-down completion in the Query Editor | Bibiko | 2009-05-24 | 1 | -0/+460 |
- an image can be added - display and insert string can differ - fully customizable This class is based on TextMate's TMDIncrementalPopUp implementation (Dialog plugin) written by Joachim Mårtensson, Allan Odgaard, and H.-J. Bibiko. see license: http://svn.textmate.org/trunk/LICENSE |