Age | Commit message (Collapse) | Author |
|
|
|
Stop tracking and monitoring processes on exit.
|
|
|
|
|
|
|
|
This requires theme updates, primarily due to colour -> color.
|
|
|
|
|
|
|
|
|
|
Also improved separate themes-per-view functionality.
|
|
|
|
|
|
|
|
|
|
This feature was inadvertently removed during a refactor.
|
|
|
|
|
|
|
|
This allows for a superficial separation of buffer- and view-specific Scintilla
functionality. buffers and views can now be used interchangeably for the most
part, and the APIs are guidance, not hard requirements. User scripts do not
require any modification and will continue to function normally.
|
|
|
|
|
|
Since `waitpid()` cannot be used by both GLib (via `os.spawn()`) and
`spawn_proc:wait()`, use only one or the other. Then clean up after process
exit.
|
|
Since `waitpid()` cannot be used by both GLib (via `os.spawn()`) and
`spawn_proc:wait()`, use only one or the other. Then clean up after process
exit.
|
|
Since Windows filenames are case-insensitive, mismatched drive letter case may
cause the same file to be open twice.
|
|
|
|
|
|
|
|
This was the previous behavior, but did not distinguish between modes.
|
|
|
|
|
|
|
|
|
|
This avoids infinite loops. Pre-initialization errors are already shown in
textbox dialogs.
|
|
|
|
Fixed drawing autocompletion lists and calltips on Win32 and enable
autoscrolling when clicking and dragging the mouse.
|
|
|
|
|
|
Filepaths have a "_HOME" prefix that is expected to be filled in by consumers
(e.g. the experimental ctags module).
|
|
|
|
|
|
|
|
|
|
|
|
Previous guides are in prior releases and in revision history.
|
|
|
|
This fixes PHP, Django, and other lexers that embed themselves.
|
|
|
|
|
|
|