Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
Otherwise building Textadept from the source could break at any time.
|
|
|
|
Patched Scintilla to prevent warning on widget destroy.
|
|
|
|
|
|
|
|
|
|
|