aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/init.lua
Commit message (Collapse)AuthorAge
...
* Updated contact email address.Gravatar mitchell2012-03-07
|
* Documentation overhaul with Discount (Markdown implementation).Gravatar mitchell2012-03-07
| | | | | | | 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.
* Updated for 5.1.Gravatar mitchell2012-02-29
|
* Update LuaDoc with new formatting.Gravatar mitchell2012-02-10
|
* Updated for 5.0.Gravatar mitchell2012-01-31
|
* Updated LuaDoc.Gravatar mitchell2012-01-17
|
* Create separate LuaDoc for module table fields.Gravatar mitchell2012-01-12
|
* Updated for 5.0 beta.Gravatar mitchell2012-01-10
|
* Updated copyright information.Gravatar mitchell2012-01-06
|
* Rename '_m' to '_M'.Gravatar mitchell2012-01-05
|
* Changed 'locale.localize()' to global '_L' table.Gravatar mitchell2011-12-31
|
* Code cleanup.Gravatar mitchell2011-12-31
|
* Release is alpha, not beta; core/init.luaGravatar mitchell2011-12-22
|
* Updated for 5.0 alpha.Gravatar mitchell2011-12-21
|
* Wrap LuaDoc for C tables and functions in long comments.Gravatar mitchell2011-12-20
|
* Add support for compiling with LuaJIT.Gravatar mitchell2011-12-15
|
* Remove 'module' and update LuaDoc comments appropriately.Gravatar mitchell2011-12-12
|
* Updated for 4.3.Gravatar mitchell2011-11-28
|
* Added theme utilities, modified light and dark themes, and removed scite theme.Gravatar mitchell2011-11-23
| | | | | Added gui.set_theme() and gui.select_theme() theming utilities. All new light and dark themes. Moved old classic themes to the wiki.
* Updated for 4.2.Gravatar mitchell2011-10-31
|
* Updated for 4.1.Gravatar mitchell2011-09-28
|
* Updated for 4.0.Gravatar mitchell2011-08-30
|
* Updated for 4.0 beta 2.Gravatar mitchell2011-08-10
|
* Updated for 4.0 beta.Gravatar mitchell2011-07-30
|
* Updated for 3.9.Gravatar mitchell2011-06-30
|
* Removed '_G' prefix from globals where necessary.Gravatar mitchell2011-06-24
|
* Updated for 3.8.Gravatar mitchell2011-06-10
|
* Updated for 3.7.Gravatar mitchell2011-04-27
|
* Updated for version 3.7 beta 3.Gravatar mitchell2011-03-29
|
* Updated for version 3.7 beta 2.Gravatar mitchell2011-02-28
|
* Updated for version 3.7 beta.Gravatar mitchell2011-02-01
|
* Code cleanup.Gravatar mitchell2011-01-21
|
* Updated copyright information.Gravatar mitchell2010-12-28
|
* Updated for version 3.6.Gravatar mitchell2010-12-28
|
* Separated key command manager from key command definitions.Gravatar mitchell2010-12-26
|
* Updated for version 3.5.Gravatar mitchell2010-11-30
|
* Code cleanup.Gravatar mitchell2010-11-23
| | | | Also modified the editing module's enclose() and select_enclosed() functions.
* Updated for version 3.4.Gravatar mitchell2010-10-28
|
* Set Lua locale for string comparisons; core/init.luaGravatar mitchell2010-10-18
| | | | This is needed to sort tables for Scintilla autocompletion lists correctly.
* Updated for version 3.3.Gravatar mitchell2010-09-29
|
* Updated files for version 3.2.Gravatar mitchell2010-09-01
|
* Updated files for version 3.1.Gravatar mitchell2010-08-21
|
* Updated files for version 3.0.Gravatar mitchell2010-07-01
|
* Updated version info for 3.0 beta.Gravatar mitchell2010-06-20
|
* Added dynamic command line argument handling.Gravatar mitchell2010-06-17
|
* Code and documentation cleanup.Gravatar mitchell2010-06-16
|
* Removed user_dofile() of keys and snippets.Gravatar mitchell2010-06-15
|
* Create ~/.textadept/init.lua if one does not already exist; core/init.luaGravatar mitchell2010-06-14
|
* Removed _G.textadept.Gravatar mitchell2010-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Renamed textadept.events to events, renamed 'handle' and 'add_handler'.Gravatar mitchell2010-06-11
|