| Age | Commit message (Collapse) | Author | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
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.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Instead of the extra overhead when calling tonumber(), add the --no-newline
option and do a direct string comparison.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Originally just the global environment was available for executing Lua code in
snippets, but now a 'selected_text' variable is available for (key) commands
that insert snippets. This is typically useful for wrapping selected text in a
snippet.
 | 
 | 
Option variables for file in/out, redirect, and Ruby are not longer used.
 | 
 | 
 |