aboutsummaryrefslogtreecommitdiff
path: root/modules/cpp/commands.lua
AgeCommit message (Collapse)Author
2010-04-10Moved block comment strings to language-specific modules.mitchell
2010-04-09Moved _m.textadept.run module commands to language-specific modules.mitchell
2010-03-30Removed support for api files.mitchell
2010-01-07Updated copyright to 2010.mitchell
2009-02-28Use UTF-8 internally and respect platform filename encoding.mitchell
Added 'textadept.iconv' function to interface with GLib's g_convert() and set global _CHARSET to be the platform's filename encoding/code page.
2009-01-10Various improvements to speed and readability of Lua code.mitchell
Added 'local textadept = _G.textadept' to all Lua modules, themes, etc. Added more locals to core/ext/keys.lua for speed improvement. Reformatted some Lua modules to the earlier standard committed.
2009-01-01Updated copyright dates for 2009.mitchell
2008-12-14Changed language module main command key chain root from Alt+C to Alt+L.mitchell
2008-07-21Moved block comment key commands from language modules to _m.textadept.editing.mitchell
2008-03-03Updated copyright notice to include the year 2008.mitchell
2007-08-15Renamed handlers module to events, updated everything to reflect changes.mitchell
2007-08-09Renamed modules global to _m.mitchell
2007-08-06Initial import of the cpp module.mitchell