Age | Commit message (Collapse) | Author |
|
|
|
Do not match one character past the end of the selection.
|
|
|
|
Requires Scinterm r150 (changeset ca37264a865c).
|
|
Also, existing files should be closed upon opening a new session.
|
|
Do not throw an error if there is no project for a build command.
Pass command output unprocessed to event handlers. Assume it is UTF-8 unless a
warning or error message is detected. In that case, assume it is encoded in
_CHARSET in order to jump to the correct file. (This matters particularly on
Win32.)
|
|
|
|
This is in addition to the existing number lookup.
|
|
|
|
|
|
|
|
Also fixed a bug that reset some non-focused buffer properties.
|
|
Use mixture of tabs and spaces when necessary in order to preserve indentation
amount.
|
|
|
|
In addition to code cleanup, ':' limits results to functions.
|
|
|
|
|
|
|
|
|
|
Do not use `ipairs()` and use more consistent variable names among other things.
|
|
|
|
Added for recently supported languages.
|
|
Do not assume GTK+'s pkg-config lib flags give iconv.
|
|
Makes use of an external luautf8 library, but only a subset of it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Markus F.X.J. Oberhumer.
|
|
In debug mode, inline functions are not inlined, so ensure internal linkage.
Thanks to Markus F.X.J. Oberhume.
|
|
|
|
|
|
Otherwise building Textadept from the source could break at any time.
|
|
|
|
Eventually UTF-8 patterns may be possible.
|
|
|
|
Thanks to Carl Sturtivant for the Win32 proof-of-concept code.
|
|
|
|
|
|
|
|
|
|
The `bit32` library makes bit shifting easier.
|
|
|
|
|