Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These were vestigial from when 0-based indices were used.
|
|
When clearing key sequences, preserve the table, as the `__index` metatable IS
that table.
|
|
If no project is found, and a folder other than the initial one is selected,
the filter stored for that directory should still be shown if the user wants
to Find in Files again from the same initial directory.
|
|
Metatables were not being preserved.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A lot more work is needed.
|
|
This is a legacy feature for when multi-language lexers did not backtrack to
keep track of what the current language is.
|
|
|