Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-16 | Moved "Markdown:" comments into module LuaDoc comments. | ||
2012-03-07 | Updated contact email address. | ||
2012-03-07 | Documentation overhaul with Discount (Markdown implementation). | ||
The standard LuaDoc template is no longer used. Instead, the new `scripts/markdowndoc.lua` has the template for LuaDoc and `scripts/update_doc` has the template for the Manual. Also added README, CHANGELOG, and THANKS files. | |||
2012-02-10 | Update LuaDoc with new formatting. | ||
2012-01-24 | Rename module shortcut variables. | ||
2012-01-06 | Updated copyright information. | ||
2012-01-05 | Code cleanup. | ||
2012-01-05 | Rename '_m' to '_M'. | ||
2011-12-31 | Code cleanup. | ||
2011-12-13 | Remove 'package.seeall' from LuaDoc comments. | ||
2011-12-12 | Remove 'module' and update LuaDoc comments appropriately. | ||
2011-07-13 | Refactored key commands and added menu accelerators. | ||
Key commands are now in keys.conf and keys.osx.conf which are loaded by the _m.textadept.menu module. | |||
2011-06-24 | Removed '_G' prefix from globals where necessary. | ||
2011-04-25 | Changed Mac OSX Adeptsense completion from '~' to 'Ctrl+Esc'. | ||
2011-03-25 | Added Lua C API to cpp module. | ||
2011-03-23 | Updated language modules to use new snippet syntax. | ||
2011-03-14 | Added C standard library to cpp module Adeptsense. | ||
2011-02-28 | Condense language modules into single init.lua file. | ||
2011-02-26 | Use Ctrl+H for showing apidoc in cpp and lua modules. | ||
2011-02-22 | Fixed bug with cpp adeptsense type_declarations; modules/cpp/adeptsense.lua | ||
2011-02-13 | Load user api files for adeptsense language modules. | ||
2011-02-10 | Updated documentation. | ||
2011-01-18 | Change cpp and lua module adeptsense key commands. | ||
2011-01-17 | Added Adeptsense. | ||
2010-12-28 | Updated copyright information. | ||
2010-11-11 | Code cleanup. | ||
2010-08-21 | Added LuaDoc for modules/cpp/commands.lua. | ||
2010-06-11 | Removed _G.textadept. | ||
Created new _SCINTILLA core module. Renamed textadept.constants to _SCINTILLA.constants Renamed textadept.buffer_functions to _SCINTILLA.functions Renamed textadept.buffer_properties to _SCINTILLA.properties Created new gui core module. Renamed textadept._print() to gui._print(). Renamed textadept.check_focused_buffer() to gui.check_focused_buffer(). Renamed textadept.clipboard_text to gui.clipboard_text. Renamed textadept.context_menu to gui.context_menu Renamed textadept.command_entry to gui.command_entry. Renamed textadept.dialog to gui.dialog. Renamed textadept.docstatusbar_text to gui.docstatusbar_text. Renamed textadept.find to gui.find. Renamed textadept.focused_doc_pointer to gui.focused_doc_pointer. Renamed textadept.get_split_table() to gui.get_split_table(). Renamed textadept.gtkmenu() to gui.gtkmenu(). Renamed textadept.goto_view() to gui.goto_view(). Renamed textadept.menubar to gui.menubar. Renamed textadept.print() to gui.print(). Renamed textadept.size to gui.size. Renamed textadept.statusbar_text to gui.statusbar_text. Renamed textadept.switch_buffer() to gui.switch_buffer(). Renamed textadept.title to gui.title. Renamed textadept.buffers to _G._BUFFERS. Renamed textadept.new_buffer() to _G.new_buffer(). Renamed textadept.quit() to _G.quit(). Renamed textadept.reset() to _G.reset(). Renamed textadept.views to _G._VIEWS. Renamed textadept.user_dofile() to _G.user_dofile(). Renamed textadept.iconv to string.iconv. Renamed textadept.session_file to _SESSIONFILE. Renamed appropriate C functions. | |||
2010-06-10 | Moved textadept.io into Lua's io table. | ||
Renamed textadept.io.open to textadept.io.open_file to prevent conflicts. | |||
2010-04-10 | Moved block comment strings to language-specific modules. | ||
2010-04-09 | Moved _m.textadept.run module commands to language-specific modules. | ||
2010-04-08 | Respect tab settings for snippets. | ||
Thanks to Rob Gieseke. | |||
2010-03-30 | Removed support for api files. | ||
2010-01-07 | Updated copyright to 2010. | ||
2009-02-28 | Use UTF-8 internally and respect platform filename encoding. | ||
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-10 | Various improvements to speed and readability of Lua code. | ||
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-01 | Updated copyright dates for 2009. | ||
2008-12-14 | Changed language module main command key chain root from Alt+C to Alt+L. | ||
2008-07-21 | Moved block comment key commands from language modules to _m.textadept.editing. | ||
2008-03-03 | Updated copyright notice to include the year 2008. | ||
2007-08-15 | Renamed handlers module to events, updated everything to reflect changes. | ||
2007-08-15 | Added new lsnippets textadept module, updated other modules to use it. | ||
2007-08-09 | Renamed modules global to _m. | ||
2007-08-06 | Initial import of the cpp module. | ||