aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-24Updated Luadoc; core/args.luamitchell
2011-06-23Tweak for recognizing absolute field tags; scripts/adeptsensedoc.luamitchell
2011-06-23Use string constants for event names.mitchell
2011-06-23Fix absolute field tags; scripts/adeptsense.luamitchell
2011-06-23Removed @field docs from core/iface.lua.mitchell
2011-06-23Write Lua table and module apidoc and fix absolute table tags.mitchell
An absolute table like '_G.keys.lua' used to be tagged as belonging to the '_m.lua' module, but it is tagged properly now.
2011-06-23Use 0xBBGGRR format for colors in themes.mitchell
2011-06-23Updated Luadoc and added extra fields to other modules.mitchell
2011-06-22Updated Luadoc and lua adeptsense.mitchell
2011-06-22Parse extra field docs and sense table @fields; scripts/adeptsense.luamitchell
Any extra text before the ':' in "-- * `field`: doc" is included in the apidoc. This is useful for specifying types: "-- * `field` [type]: doc".
2011-06-22Add @field parameters to _SCINTILLA.constants; scripts/gen_iface.luamitchell
2011-06-22Refactored scripts/gen_iface.lua.mitchell
2011-06-22Finish adding support for new Scintilla events; core/events.luamitchell
2011-06-20Updated to Scintilla 2.27.mitchell
2011-06-20Add unique ID generating functions to scripts/gen_iface.lua.mitchell
2011-06-16Use functions for generating unique IDs for markers, indicators, and user lists.mitchell
2011-06-16Fixed bug for when gui.dialog steals focus; src/textadept.cmitchell
2011-06-12Add support for GTK 3.0.mitchell
2011-06-12Added tag textadept_3.8 for changeset b846df0e22e9mitchell
2011-06-10Updated for 3.8.mitchell
2011-06-10Updated Lua Adeptsense.mitchell
2011-06-10There are more than 80 languages now; doc/manual/1_Introduction.mdmitchell
2011-06-09Updated to Scintilla 2.26; core/iface.luamitchell
2011-06-08Added instruction for installing official modules; doc/manual/2_Installation.mdmitchell
2011-06-06Add support for indicator and hotspot events from Brian; core/events.luamitchell
2011-05-30Added menu accelerators for indentation size; modules/textadept/menu.luamitchell
2011-05-09The events.handlers table is now available; core/events.luamitchell
2011-05-09Fixed bug in snippets.get_end_position(); modules/textadept/snippets.luamitchell
2011-05-05Removed non-existant key chain; modules/textadept/keys.luamitchell
2011-05-01Updated adeptsense and documentation.mitchell
2011-05-01Added tag textadept_3.7 for changeset 44fcaf702a8dmitchell
2011-04-29Added note to use tabs in snippets; modules/textadept/snippets.luamitchell
2011-04-27Updated for 3.7.mitchell
2011-04-25Include php module in release; src/Makefilemitchell
2011-04-25Changed Mac OSX Adeptsense completion from '~' to 'Ctrl+Esc'.mitchell
2011-04-20Fixed incorrect key command; modules/textadept/keys.luamitchell
2011-04-20Fixed bug in buffer:get_lexer(); modules/textadept/mime_types.luamitchell
2011-04-03Added syntax.type_declarations_exclude Luadoc; modules/textadept/adeptsense.luamitchell
2011-04-01Updated manual; doc/manual/9_Preferences.mdmitchell
2011-04-01Added tag textadept_3.7_beta_3 for changeset 2a194b40b6b6mitchell
2011-03-29Officially supported modules are available as a separate download.mitchell
2011-03-29Updated Lua module tags and apidoc.mitchell
2011-03-29Allow specific documentation to be updated; scripts/update_docmitchell
2011-03-29Updated for version 3.7 beta 3.mitchell
2011-03-29Fixed some snippet bugs; modules/textadept/snippets.luamitchell
2011-03-29Handle nil args in gui.print() and set caret after printing.mitchell
2011-03-27Added hg commands for updating modules to the manual; doc/manual/7_Modules.mdmitchell
2011-03-27Change menu caption for snippet's 'Insert' to 'Expand'.mitchell
2011-03-27Updated manual.mitchell
2011-03-27Add modules repository information to manual; doc/manual/7_Modules.mdmitchell