aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-16Moved custom markers and indicators into themes and added more properties.mitchell
2013-09-15Do not convert filenames to UTF-8; keep them in `_CHARSET`.mitchell
2013-09-14Removed some unused constants from `_SCINTILLA.constants`.mitchell
2013-09-13Updated some LuaDoc.mitchell
2013-09-12Code cleanup in themes.mitchell
2013-09-12Changed `events.disconnect()` to accept function argument instead of ID.mitchell
2013-09-11Added tag textadept_7.0_beta_3 for changeset 5ebbc96b1ec1mitchell
2013-09-11Updated CHANGELOG.md.mitchell
2013-09-11Fixed typo; doc/12_Compiling.mdmitchell
2013-09-11Updated Lua Adeptsense.mitchell
2013-09-10Do not cache `_G.arg`; core/args.luamitchell
This also helps fix a bug caused in part by r1557.
2013-09-10Fixed bug with previous commit.mitchell
2013-09-09Use `events.ARG_NONE` constant instead of string.mitchell
2013-09-09Moved buffer IO functions into the `io` module.mitchell
Menus and key bindings do not need `events.INITIALIZED`.
2013-09-08Expose marker and indicator numbers for greater customization.mitchell
Removed their respective color settings.
2013-09-08Updated Lua Adeptsense.mitchell
2013-09-08Updated for 7.0 beta 3.mitchell
2013-09-08Fixed potential crash caused by split views.mitchell
2013-09-06Fixed bug in processing command line options introduced in r1546.mitchell
2013-09-06Updated LuaDoc.mitchell
2013-09-05Renamed `ui.docstatusbar_text` to `ui.bufstatusbar_text`.mitchell
2013-09-02Updated to the latest CDK.mitchell
2013-09-01Renamed `buffer:get_style_name(n)` to `buffer.style_name[n]`.mitchell
2013-08-31Allow user scripts to handle `BUFFER_NEW` and `VIEW_NEW` events on startup.mitchell
A side effect is more efficient event emission during startup.
2013-08-30Fixed incorrect constants in buffer LuaDoc; core/.buffer.luadocmitchell
2013-08-26Commented on the new role of `_M` in the migration guide; doc/14_Appendix.htmlmitchell
2013-08-26Forgot to update some documentation with newly renamed `LEXER_LOADED` event.mitchell
2013-08-26Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.mitchell
2013-08-26Renamed `gui` to `ui` since it's more applicable.mitchell
2013-08-25Renamed `LANGUAGE_MODULE_LOADED` event to `LEXER_LOADED` and reverted r1500.mitchell
"Creating" non-existant modules is a bad idea and causes confusion.
2013-08-24Include Scintilla constants in `buffer`s.mitchell
2013-08-11Fixed some documentation typos.mitchell
2013-08-10Added tag textadept_7.0_beta_2 for changeset 4d28bd442a56mitchell
2013-08-10Updated CHANGELOG.md.mitchell
2013-08-10Updated Lua Adeptsense.mitchell
2013-08-10Updated for 7.0 beta 2.mitchell
2013-08-10Updated some documentation.mitchell
2013-08-08Theme properties passed to `gui.set_theme()` should persist; core/gui.luamitchell
2013-08-08Fixed bug with theme loading during `reset()`; core/gui.luamitchell
2013-07-19Updated to Scintilla 3.3.4; src/Makefilemitchell
2013-07-17Fixed compile error on curses from previous commit; src/textadept.cmitchell
2013-07-16Save window maximized state in sessions.mitchell
Also ensure backward-compatibility with existing session files.
2013-07-10Added tag textadept_7.0_beta for changeset c0c1d30f5ce8mitchell
2013-07-10Updated CHANGELOG.md.mitchell
2013-07-10Updated Lua Adeptsense.mitchell
2013-07-10Updated for 7.0 beta.mitchell
2013-07-09Fixed bug in previous commit; modules/textadept/init.luamitchell
2013-07-08Renamed Textadept module's "mime_types" to "file_types" and removed config file.mitchell
2013-07-08Renamed "language-specific" modules to just "language modules" in documentation.mitchell
2013-07-08Added curses keys to key bindings documentation; modules/textadept/keys.luamitchell