aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-22Fixes to Lua paths.mitchell
Do not look in the current working directory for modules. Look in _USERHOME for shared libraries.
2012-09-22More consistant preproc grouping; src/textadept.cmitchell
2012-09-18Keep termios disabled in CDK objects; src/textadept.cmitchell
2012-09-18New Textadept icon.mitchell
Added 256x256 icon and updated screenshots.
2012-09-18Fixed incremental find in ncurses.mitchell
2012-09-18Fixed bug with extra empty entry in buffer browser; core/gui.luamitchell
2012-09-18Use 'text' plain text lexer instead of 'container'.mitchell
2012-09-18Use `buffer.tab_width` in docstatusbar since `buffer.indent` is 0; core/gui.luamitchell
2012-09-17Added ncurses CDK field key bindings to list; modules/textadept/keys.luamitchell
2012-09-12Updated Migration Guide; doc/14_Appendix.mdmitchell
2012-09-12Documentation overhaul.mitchell
Rewrote most of the manual and Lua API to complement each other. Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc.
2012-09-12Properly link '@see' tags outside of the current module; doc/markdowndoc.luamitchell
Global functions/tables must be prefixed with '_G.'. Otherwise, full names can be used.
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