Age | Commit message (Collapse) | Author |
|
|
|
Thanks to Piotr Orzechowski.
|
|
Describe how to identify and download revisions rather than relying on tags,
which will be removed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Piotr Orzechowski
|
|
Thanks to Piotr Orzechowski.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allows process output to be scrolled into view until the user switches
buffers.
|
|
In a "Find in Files" buffer, goes to the file on the current line.
In a message buffer, jumps to the error or warning on the current line.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|