aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept
AgeCommit message (Collapse)Author
2012-06-02Fix broken code from ncurses changes; modules/textadept/menu.luamitchell
2012-05-31Updated modules/textadept/mime_types.conf.mitchell
2012-04-12Added note about documenting module fields; modules/textadept/adeptsense.luamitchell
2012-04-06Print annotations for run and compile command errors; modules/textadept/run.luamitchell
2012-04-06Fixed bug in run/compile commands with LuaJIT; modules/textadept/run.luamitchell
2012-03-27Translate all messages instead of relying on GTK to translate stock items.mitchell
2012-03-25Improved message double-clicking behavior for run and compile commands.mitchell
2012-03-22Updated paths to Manual and LuaDoc in menus and key commands.mitchell
2012-03-16Moved "Markdown:" comments into module LuaDoc comments.mitchell
2012-03-15Added documentation for generating API documentation and Lua Adeptsense.mitchell
2012-03-15Added note about child Adeptsenses; modules/textadept/adeptsense.luamitchell
2012-03-14Use buffer:get_lexer(true) more often when it should be used.mitchell
2012-03-14autocomplete_word() accepts default words; modules/textadept/editing.luamitchell
From Brian Schott.
2012-03-07Updated contact email address.mitchell
2012-03-07Documentation overhaul with Discount (Markdown implementation).mitchell
The standard LuaDoc template is no longer used. Instead, the new `scripts/markdowndoc.lua` has the template for LuaDoc and `scripts/update_doc` has the template for the Manual. Also added README, CHANGELOG, and THANKS files.
2012-03-04`_M.set_buffer_properties()` is now optional; modules/textadept/mime_types.luamitchell
2012-02-29Added more OSX key commands; modules/textadept/keys.luamitchell
From Robert Gieseke.
2012-02-26Support multiple '@return' tags in Lua Adeptsense documentation.mitchell
2012-02-10Update LuaDoc with new formatting.mitchell
2012-01-31Added ChucK lexer; modules/textadept/mime_types.confmitchell
2012-01-24Rename module shortcut variables.mitchell
2012-01-19Fixed bug with recent files; modules/textadept/session.luamitchell
2012-01-17Use lines() instead of read() for processes; modules/textadept/run.luamitchell
While this does not stop io blocking, there might be another way.
2012-01-13Added extension filter and default filter; modules/textadept/snapopen.luamitchell
2012-01-06Updated copyright information.mitchell
2012-01-05Code cleanup.mitchell
2012-01-05Renamed editing module's 'current_word' to 'select_word'.mitchell
Also added utils function for deleting the current word.
2012-01-05Do not clear registered images when completing; modules/textadept/adeptsense.luamitchell
2012-01-05Fixed bug introduced in recent code cleanup; modules/textadept/editing.luamitchell
2012-01-05Rename '_m' to '_M'.mitchell
2012-01-01Code cleanup.mitchell
2011-12-31Changed 'locale.localize()' to global '_L' table.mitchell
2011-12-31Code cleanup.mitchell
2011-12-20Wrap LuaDoc for C tables and functions in long comments.mitchell
2011-12-19Close process; modules/textadept/keys.luamitchell
2011-12-13Remove 'package.seeall' from LuaDoc comments.mitchell
2011-12-12Remove 'module' and update LuaDoc comments appropriately.mitchell
2011-12-12Updated to Lua 5.2.mitchell
2011-11-23Code cleanup.mitchell
2011-11-23Removed _m.textadept.editing.select_style().mitchell
2011-11-23Added theme utilities, modified light and dark themes, and removed scite theme.mitchell
Added gui.set_theme() and gui.select_theme() theming utilities. All new light and dark themes. Moved old classic themes to the wiki.
2011-10-26Fixed Adeptsense autocomplete for single item; modules/textadept/adeptsense.luamitchell
2011-10-04Fixed bug with %n in replace introduced by r960; modules/textadept/find.luamitchell
2011-09-28Use lexer at the caret for key commands and snippets.mitchell
2011-09-28Fixed bug with autocomplete and capitalizations; modules/textadept/editing.luamitchell
Thanks to Brian Schott.
2011-09-28Update context menu on VIEW_AFTER_SWITCH; modules/textadept/menu.luamitchell
2011-09-28Added gui.goto_file() for the 'find' and 'run' modules.mitchell
2011-09-27Reformatted some LuaDoc.mitchell
2011-09-27Added language-specific context menu support.mitchell
2011-09-26Lua code cleanup.mitchell