Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Created a "dummy" Scintilla view for operating on non-global documents.
Removed `buffer:check_global()` and replaced `buffer.dirty` with Scintilla's
`buffer.modify`.
|
|
|
|
|
|
|
|
|
|
|
|
Also removed more unused constants.
|
|
|
|
|
|
Menus and key bindings do not need `events.INITIALIZED`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also refactored modules/textadept/mime_types.lua.
Requires Scintillua r357.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Pathnames and filenames are italic and be more consistent with constant width
text.
|
|
Rewrote most of the manual and Lua API to complement each other.
Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc.
|
|
|
|
Also updated to Scintilla 3.2.1.
|
|
|
|
|
|
|