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-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
2013-08-31
Allow user scripts to handle `BUFFER_NEW` and `VIEW_NEW` events on startup.
mitchell
2013-08-30
Fixed incorrect constants in buffer LuaDoc; core/.buffer.luadoc
mitchell
2013-08-26
Forgot to update some documentation with newly renamed `LEXER_LOADED` event.
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
2013-08-24
Include Scintilla constants in `buffer`s.
mitchell
2013-08-10
Updated for 7.0 beta 2.
mitchell
2013-08-10
Updated some documentation.
mitchell
2013-08-08
Theme properties passed to `gui.set_theme()` should persist; core/gui.lua
mitchell
2013-08-08
Fixed bug with theme loading during `reset()`; core/gui.lua
mitchell
2013-07-16
Save window maximized state in sessions.
mitchell
2013-07-10
Updated for 7.0 beta.
mitchell
2013-07-08
Renamed "language-specific" modules to just "language modules" in documentation.
mitchell
2013-06-29
Updated for 7.0 alpha 2.
mitchell
2013-06-24
Removed `_G.RESETTING`; test for `arg` instead.
mitchell
2013-06-21
Remove theme selection since it does not persist.
mitchell
2013-06-21
`gui.set_theme()` accepts key-value argument pairs for theme properties to set.
mitchell
2013-06-12
Removed `_L._EXISTS()`; core/locale.lua
mitchell
2013-06-12
Removed `_LEXERPATH`.
mitchell
2013-06-06
Only set theme and property settings once on startup; core/gui.lua
mitchell
2013-06-04
Fixed curses autocomplete with the "Enter" key.
mitchell
2013-06-03
Fixed bug where default theme in _USERHOME is not loaded; core/gui.lua
mitchell
2013-05-26
Rewrote some LuaDoc to use the active voice.
mitchell
2013-05-25
Updated for 7.0 alpha.
mitchell
2013-05-22
Use 'font' and 'fontsize' properties for theme fonts.
mitchell
[next]