aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-30Added tag textadept_6.0_beta_3 for changeset 693d11c6408cmitchell
2012-09-30Updated Lua Adeptsense apidoc; modules/lua/apimitchell
2012-09-30Updated for 6.0 beta 3.mitchell
2012-09-28Use the bit32 library for checking marker bits; modules/textadept/bookmarks.luamitchell
2012-09-28Added marks for making selection in ncurses.mitchell
Even though the implementation uses a new `MODIFIED` event, it is left undocumented because it will likely never be a full implementation of SCN_MODIFIED.
2012-09-26Ensure Lua stack has enough elements in `lstring_iconv()`; src/textadept.cmitchell
Thanks to Gilles for pointing out that I left this part out of his patch.
2012-09-25Bugfix for `string.iconv()` from Gilles Grégoire.mitchell
Sometimes the converted text will not fit into its allocated buffer.
2012-09-23Do not write ncurses initialization errors over titlebar; src/textadept.cmitchell
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