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
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-13
Documented new `proc:read()`; core/.proc.luadoc
mitchell
2014-05-10
Recognize reST and YAML files.
mitchell
2014-05-10
Add "_HOME/modules" to `package.cpath`; init.lua
mitchell
2014-05-10
Fixed bug in exporting Lua symbols on Windows.
mitchell
2014-04-30
Added tag textadept_7.2 for changeset d68f10053b9b
mitchell
2014-04-30
Updated CHANGELOG.md.
mitchell
2014-04-30
Updated documentation.
mitchell
2014-04-30
Disable output buffering in Python; modules/textadept/run.lua
mitchell
2014-04-30
Updated for 7.2.
mitchell
2014-04-22
Message buffer can send input to spawned processes; modules/textadept/run.lua
mitchell
2014-04-11
Added tag textadept_7.2_beta_4 for changeset b11bd30a7e6a
mitchell
2014-04-11
Updated CHANGELOG.md.
mitchell
2014-04-10
Updated Lua Adeptsense.
mitchell
2014-04-10
Updated for 7.2 beta 4.
mitchell
2014-04-10
More accurate error message; src/textadept.c
mitchell
2014-04-10
Temporarily disable spawn in OSX due to GLib crashes.
mitchell
2014-04-10
Fixed bug introduced by r1710 relating to absolute paths.
mitchell
2014-04-07
Added page describing Textadept's underlying technologies.
mitchell
2014-04-06
Added `lfs.abspath()` in order to always use absolute paths.
mitchell
2014-04-06
Fixed bug when cancelling dropdown dialog; core/ui.lua
mitchell
2014-04-06
Clarified "wrapping" in find/replace; modules/textadept/find.lua
mitchell
2014-04-01
Added tag textadept_7.2_beta_3 for changeset ecdf2fd8e2e7
mitchell
2014-04-01
Updated CHANGELOG.md.
mitchell
2014-04-01
Updated for 7.2 beta 2.
mitchell
2014-04-01
Updated to Scintilla 3.4.1; src/Makefile
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-24
Updated CDK compiling info for new "optionselect" dialog; doc/12_Compiling.md
mitchell
2014-03-23
Updated to Scintilla 3.4.0 and LuaJIT 2.0.3.
mitchell
2014-03-20
Added new `ui.SILENT_PRINT` option for printing to buffers silently; core/ui.lua
mitchell
2014-03-12
Changed line endings back to UNIX; THANKS.md
mitchell
2014-03-10
Fixed Win32 terminal bug that disallowed Shifted characters; src/textadept.c
mitchell
2014-03-05
Added compilation issue to FAQ.md.
mitchell
2014-03-05
Added support for gtdialog's new `optionselect` dialog.
mitchell
2014-03-01
Added tag textadept_7.2_beta_2 for changeset 6fee281f7ea8
mitchell
2014-03-01
Updated CHANGELOG.md.
mitchell
2014-03-01
Added tag textadept_7.2_beta for changeset b81655094b51
mitchell
2014-03-01
Updated for 7.2 beta 2.
mitchell
2014-03-01
Use `assert(...)` as a shortcut for `if not ... then error() end`.
mitchell
2014-02-19
Fixed bug introduced by last commit; core/ui.lua
mitchell
2014-02-18
Fixed bug with empty entries in multiple entry inputdialogs; core/ui.lua
mitchell
[next]