Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-24 | Removed '_G' prefix from globals where necessary. | ||
2011-06-24 | Add io.open, io.popen type assignments to Lua Adeptsense. | ||
2011-06-24 | Add ability to fake modules for generating Adeptsense. | ||
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-23 | Use string constants for event names. | ||
2011-06-23 | Write Lua table and module apidoc and fix absolute table tags. | ||
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-23 | Updated Luadoc and added extra fields to other modules. | ||
2011-06-22 | Updated Luadoc and lua adeptsense. | ||
2011-06-10 | Updated Lua Adeptsense. | ||
2011-05-01 | Updated adeptsense and documentation. | ||
2011-04-25 | Changed Mac OSX Adeptsense completion from '~' to 'Ctrl+Esc'. | ||
2011-03-29 | Updated Lua module tags and apidoc. | ||
2011-03-23 | Updated language modules to use new snippet syntax. | ||
2011-03-23 | Rewrote _m.textadept.snippets module. | ||
Snippet syntax has changed; see LuaDoc for details. | |||
2011-03-20 | Add module field doc to Lua module apidoc. | ||
2011-03-17 | Performance and speed improvements. | ||
2011-03-14 | Added type inference through 'require' for Lua module; modules/lua/init.lua | ||
2011-02-28 | Updated lua module. | ||
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-25 | Fixed bug with Lua type assignments; modules/lua/adeptsense.lua | ||
2011-02-21 | Lua module changes. | ||
2011-02-17 | Support type-inference through variable assignment. | ||
2011-02-15 | Add sense.syntax.class_definition for class context completion. | ||
2011-02-13 | Load user api files for adeptsense language modules. | ||
2011-02-10 | Updated documentation. | ||
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. | ||