Age | Commit message (Collapse) | Author |
|
|
|
Other instances should not attempt to become the single instance by waiting on
a named pipe to be created, as it already exists.
|
|
|
|
|
|
|
|
Requires Scintillua r474 (changeset e0da6f7984c6).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These notices are only for changes that are likely to affect users like theme
settings and ~/textadept/properties.lua.
These notices should be removed later.
|
|
|
|
|
|
|
|
Since doc pointers are signed, a greater than zero test is not always correct.
|
|
|
|
|
|
As a result, no need for a *properties.lua* file anymore. Also, renamed
`ui.set_theme()` to `buffer.set_theme()`.
|
|
|
|
They can be auto-detected now.
|
|
"Select to Matching Brace" has been moved into
`textadept.editing.select_enclosed()`, which now automatically determines what
to select between if no arguments are given.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Franck Guadagnini.
|
|
Sometimes encoding auto-detection via `io.encodings` is more trouble than it's
worth.
|
|
|
|
|
|
|
|
|
|
Scintilla's iface for them is different than similar properties.
|
|
|
|
|