index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
Age
Commit message (
Expand
)
Author
2014-04-01
Updated for 7.2 beta 2.
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-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-05
Added support for gtdialog's new `optionselect` dialog.
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
2014-02-10
Updated for 7.2 beta.
mitchell
2014-02-10
Improved compatibility of experimental winapi `os.execute()`; core/file_io.lua
mitchell
2014-02-05
Updated to Scintilla 3.3.9.
mitchell
2014-01-28
Fixed bug with restoring views in buffers with word wrap enabled; core/ui.lua
mitchell
2014-01-16
Added support for multiple entry boxes in inputdialogs.
mitchell
2014-01-14
Added Swedish translation from Niklas Wallén.
mitchell
2014-01-12
Updated copyright information.
mitchell
2014-01-03
Handle './' and '../' sequences in filepaths; core/file_io.lua
mitchell
2014-01-01
Updated for 7.2 alpha.
mitchell
2014-01-01
Merge the separate Textadept and lexer Lua states into a single unified one.
mitchell
2013-12-19
Some programs pass lower-case drive letters to external editors; core/args.lua
mitchell
2013-12-19
Added configurable tab context menus.
mitchell
2013-12-18
Enable read-only access to the current chain of key sequences; core/keys.lua
mitchell
2013-12-16
Updated LuaDoc; core/.buffer.luadoc
mitchell
2013-12-15
Added dummy `flush()` for processes in experimental winapi; core/file_io.lua
mitchell
2013-12-15
Updated to Scintilla 3.3.7.
mitchell
2013-12-14
Do not stop opening files if one of them is already open; core/file_io.lua
mitchell
2013-12-14
Allow process writing in experimental winapi.
mitchell
2013-12-12
More LuaDoc updates.
mitchell
2013-11-20
Fixed `os.execute()` return values in experimental winapi; core/file_io.lua
mitchell
2013-11-19
Do not split the view when printing messages if tabs are enabled; core/ui.lua
mitchell
2013-11-19
Experimental winapi extension for preventing the flashing black box on Windows.
mitchell
2013-11-18
LuaDoc updates.
mitchell
2013-11-11
Updated for 7.1.
mitchell
2013-11-11
Updated documentation.
mitchell
2013-11-11
Added `events.FILE_CHANGED`; core/file_io.lua
mitchell
2013-11-11
Fixed bug with Scintilla notification constants.
mitchell
2013-11-10
`ui.clipboard_text` is no longer read-only.
mitchell
2013-11-10
Updated LuaDoc.
mitchell
2013-11-07
Added support for tabs.
mitchell
2013-10-30
Updated for 7.0.
mitchell
2013-10-29
More documentation updates.
mitchell
2013-10-23
Combine `SCFIND_POSIX` with `SCFIND_REGEXP` into `buffer.FIND_REGEXP`.
mitchell
2013-10-21
Updated for 7.0 beta 5.
mitchell
2013-10-21
More LuaDoc updates.
mitchell
2013-10-18
Added "Save All" to the menu.
mitchell
2013-10-18
The buffer API applies to all buffers now, not just the global one.
mitchell
2013-10-18
More LuaDoc updates.
mitchell
[next]