Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Requires lspawn r60 (changeset 9a8b4b5e4137) and gtdialog r112 (changeset
6435a42450c7).
|
|
Textadept will never be targeted at GTK 3 or higher.
|
|
|
|
Requires Scinterm r168 (changeset 46e218082338).
|
|
Requires Scinterm r167 (changeset a0a536a4fe7e).
|
|
|
|
|
|
|
|
|
|
As a result, no need for a *properties.lua* file anymore. Also, renamed
`ui.set_theme()` to `buffer.set_theme()`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Scintilla 3.7.4 requires a C++11 compiler, which I do not have.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Pedro Andres Aranda Gutierrez.
|
|
|
|
|
|
|
|
|
|
As a result, changed `ui.find.lua` to `ui.find.regex`
Also removed luautf8 dependency since it is no longer needed.
Regex replacements cannot contain embedded Lua code.
Jumping to "find in files" results selects those results instead of just jumping
to their respective lines.
|
|
libgthread.dylib is still required by at least libgtkmacintegration.dylib.
|
|
|
|
|
|
|
|
Do not assume GTK+'s pkg-config lib flags give iconv.
|
|
Makes use of an external luautf8 library, but only a subset of it.
|
|
|
|
|
|
|
|
|