aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-12Strip markdown links from Lua API documentation; modules/lua/adeptsensedoc.luamitchell
2012-09-10Correctly emit RUN_OUTPUT events; modules/textadept/run.luamitchell
2012-09-08Removed `rebuild_command_tables()`; modules/textadept/menu.luamitchell
2012-09-05Attempt to auto-detect locale using 'LANG' environment variable; core/locale.luamitchell
2012-09-04Fixed links and formatting; CHANGELOG.mdmitchell
2012-08-30Added tag textadept_6.0_beta_2 for changeset 22bea8f4dfa9mitchell
2012-08-30Updated CHANGELOG.md.mitchell
2012-08-30Show key shortcuts in ncurses `select_command()`; modules/textadept/menu.luamitchell
2012-08-30Fixed manual link; doc/03_UserInterface.mdmitchell
2012-08-29Updated CHANGELOG.md.mitchell
2012-08-29Updated Migration Guide; doc/14_Appendix.mdmitchell
2012-08-29Fixed bug for release names with multiple spaces; src/Makefilemitchell
2012-08-29Update in Scintilla 3.2.2; core/iface.luamitchell
2012-08-29Updated for 6.0 beta 2.mitchell
2012-08-26Updated tmp rule; src/Makefilemitchell
2012-08-26Fixed some ncurses memory leaks; src/textadept.cmitchell
2012-08-28Updated manual introduction; doc/01_Introduction.mdmitchell
2012-08-28Updated Lua Adeptsense.mitchell
2012-08-28Updated to Scintilla 3.2.2.mitchell
2012-08-27Use constant names in theme options instead of nondescript integers.mitchell
2012-08-27Fixed multiple selection on Mac OSX.mitchell
2012-08-23Changed the default directory depth to 99; modules/textadept/snapopen.luamitchell
Since there is a maximum number of files to list, the depth setting does not matter so much.
2012-08-07Updated manual images.mitchell
2012-08-16Lua code cleanup; modules/textadept/bookmarks.luamitchell
2012-08-16Consolidated bookmark add/remove into `toggle`; modules/textadept/bookmarks.luamitchell
2012-08-07Fixed typo; doc/14_Appendix.mdmitchell
2012-08-05Updated FAQ.md about ncurses terminal support.mitchell
2012-08-05Added images for ncurses and term theme.mitchell
2012-08-05Added ncurses key commands to individual manual pages.mitchell
2012-08-03Fixed ncurses bug where replace entry could not be focused; src/textadept.cmitchell
2012-08-02Updated download link in README.md.mitchell
2012-08-01Disable showing help in ncurses; core/args.luamitchell
Lua 'print' statements do not work properly once ncurses has been initialized and there is no way to print to a buffer without overwriting an existing session on exit.
2012-08-01Added 'install' and 'uninstall' rules; src/Makefilemitchell
2012-08-01Added tag textadept_6.0_beta for changeset afd8bde8ffaemitchell
2012-07-31Updated FAQ.md.mitchell
2012-07-29Updated CHANGELOG.md.mitchell
2012-07-28Updated FAQ.md mentioning lack of LuaJIT on 64-bit Windows.mitchell
2012-07-28Updated tmp build environment to include win64gtk; src/Makefilemitchell
2012-07-28Enable ncurses on OSX; src/textadept.cmitchell
2012-07-28Like for OSX and Win32, use any pre-built LuaJIT archives on Linux; src/Makefilemitchell
2012-07-28Changes to compile for 64-bit Windows.mitchell
Since mingw64 cannot compile 64-bit LuaJIT at the moment, textadeptjit64.exe is not built.
2012-07-26Updated migration guide; doc/14_Appendix.mdmitchell
2012-07-26Updated for 6.0 beta.mitchell
2012-07-26Note ncurses compatibility with scrolling long lines; doc/14_Appendix.mdmitchell
2012-07-26Added notes on compiling ncurses version; doc/12_Compiling.mdmitchell
2012-07-26Fixes to compile ncurses version on Mac OSX.mitchell
2012-07-26More ncurses compatibility notes; doc/14_Appendix.mdmitchell
2012-07-26Compile scintillua with NCURSES flag when necessary; src/Makefilemitchell
2012-07-23No need for PLAT_* flags; src/textadept.cmitchell
2012-07-23Disable menus in ncurses for now; modules/textadept/menu.luamitchell