Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | • fixed completion strings for DELIMITER | Bibiko | 2010-03-12 | 1 | -2/+4 |
| | |||||
* | • corrected function arg list for MATCH | Bibiko | 2010-03-08 | 1 | -1/+1 |
| | |||||
* | • added possibility to define a snippet via ¦a¦b¦ – such a snippet ↵ | Bibiko | 2010-03-08 | 1 | -4/+4 |
| | | | | | | | | will be shown as completion list with the items “a” and “b” • set auto-completion default Pref setting to true • fixed some auto-completion issues like do not insert common prefix automatically and some others • applied ¦a¦b¦ template to CompletionTokens.plist and some tiny corrections and improvements | ||||
* | • outsourced keyword completion and function completion lists to ↵ | Bibiko | 2010-03-08 | 1 | -0/+1139 |
CompletionTokens.plist • SPQueryController manages keyword and function completion lists now; this reduces the memory usage a bit and the list is easier to edit • added pre-defined function argument snippets to CompletionTokens.plist (auto-generated from mysql's HELP) • added Preference option for Editor whether a function completion should insert () and if found the function argument snippets automatically or not - last ) will be linked as autopaired then • changed behaviour for wrapping a selection into `"'() etc. - now it re-selects the original selection after wrapping and in addition last wrap character is now marked as autopair-linked • improved logic for popping up the auto-completion list |