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 (
Expand
)
Author
2014-05-28
Utilize list separator characters instead of hard-coded characters.
mitchell
2014-05-25
Added character equivalents for XPM images; modules/textadept/editing.lua
mitchell
2014-05-25
ANSI C and Lua language module tweaks.
mitchell
2014-05-24
Removed Adeptsense in favor of new framework committed in r1735.
mitchell
2014-05-24
Updated past Scintilla 3.4.2 for `buffer.auto_c_multi` feature.
mitchell
2014-05-23
Renamed `textadept.editing.autocomplete_word()` and added `AUTOCOMPLETE_ALL`.
mitchell
2014-05-23
Fixed bug related to captures from previous searches; modules/textadept/find.lua
mitchell
2014-05-19
Fixed bug when double-clicking message buffer; modules/textadept/run.lua
mitchell
2014-05-19
Fixed bug in opening Manual from Help menu; modules/textadept/menu.lua
mitchell
2014-05-19
Use `spawn()` for launching help; modules/textadept/keys.lua
mitchell
2014-05-13
Added block comment support for reST and YAML; modules/textadept/editing.lua
mitchell
2014-05-10
Recognize reST and YAML files.
mitchell
2014-04-30
Updated documentation.
mitchell
2014-04-30
Disable output buffering in Python; modules/textadept/run.lua
mitchell
2014-04-22
Message buffer can send input to spawned processes; modules/textadept/run.lua
mitchell
2014-04-10
Updated Lua Adeptsense.
mitchell
2014-04-10
Temporarily disable spawn in OSX due to GLib crashes.
mitchell
2014-04-06
Clarified "wrapping" in find/replace; modules/textadept/find.lua
mitchell
2014-04-01
Updated Lua Adeptsense; modules/lua/init.lua
mitchell
2014-04-01
Workaround for GTKOSX abort; modules/textadept/run.lua
mitchell
2014-03-28
Updated Lua Adeptsense.
mitchell
2014-03-28
Arguments to `spawn()` should be in _CHARSET, not necessarily UTF-8.
mitchell
2014-03-28
Added more documentation on project building.
mitchell
2014-03-27
Added basic project support for snapopen and build scripts.
mitchell
2014-03-26
Include my new "lspawn" module by default for spawning processes.
mitchell
2014-03-24
Apparently newer versions of OSX use "Esc"; modules/textadept/keys.lua
mitchell
2014-03-23
Updated to Scintilla 3.4.0 and LuaJIT 2.0.3.
mitchell
2014-03-01
Use `assert(...)` as a shortcut for `if not ... then error() end`.
mitchell
2014-02-12
Added split views in the terminal version thanks to Chris Emerson.
mitchell
2014-02-05
Updated to Scintilla 3.3.9.
mitchell
2014-01-12
Updated copyright information.
mitchell
2014-01-01
Updated Lua Adeptsense.
mitchell
2014-01-01
Merge the separate Textadept and lexer Lua states into a single unified one.
mitchell
2013-12-22
Fixed error in file types; modules/textadept/file_types.lua
mitchell
2013-12-19
Added configurable tab context menus.
mitchell
2013-12-18
Renamed "hypertext" lexer to "html".
mitchell
2013-12-12
Honor window maximized setting in session files; modules/textadept/session.lua
mitchell
2013-12-12
More LuaDoc updates.
mitchell
2013-11-18
LuaDoc updates.
mitchell
2013-11-14
Added support for Dart; modules/textadept/file_types.lua
mitchell
2013-11-11
Updated Lua Adeptsense.
mitchell
2013-11-11
Updated documentation.
mitchell
2013-11-11
Fixed bug when replacement captures have escapes; modules/textadept/find.lua
mitchell
2013-11-10
Disable strip trailing spaces by default.
mitchell
2013-11-10
Store the full Lua pattern match in "%0" for use in replacement text.
mitchell
2013-11-10
Updated LuaDoc.
mitchell
2013-11-07
New ANSI C lexer.
mitchell
2013-10-30
Updated Lua Adeptsense.
mitchell
2013-10-29
More documentation updates.
mitchell
2013-10-29
Fix `enclose()` to enclose the whole current word; modules/textadept/editing.lua
mitchell
[next]