Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Also clarified `ta` launcher since `--help` is unavailable.
|
|
|
|
Compile in a stripped version of Steve Donovan's winapi library and override
`io.popen` and `os.execute`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add an event handler at index 1 to override the default prompt to reload.
|
|
|
|
|
|
|
|
It's probably better to have users enable it manually than to do something
unexpected.
|
|
|
|
|
|
|
|
C/C++ lexer was separated into ANSI C and C++ lexers.
Also took the opportunity to use shorter macros in compile/run commands.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Will be removed when upgrading to Scintilla > 3.3.6 if upstream patch is
accepted.
|
|
|
|
|
|
It used to enclose just the part of the word behind the caret.
|
|
|
|
The "kind" argument is optional.
|
|
Both values are required for regexp searches.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The caret is always constrained to the first line when no selection is present.
|
|
|
|
Created a "dummy" Scintilla view for operating on non-global documents.
Removed `buffer:check_global()` and replaced `buffer.dirty` with Scintilla's
`buffer.modify`.
|
|
|
|
|
|
|
|
|