index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
Age
Commit message (
Collapse
)
Author
2012-06-28
Updated Lua Adeptsense.
mitchell
2012-06-22
Resize most filteredlists to fit the ncurses screen.
mitchell
2012-06-22
Updated key commands for ncurses.
mitchell
2012-06-21
Changed 'Quit' key command to 'Ctrl+Q' on Windows and Linux.
mitchell
2012-06-21
Save terminal sessions to a different file; modules/textadept/session.lua
mitchell
2012-06-06
Removed 'gtk-' stock menus and changed 'separator' to ''.
mitchell
2012-06-05
Added ncurses Command Entry completion.
mitchell
2012-06-04
Added ncurses Find/Replace dialog.
mitchell
2012-06-02
Fix broken code from ncurses changes; modules/textadept/menu.lua
mitchell
2012-05-31
Updated Lua Adeptsense.
mitchell
2012-05-31
Updated modules/textadept/mime_types.conf.
mitchell
2012-04-30
Updated Lua Adeptsense.
mitchell
2012-04-12
Added note about documenting module fields; modules/textadept/adeptsense.lua
mitchell
2012-04-06
Respect user annotation preference; modules/lua/init.lua
mitchell
2012-04-06
Print annotations for run and compile command errors; modules/textadept/run.lua
mitchell
2012-04-06
Fixed bug in run/compile commands with LuaJIT; modules/textadept/run.lua
mitchell
2012-03-28
Updated Lua Adeptsense apidoc; modules/lua/api
mitchell
2012-03-27
Translate all messages instead of relying on GTK to translate stock items.
mitchell
2012-03-26
Updated Lua Adeptsense.
mitchell
2012-03-25
Improved message double-clicking behavior for run and compile commands.
mitchell
2012-03-22
Updated paths to Manual and LuaDoc in menus and key commands.
mitchell
2012-03-16
Moved "Markdown:" comments into module LuaDoc comments.
mitchell
2012-03-15
Added documentation for generating API documentation and Lua Adeptsense.
mitchell
2012-03-15
Added note about child Adeptsenses; modules/textadept/adeptsense.lua
mitchell
2012-03-14
Use buffer:get_lexer(true) more often when it should be used.
mitchell
2012-03-14
autocomplete_word() accepts default words; modules/textadept/editing.lua
mitchell
From Brian Schott.
2012-03-07
Removed `scripts/update_doc` in favor of using `src/Makefile`.
mitchell
2012-03-07
Updated contact email address.
mitchell
2012-03-07
Documentation overhaul with Discount (Markdown implementation).
mitchell
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-03-04
`_M.set_buffer_properties()` is now optional; modules/textadept/mime_types.lua
mitchell
2012-02-29
Updated Lua Adeptsense; modules/lua/api
mitchell
2012-02-29
Added more OSX key commands; modules/textadept/keys.lua
mitchell
From Robert Gieseke.
2012-02-26
Support multiple '@return' tags in Lua Adeptsense documentation.
mitchell
2012-02-19
Forgot to patch my system's LuaDoc for new formatting; modules/lua/api
mitchell
2012-02-11
Updated Lua Adeptsense with new LuaDoc formatting; modules/lua/api
mitchell
2012-02-10
Update LuaDoc with new formatting.
mitchell
2012-01-31
Updated Lua Adeptsense.
mitchell
2012-01-31
Added ChucK lexer; modules/textadept/mime_types.conf
mitchell
2012-01-24
Rename module shortcut variables.
mitchell
2012-01-19
Fixed bug with recent files; modules/textadept/session.lua
mitchell
2012-01-17
Use lines() instead of read() for processes; modules/textadept/run.lua
mitchell
While this does not stop io blocking, there might be another way.
2012-01-13
Added extension filter and default filter; modules/textadept/snapopen.lua
mitchell
2012-01-10
Updated Lua Adeptsense.
mitchell
2012-01-06
Updated copyright information.
mitchell
2012-01-05
Code cleanup.
mitchell
2012-01-05
Renamed editing module's 'current_word' to 'select_word'.
mitchell
Also added utils function for deleting the current word.
2012-01-05
Do not clear registered images when completing; modules/textadept/adeptsense.lua
mitchell
2012-01-05
Fixed bug introduced in recent code cleanup; modules/textadept/editing.lua
mitchell
2012-01-05
Rename '_m' to '_M'.
mitchell
2012-01-01
Code cleanup.
mitchell
[next]