aboutsummaryrefslogtreecommitdiff
path: root/modules/cpp
AgeCommit message (Expand)Author
2013-08-26Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.mitchell
2013-06-12`_M.textadept.editing.block_comment()` supports block comment delimiters.mitchell
2013-05-15Set language-specific buffer properties through an event instead of a function.mitchell
2013-04-29More code cleanup.mitchell
2013-04-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
2013-03-29Updated to Lua 5.2.2 and LPeg 0.11.mitchell
2013-02-25Updated Lua apidocs to 5.2.1.mitchell
2013-01-20Updated copyright date.mitchell
2012-11-19Rewrote LuaDoc.mitchell
2012-11-19Changed Lua code style for tables.mitchell
2012-10-29Updated documentation formatting.mitchell
2012-09-12Documentation overhaul.mitchell
2012-03-16Moved "Markdown:" comments into module LuaDoc comments.mitchell
2012-03-07Updated contact email address.mitchell
2012-03-07Documentation overhaul with Discount (Markdown implementation).mitchell
2012-02-10Update LuaDoc with new formatting.mitchell
2012-01-24Rename module shortcut variables.mitchell
2012-01-06Updated copyright information.mitchell
2012-01-05Code cleanup.mitchell
2012-01-05Rename '_m' to '_M'.mitchell
2011-12-31Code cleanup.mitchell
2011-12-13Remove 'package.seeall' from LuaDoc comments.mitchell
2011-12-12Remove 'module' and update LuaDoc comments appropriately.mitchell
2011-07-13Refactored key commands and added menu accelerators.mitchell
2011-06-24Removed '_G' prefix from globals where necessary.mitchell
2011-04-25Changed Mac OSX Adeptsense completion from '~' to 'Ctrl+Esc'.mitchell
2011-03-25Added Lua C API to cpp module.mitchell
2011-03-23Updated language modules to use new snippet syntax.mitchell
2011-03-14Added C standard library to cpp module Adeptsense.mitchell
2011-02-28Condense language modules into single init.lua file.mitchell
2011-02-26Use Ctrl+H for showing apidoc in cpp and lua modules.mitchell
2011-02-22Fixed bug with cpp adeptsense type_declarations; modules/cpp/adeptsense.luamitchell
2011-02-13Load user api files for adeptsense language modules.mitchell
2011-02-10Updated documentation.mitchell
2011-01-18Change cpp and lua module adeptsense key commands.mitchell
2011-01-17Added Adeptsense.mitchell
2010-12-28Updated copyright information.mitchell
2010-11-11Code cleanup.mitchell
2010-08-21Added LuaDoc for modules/cpp/commands.lua.mitchell
2010-06-11Removed _G.textadept.mitchell
2010-06-10Moved textadept.io into Lua's io table.mitchell
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-04-08Respect tab settings for snippets.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
2009-01-10Various improvements to speed and readability of Lua code.mitchell
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