aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-27Fixed bug introduced by stripping '_G' in Lua Adeptsense; modules/lua/init.luamitchell
2011-06-27WIN32 compiles with latest Mingw32; src/Makefilemitchell
2011-06-27Strip '_G' references from manual; doc/manual/9_Preferences.mdmitchell
2011-06-25Added 'fold.line.comments' option for folding multiple single-line comments.mitchell
2011-06-24Strip '_G' from Lua Adeptsense symbols and remove duplicate tags.mitchell
2011-06-24Removed '_G' prefix from globals where necessary.mitchell
2011-06-24Add io.open, io.popen type assignments to Lua Adeptsense.mitchell
2011-06-24Compile and Run commands emit events; modules/textadept/run.luamitchell
2011-06-24Add ability to fake modules for generating Adeptsense.mitchell
With the new absolute field recognition, it is possible have a non-existant module name in scripts/adeptsensedoc.lua's add_field() function. For example, A '_G._SCINTILLA.constants.SCLEX_LPEG' field would look-up the '_SCINTILLA.constants' module which does not exist; it is a table. Instead of throwing an error, create a fake module so the appropriate tags and apidoc are created ('SCLEX_LPEG _ 0;" F class:_SCINTILLA.constants') but do not create tags and apidoc for the fake module.
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