aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fixed curses autocomplete with the "Enter" key.Gravatar mitchell2013-06-04
* Added quick download links; README.mdGravatar mitchell2013-06-04
* Fixed bug where default theme in _USERHOME is not loaded; core/gui.luaGravatar mitchell2013-06-03
* Added tag textadept_7.0_alpha for changeset 653aa6380bdfGravatar mitchell2013-05-31
* Updated CHANGELOG.md.Gravatar mitchell2013-05-31
* Updated Lua Adeptsense.Gravatar mitchell2013-05-29
* Added more theme change documentation to migration guide; doc/14_Appendix.mdGravatar mitchell2013-05-29
* Allow "%()" property expansion in themes like with compile/run macros.Gravatar mitchell2013-05-29
* Load a language context menu based solely on lexer; modules/textadept/menu.luaGravatar mitchell2013-05-29
* Rewrote LuaDoc; modules/textadept/adeptsense.luaGravatar mitchell2013-05-28
* Updated migration guide; doc/14_Appendix.mdGravatar mitchell2013-05-26
* Rewrote some LuaDoc to use the active voice.Gravatar mitchell2013-05-26
* Updated for 7.0 alpha.Gravatar mitchell2013-05-25
* Reformatted "style.default" in themes.Gravatar mitchell2013-05-25
* Added migration guide from Textadept 6 to Textadept 7; doc/14_Appendix.mdGravatar mitchell2013-05-25
* Rewrote migration guides; doc/14_Appendix.mdGravatar mitchell2013-05-24
* Added section on customizing themes; doc/09_Themes.mdGravatar mitchell2013-05-24
* Use 'font' and 'fontsize' properties for theme fonts.Gravatar mitchell2013-05-22
* Renamed "settings.lua" to "properties.lua".Gravatar mitchell2013-05-21
* Updated README.md.Gravatar mitchell2013-05-20
* Rewrote the manual to use the active voice.Gravatar mitchell2013-05-20
* Rewrote theme implementation.Gravatar mitchell2013-05-15
* Fixed crash caused by split views.Gravatar mitchell2013-05-29
* Added tag textadept_6.6 for changeset 73a9a9058189Gravatar mitchell2013-05-25
* Updated CHANGELOG.md.Gravatar mitchell2013-05-25
* Updated Lua Adeptsense.Gravatar mitchell2013-05-25
* Updated for 6.6.Gravatar mitchell2013-05-25
* Documented extended styles in Scintilla; core/.buffer.luadocGravatar mitchell2013-05-22
* Fixed tags for global tables within modules; modules/lua/adeptsensedoc.luaGravatar mitchell2013-05-22
* Use '\n' keycode in curses instead of '\r'; src/textadept.cGravatar mitchell2013-05-21
* Code cleanup; modules/textadept/editing.luaGravatar mitchell2013-05-20
* Print the results of '=' Lua expressions; modules/textadept/command_entry.luaGravatar mitchell2013-05-20
* Updated to Scintilla 3.3.2.Gravatar mitchell2013-05-20
* Fix caret placement in block comment/uncomment.Gravatar mitchell2013-05-20
* Allow empty tables as keychains if they have metatables; core/keys.luaGravatar mitchell2013-05-16
* Reverted r1412 to allow hiding command entry on focus lost; src/textadept.cGravatar mitchell2013-05-16
* Fixed misspelling; THANKS.mdGravatar mitchell2013-05-15
* Fix absolute field tags; modules/lua/adeptsensedoc.luaGravatar mitchell2013-05-15
* Fixed GTK assertion errors when removing find history items; src/textadept.cGravatar mitchell2013-05-15
* Set language-specific buffer properties through an event instead of a function.Gravatar mitchell2013-05-15
* `_M.textadept = require('textadept')` in user init is superfluous.Gravatar mitchell2013-05-15
* Updated old documentation.Gravatar mitchell2013-05-15
* Ensure _XOPEN_SOURCE_EXTENDED is defined for Linux ncurses; src/MakefileGravatar mitchell2013-05-12
* Added notes on compiling the Win32 terminal version; doc/12_Compiling.mdGravatar mitchell2013-05-09
* Fixed bug in file encodings; core/file_io.luaGravatar mitchell2013-05-01
* Added tag textadept_6.6_beta for changeset a931a4c8cb27Gravatar mitchell2013-04-30
* Word highlighting is supported in curses; doc/06_AdeptEditing.mdGravatar mitchell2013-04-30
* Updated CHANGELOG.md.Gravatar mitchell2013-04-30
* More code cleanup.Gravatar mitchell2013-04-30
* Refactored find and replace all; modules/textadept/find.luaGravatar mitchell2013-04-30