Age | Commit message (Collapse) | Author |
|
Also added some documentation.
|
|
`ui.find.highlight_all_matches` was changed to `false` by default, so enable it
for this test.
|
|
|
|
|
|
Word auto-highlighting when searching is too distracting.
|
|
Background highlighting provides more contrast.
|
|
Users who want to vertically center the caret or similar can connect to the
event.
|
|
Also fixed lack of header anchors in generated HTML.
|
|
Added some documentation infrastructure for eventual migration to a new build
service. Use a simple Lua script for generating documentation offline.
|
|
Also tweaked Makefile with basic git support for an eventual migration to
a new build service.
|
|
|
|
Otherwise, find results on long lines will not be displayed.
|
|
|
|
It can be difficult to see what the current result is.
|
|
|
|
|
|
|
|
Also changed the mnemonic for "Edit > Filter Through" in the process.
|
|
|
|
These crashes occur when indexing Scintilla fields with out-of-bounds indices.
|
|
|
|
|
|
|
|
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.
|
|
|