index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-06-14
Added events.disconnect() function; core/events.lua
mitchell
2010-06-14
Create ~/.textadept/init.lua if one does not already exist; core/init.lua
mitchell
2010-06-12
Provide access to keys through _G.keys; modules/textadept/keys.lua
mitchell
2010-06-12
Snippets are inside the module like in keys; modules/textadept/snippets.lua
mitchell
2010-06-12
Fixed bug with _BUFFERS and _VIEWS not being updated; src/lua_interface.c
mitchell
2010-06-11
Cleanup.
mitchell
2010-06-11
Renamed modules/textadept/key_commands.lua to modules/textadept/keys.lua.
mitchell
2010-06-11
Moved core extension modules into textadept module.
mitchell
2010-06-11
Removed _G.textadept.
mitchell
2010-06-11
Renamed textadept.events to events, renamed 'handle' and 'add_handler'.
mitchell
2010-06-11
Renamed textadept.key_commands to keys; core/ext/key_commands.lua
mitchell
2010-06-10
Moved textadept.mime_types into the textadept module.
mitchell
2010-06-10
Renamed _m.textadept.lsnippets to _m.textadept.snippets.
mitchell
2010-06-10
Moved core/ext/keys.lua into core/ext/key_commands.lua.
mitchell
2010-06-10
Fixed bug from previous commit; core/file_io.lua
mitchell
2010-06-10
Moved textadept.io into Lua's io table.
mitchell
2010-06-08
Indicate that custom themes are in ~/.textadept/themes/; doc/manual/6_startup.md
mitchell
2010-06-06
Made 'KEYSYMS' table a field of core/ext/keys.lua for access.
mitchell
2010-05-25
Fixed Mac OSX paste issue; core/events.lua
mitchell
2010-05-24
Fixed buffer:text_range() argcheck; src/lua_interface.c
mitchell
2010-05-18
Remove initial 'Untitled' buffer when necessary; core/init.lua
mitchell
2010-05-11
Added tag textadept_2.2 for changeset 1b3b240af63c
mitchell
2010-05-11
Ignore 'file://' prefix for filenames; core/file_io.lua
mitchell
2010-05-10
Updated files for version 2.2 release.
mitchell
2010-05-07
Fixed manual error for example ~/.textadept/init.lua; doc/manual/6_Startup.md
mitchell
2010-05-07
Save buffer before compiling or running; modules/textadept/run.lua
mitchell
2010-05-07
Put _USERHOME package paths before _HOME for more extensibility; init.lua
mitchell
2010-05-01
Added tag textadept_2.2_beta2 for changeset be1de00b12e2
mitchell
2010-04-29
Made 'enclosure' table a field of modules/textadept/editing.lua for access.
mitchell
2010-04-29
Prevent double-insertion of Markdown in LuaDoc; src/Makefile
mitchell
2010-04-29
Modified files for 2.2 beta 2 release.
mitchell
2010-04-29
Enable TRACE for lexer messages when debugging; src/Makefile
mitchell
2010-04-28
Added Inform, Lilypond, and NSIS lexers; core/ext/mime_types.conf
mitchell
2010-04-17
Remove initial 'Untitled' buffer when necessary.
mitchell
2010-04-21
Moved 'Search' menu into 'Tools' to resolve Alt+S key command conflict.
mitchell
2010-04-11
Reverted r556.
mitchell
2010-04-10
Moved block comment strings to language-specific modules.
mitchell
2010-04-09
Moved _m.textadept.run module commands to language-specific modules.
mitchell
2010-04-09
Fix bug with previous commit; core/events.lua
mitchell
2010-04-09
No need to set lexer to SCLEX_LPEG as it already is; core/events.lua
mitchell
2010-04-09
Remove initial 'Untitled' buffer when necessary; core/events.lua
mitchell
2010-04-08
Debian GTK development library is libgtk2.0-dev; doc/manual/3_Compiling.md
mitchell
2010-04-08
Fixed bug in Lua module commands; modules/lua/commands.lua
mitchell
2010-04-08
Respect tab settings for snippets.
mitchell
2010-04-05
Fixed help hanging issue on Win32; core/ext/menu.lua
mitchell
2010-04-05
Removed kill-ring.
mitchell
2010-04-05
Code cleanup.
mitchell
2010-04-02
Fixed snippets bug with Lua code %n sequences; modules/textadept/lsnippets.lua
mitchell
2010-04-02
Added argcheck for buffer:text_range(); src/lua_interface.c
mitchell
2010-04-02
Added BSD support.
mitchell
[prev]
[next]