aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/CompletionTokens.plist
Commit message (Collapse)AuthorAgeFilesLines
* • outsourced keyword completion and function completion lists to ↵Bibiko2010-03-081-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