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
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
2013-10-09
More LuaDoc updates.
mitchell
2013-10-02
Renamed `buffer.FIND_POSIX` to `buffer.FIND_REGEX` for Lua-like captures syntax.
mitchell
2013-10-02
Changed `ui.set_theme()` API to accept a table of properties to assign.
mitchell
2013-09-30
Updated for Textadept 7.0 beta 4.
mitchell
2013-09-29
Added new `ui.dialogs` module for more user-friendly dialog support.
mitchell
2013-09-27
Integrated compile and run commands for most languages.
mitchell
2013-09-23
Code and documentation cleanup.
mitchell
2013-09-21
Renamed `buffer:convert_eo_ls()` to `buffer:convert_eols()`.
mitchell
2013-09-16
Removed the `SC` prefix from most constants in `_SCINTILLA.constants`.
mitchell
2013-09-16
Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.
mitchell
2013-09-15
Do not convert filenames to UTF-8; keep them in `_CHARSET`.
mitchell
2013-09-14
Removed some unused constants from `_SCINTILLA.constants`.
mitchell
2013-09-13
Updated some LuaDoc.
mitchell
2013-09-12
Changed `events.disconnect()` to accept function argument instead of ID.
mitchell
2013-09-10
Do not cache `_G.arg`; core/args.lua
mitchell
2013-09-10
Fixed bug with previous commit.
mitchell
2013-09-09
Use `events.ARG_NONE` constant instead of string.
mitchell
2013-09-09
Moved buffer IO functions into the `io` module.
mitchell
2013-09-08
Updated for 7.0 beta 3.
mitchell
2013-09-08
Fixed potential crash caused by split views.
mitchell
2013-09-06
Fixed bug in processing command line options introduced in r1546.
mitchell
2013-09-06
Updated LuaDoc.
mitchell
2013-09-05
Renamed `ui.docstatusbar_text` to `ui.bufstatusbar_text`.
mitchell
2013-09-01
Renamed `buffer:get_style_name(n)` to `buffer.style_name[n]`.
mitchell
[next]