aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Code and documentation cleanup.Gravatar mitchell2013-09-23
* Added call tip highlight color to themes.Gravatar mitchell2013-09-21
* Renamed `buffer:convert_eo_ls()` to `buffer:convert_eols()`.Gravatar mitchell2013-09-21
* Fixed bug with builds not linking src/LexLPeg.cxx in `make deps`; src/MakefileGravatar mitchell2013-09-20
* Support multiple selections with `select_word()`; modules/textadept/editing.luaGravatar mitchell2013-09-18
* Updated Lua Adeptsense.Gravatar mitchell2013-09-17
* Changed symbol marker margin settings; properties.luaGravatar mitchell2013-09-17
* Removed the `SC` prefix from most constants in `_SCINTILLA.constants`.Gravatar mitchell2013-09-16
* Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.Gravatar mitchell2013-09-16
* Moved custom markers and indicators into themes and added more properties.Gravatar mitchell2013-09-16
* Do not convert filenames to UTF-8; keep them in `_CHARSET`.Gravatar mitchell2013-09-15
* Removed some unused constants from `_SCINTILLA.constants`.Gravatar mitchell2013-09-14
* Updated some LuaDoc.Gravatar mitchell2013-09-13
* Code cleanup in themes.Gravatar mitchell2013-09-12
* Changed `events.disconnect()` to accept function argument instead of ID.Gravatar mitchell2013-09-12
* Added tag textadept_7.0_beta_3 for changeset 5ebbc96b1ec1Gravatar mitchell2013-09-11
* Updated CHANGELOG.md.Gravatar mitchell2013-09-11
* Fixed typo; doc/12_Compiling.mdGravatar mitchell2013-09-11
* Updated Lua Adeptsense.Gravatar mitchell2013-09-11
* Do not cache `_G.arg`; core/args.luaGravatar mitchell2013-09-10
* Fixed bug with previous commit.Gravatar mitchell2013-09-10
* Use `events.ARG_NONE` constant instead of string.Gravatar mitchell2013-09-09
* Moved buffer IO functions into the `io` module.Gravatar mitchell2013-09-09
* Expose marker and indicator numbers for greater customization.Gravatar mitchell2013-09-08
* Updated Lua Adeptsense.Gravatar mitchell2013-09-08
* Updated for 7.0 beta 3.Gravatar mitchell2013-09-08
* Fixed potential crash caused by split views.Gravatar mitchell2013-09-08
* Fixed bug in processing command line options introduced in r1546.Gravatar mitchell2013-09-06
* Updated LuaDoc.Gravatar mitchell2013-09-06
* Renamed `ui.docstatusbar_text` to `ui.bufstatusbar_text`.Gravatar mitchell2013-09-05
* Updated to the latest CDK.Gravatar mitchell2013-09-02
* Renamed `buffer:get_style_name(n)` to `buffer.style_name[n]`.Gravatar mitchell2013-09-01
* Allow user scripts to handle `BUFFER_NEW` and `VIEW_NEW` events on startup.Gravatar mitchell2013-08-31
* Fixed incorrect constants in buffer LuaDoc; core/.buffer.luadocGravatar mitchell2013-08-30
* Commented on the new role of `_M` in the migration guide; doc/14_Appendix.htmlGravatar mitchell2013-08-26
* Forgot to update some documentation with newly renamed `LEXER_LOADED` event.Gravatar mitchell2013-08-26
* Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.Gravatar mitchell2013-08-26
* Renamed `gui` to `ui` since it's more applicable.Gravatar mitchell2013-08-26
* Renamed `LANGUAGE_MODULE_LOADED` event to `LEXER_LOADED` and reverted r1500.Gravatar mitchell2013-08-25
* Include Scintilla constants in `buffer`s.Gravatar mitchell2013-08-24
* Fixed some documentation typos.Gravatar mitchell2013-08-11
* Added tag textadept_7.0_beta_2 for changeset 4d28bd442a56Gravatar mitchell2013-08-10
* Updated CHANGELOG.md.Gravatar mitchell2013-08-10
* Updated Lua Adeptsense.Gravatar mitchell2013-08-10
* Updated for 7.0 beta 2.Gravatar mitchell2013-08-10
* Updated some documentation.Gravatar mitchell2013-08-10
* Theme properties passed to `gui.set_theme()` should persist; core/gui.luaGravatar mitchell2013-08-08
* Fixed bug with theme loading during `reset()`; core/gui.luaGravatar mitchell2013-08-08
* Updated to Scintilla 3.3.4; src/MakefileGravatar mitchell2013-07-19
* Fixed compile error on curses from previous commit; src/textadept.cGravatar mitchell2013-07-17