Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-27 | Added Adeptsense info and screenshots to documentation. | ||
2011-01-19 | Can navigate between bookmarks with a filteredlist. | ||
2011-01-19 | Added gui.filteredlist() shortcut function for gui.dialog('filteredlist', ...). | ||
2011-01-18 | Change cpp and lua module adeptsense key commands. | ||
2011-01-17 | Added Adeptsense. | ||
2010-12-28 | Updated copyright information. | ||
2010-12-01 | Change back to Shift+Return for autocomplete end; modules/lua/commands.lua | ||
2010-11-30 | Added 'file_after_save' event. | ||
2010-11-30 | Ignore shebang line when checking Lua syntax; modules/lua/commands.lua | ||
2010-11-23 | Code cleanup. | ||
Also modified the editing module's enclose() and select_enclosed() functions. | |||
2010-11-15 | LuaDoc cleanup. | ||
2010-11-11 | Code cleanup. | ||
2010-11-10 | Updated LuaDoc; modules/lua/commands.lua | ||
2010-11-10 | Changes to Lua module. | ||
Added syntax checking for file saving. Changed autocomplete of 'end' to take advantage of key propagation; Pressing Shift+Return is no longer necessary; Return is used. | |||
2010-10-28 | Rename MAC variable in to OSX in Lua, __OSX__ in C. | ||
2010-08-31 | Updated LuaDoc. | ||
2010-08-21 | Added Lua autocompletion support. | ||
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 | Fixed bug in Lua module commands; modules/lua/commands.lua | ||
Thanks to Rob Gieseke. | |||
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-02-14 | Read and write in binary mode for everything. | ||
2009-01-25 | Replaced str:match with str:find where applicable for speed improvements. | ||
2009-01-14 | No need for 'run' function for running scripts anymore; modules/lua/commands.lua | ||
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-07-08 | Fix bug when file is not matched in modules/lua/commands.lua. | ||
2008-06-20 | Simplified get_line in modules/lua/commands.lua. | ||
2008-03-03 | Updated copyright notice to include the year 2008. | ||
2008-02-10 | Instead of io.popen():read(), a file descriptor is kept and close()'d afterward. | ||
2007-10-06 | The run function uses textadept.print now; modules/lua/commands.lua | ||
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-09 | Added new LuaDoc, updated existing LuaDoc to be more consistent. | ||
2007-08-06 | Initial import of the lua module. | ||