Age | Commit message (Collapse) | Author |
|
|
|
|
|
Do not match pattern anchors.
|
|
This prevents any disorienting scrolling.
|
|
This prevents any disorienting scrolling.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Encourage calling `gui.set_theme()` from *~/.textadept/init.lua* instead.
|
|
Creates an empty language-specific module if none exists. This enables users to
add keys and snippets for any lexer without an existing language-specific
module. It also allows themes to override styles for any lexer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also integrated comment strings into `_M.textadept.editing.comment_string` so
block commenting works out of the box.
|
|
|
|
|
|
|
|
|
|
Also added some OSX scripts from the bundle to the repository.
Requires the latest "GTK+ for OSX bundle".
|
|
C implicitly initializes them to NULL.
|
|
|
|
|
|
|
|
Requires Scintillua r370.
|
|
This reverts "Enter" to '\r' in Lua, so make a KEYSYM to retain '\n'.
|
|
|
|
|
|
|
|
|
|
|
|
|