2 Jan 08:20
Re: Incremental SciTE autocompletion
Neil Hodgson <nyamatongwe <at> gmail.com>
2009-01-02 07:20:08 GMT
2009-01-02 07:20:08 GMT
Sergey Kishchenko: > New version can be found here : > http://groups.google.com/group/scite-interest/web/incremental_autocompletion_v3.tar.gz > It consists of > 1. Incremental word autocompletion(autocompleteword.automatic=1 and > autocompleteword.automatic=2) > 2. Incremental symbol autocompletion (autocomplete.automatic=1 and > autocomplete.automatic=2) > 3. Docs patch Looks like it still doesn't cope with scripted autocompletion lists. To test with scripted autocompletion you can add to your startup script something like: function ShowList() editor:AutoCShow(1, "abc bbb def") end Then in user properties: command.name.5.*=ShowList command.5.*=ShowList() command.subsystem.5.*=3 Then restart SciTE. > 4. gtk makefile patches (I use `make DEBUG=1 TRACE=1` for tracing)(Continue reading)
RSS Feed