Age | Commit message (Collapse) | Author |
|
|
|
Thanks to Rob Gieseke.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Placeholders would not be visited if they appeared after transformations.
|
|
|
|
|
|
|
|
|
|
|
|
Added 'local textadept = _G.textadept' to all Lua modules, themes, etc.
Added more locals to core/ext/keys.lua for speed improvement.
Reformatted some Lua modules to the earlier standard committed.
|
|
|
|
All Textadept messages are in core/locale.lua which provides the new
'textadept.locale' module.
|
|
|
|
If placeholders occured just before an EOL, Scintilla regex matching cannot
recognize newline characters as [^(]. Had to explicitly search for the case
where an EOL occurs after the placeholder being searched for.
|
|
|
|
|
|
|
|
|
|
|