Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Always split a single view if `ui.tabs` is `false` and prefer another split
view if switching to an existing print buffer.
|
|
This is not necessary if deleting a non-visible buffer (e.g. in the dummy view).
|
|
I am not sure why this has been the case.
|
|
|
|
|
|
|
|
|
|
For some reason, modern MinGW-w64 GCC always returns boolean true unless
compiling with debug symbols. Most typing into Scintilla widgets was not working
at all.
This does not occur on older versions of MinGW GCC.
|
|
|
|
|
|
|
|
|
|
Iterating through find results seems a bit more intuitive. Also, for small views
the scrolling was way too disorienting.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This happened when you activated "Find in Files" twice in a row.
|
|
|
|
|
|
Previously, you had to be on a line that was a fold point.
|
|
|
|
This affects SCN_URIDROPPED among others.
|
|
|
|
This allows for running `textadept [projectdir]` and having the open dialogs
start from there instead of `_HOME` or some other directory.
|
|
It does not seem necessary anymore.
|
|
|
|
In the GUI, Enter and Shift+Enter invoke Find Next and Find Prev, respectively.
In the terminal, Up, Down, and Tab toggle between buttons more consistently;
removed Shift-Tab binding. Also fixed entry drawing issue with Tab.
|
|
|
|
|
|
|
|
It will construct "KEY=VALUE" list.
|
|
This is good practice.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|