Age | Commit message (Collapse) | Author |
|
|
|
|
|
Any changes, even incremental ones, are reflected immediately.
As a result, removed `set_menubar()` and `set_contextmenus()` from API.
|
|
|
|
|
|
Setting the style of `INDIC_BRACEMATCH` to `INDIC_HIDDEN` effectively disables
brace highlighting.
|
|
|
|
|
|
Also temporarily include my upstream patch for autocompletion into multiple
selections. When 3.4.3 comes out, the patch may be removed.
This commit negates the requirement for Scintilla post 3.4.2, mentioned in
1736:12256c79f24b.
|
|
|
|
|
|
|
|
Replaced ANSI C and Lua module Adeptsenses with their equivalent autocompleter
functions.
|
|
Removed workaround for autocompleting in multiple selections.
Requires Scintilla changeset 5114:bd09a915437d.
|
|
The new `textadept.editing.autocomplete()` is a generic function for a new
autocompletion framework that will replace Adeptsense. The framework involves
individual autocompletion functions, such as one for autocompleting words.
Also added new `AUTOCOMPLETE_ALL` setting for searching all buffers for word
completions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Requires lspawn r18.
|
|
Requires Scintillua r423.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Pedro Andres Aranda Gutierrez.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There is a failed assertion related to file descriptors which is somehow caused
by executing a Lua callback on process exit. If there is no Lua callback, there
is no abort. Closing file descriptors before executing the Lua callback has no
effect.
|
|
|
|
|