aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-15Fixed accelerator conflict in menu.mitchell
2011-07-15Added menu and keys for moving lines up and down.mitchell
2011-07-14Added Upper and Lower menu commands for selection case.mitchell
2011-07-14Renamed _m.textadept.editing.SAVE_STRIPS_WS to STRIP_WHITESPACE_ON_SAVE.mitchell
2011-07-14Added manual documentation for select_command(); doc/manual/10_Advanced.mdmitchell
2011-07-14Changed menu labels to be more descriptive and added select_command() dialog.mitchell
2011-07-13Fixed bad keys.conf path; doc/manual/9_Preferences.mdmitchell
2011-07-13Refactored key commands and added menu accelerators.mitchell
Key commands are now in keys.conf and keys.osx.conf which are loaded by the _m.textadept.menu module.
2011-07-11Fixed bug in key commands; modules/textadept/keys.luamitchell
2011-07-11Allow buffer functions to omit buffer argument.mitchell
This is primarily for key and menu commands to avoid creating too many unnecessary tables.
2011-07-11Removed label mnemonics from localization keys.mitchell
2011-07-11Added io.open_recent_file().mitchell
2011-07-07Detect Alt/Option modifier on Mac OSX.mitchell
2011-07-07Updated indentation guide settings for themes.mitchell
2011-07-01Added tag textadept_3.9 for changeset 2ea9165b57e7mitchell
2011-06-30Updated Lua Adeptsense.mitchell
2011-06-30Updated for 3.9.mitchell
2011-06-30Localize the labels and buttons in the find GUI frame; src/textadept.cmitchell
2011-06-28Small Adeptsense improvements.mitchell
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