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
/
ui.lua
Age
Commit message (
Collapse
)
Author
2013-09-29
Added new `ui.dialogs` module for more user-friendly dialog support.
mitchell
As a result, removed `ui.filteredlist()` and changed `io.open_file()` and `io.snapopen()` APIs to accept tables of files and paths instead of "\n" delimited strings.
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
Also removed more unused constants.
2013-09-15
Do not convert filenames to UTF-8; keep them in `_CHARSET`.
mitchell
2013-09-09
Moved buffer IO functions into the `io` module.
mitchell
Menus and key bindings do not need `events.INITIALIZED`.
2013-09-08
Fixed potential crash caused by split views.
mitchell
2013-09-06
Updated LuaDoc.
mitchell
2013-09-05
Renamed `ui.docstatusbar_text` to `ui.bufstatusbar_text`.
mitchell
2013-08-26
Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.
mitchell
2013-08-26
Renamed `gui` to `ui` since it's more applicable.
mitchell
[prev]