aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Save window maximized state in sessions.Gravatar mitchell2013-07-16
* Added tag textadept_7.0_beta for changeset c0c1d30f5ce8Gravatar mitchell2013-07-10
* Updated CHANGELOG.md.Gravatar mitchell2013-07-10
* Updated Lua Adeptsense.Gravatar mitchell2013-07-10
* Updated for 7.0 beta.Gravatar mitchell2013-07-10
* Fixed bug in previous commit; modules/textadept/init.luaGravatar mitchell2013-07-09
* Renamed Textadept module's "mime_types" to "file_types" and removed config file.Gravatar mitchell2013-07-08
* Renamed "language-specific" modules to just "language modules" in documentation.Gravatar mitchell2013-07-08
* Added curses keys to key bindings documentation; modules/textadept/keys.luaGravatar mitchell2013-07-08
* Fixed bug in Lua Pattern "Replace All"; modules/textadept/find.luaGravatar mitchell2013-07-08
* Ensure split view is painted by GTK before scrolling it; src/textadept.cGravatar mitchell2013-07-08
* Ensure split view is drawn by GTK before scrolling it; src/textadept.cGravatar mitchell2013-07-08
* Added file type for Go; modules/textadept/mime_types.confGravatar mitchell2013-07-08
* Updated CHANGELOG.md.Gravatar mitchell2013-07-01
* Added tag textadept_7.0_alpha_2 for changeset f4ecfa25e9eaGravatar mitchell2013-07-01
* Updated Lua Adeptsense.Gravatar mitchell2013-06-29
* Updated for 7.0 alpha 2.Gravatar mitchell2013-06-29
* Added Q&A for Mac OSX terminal colors; FAQ.mdGravatar mitchell2013-06-26
* Consolidated bookmarks module's "goto" functions into a new `goto_mark()`.Gravatar mitchell2013-06-24
* Removed `_G.RESETTING`; test for `arg` instead.Gravatar mitchell2013-06-24
* Fixed module releases; src/MakefileGravatar mitchell2013-06-23
* Reverted to lfs 1.6.0 since later versions break the LuaJIT version.Gravatar mitchell2013-06-23
* Use precompiled 64-bit libluajit.a for release and nightly builds; src/MakefileGravatar mitchell2013-06-23
* Refactored Makefile for release and nightly builds.Gravatar mitchell2013-06-22
* Removed redundant source release.Gravatar mitchell2013-06-21
* Use lfs 1.6.2 instead of latest master; src/MakefileGravatar mitchell2013-06-21
* Do not allow transposing in empty buffer; modules/textadept/editing.luaGravatar mitchell2013-06-21
* Remove theme selection since it does not persist.Gravatar mitchell2013-06-21
* Always emit `events.LANGUAGE_MODULE_LOADED`; modules/textadept/mime_types.luaGravatar mitchell2013-06-21
* `gui.set_theme()` accepts key-value argument pairs for theme properties to set.Gravatar mitchell2013-06-21
* Allow multiple jobs; src/MakefileGravatar mitchell2013-06-20
* Fixed bug in find and run double-click event handlers.Gravatar mitchell2013-06-20