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
2013-10-01
Complete r1584; src/Makefile
mitchell
2013-09-30
Updated CHANGELOG.md.
mitchell
2013-09-30
Updated Lua Adeptsense.
mitchell
2013-09-30
Updated for Textadept 7.0 beta 4.
mitchell
2013-09-30
Fixed a compile error on platforms that require gmodule; src/Makefile
mitchell
2013-09-29
Added properties.lua to install targets; src/Makefile
mitchell
2013-09-29
Fix error when block commenting in plain text; modules/textadept/editing.lua
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-27
Fixed incorrect constants introduced in r1574; modules/textadept/editing.lua
mitchell
2013-09-23
Code and documentation cleanup.
mitchell
2013-09-21
Added call tip highlight color to themes.
mitchell
2013-09-21
Renamed `buffer:convert_eo_ls()` to `buffer:convert_eols()`.
mitchell
2013-09-20
Fixed bug with builds not linking src/LexLPeg.cxx in `make deps`; src/Makefile
mitchell
2013-09-18
Support multiple selections with `select_word()`; modules/textadept/editing.lua
mitchell
2013-09-17
Updated Lua Adeptsense.
mitchell
2013-09-17
Changed symbol marker margin settings; properties.lua
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-16
Moved custom markers and indicators into themes and added more properties.
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
Code cleanup in themes.
mitchell
2013-09-12
Changed `events.disconnect()` to accept function argument instead of ID.
mitchell
2013-09-11
Added tag textadept_7.0_beta_3 for changeset 5ebbc96b1ec1
mitchell
2013-09-11
Updated CHANGELOG.md.
mitchell
2013-09-11
Fixed typo; doc/12_Compiling.md
mitchell
2013-09-11
Updated Lua Adeptsense.
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
Expose marker and indicator numbers for greater customization.
mitchell
2013-09-08
Updated Lua Adeptsense.
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-02
Updated to the latest CDK.
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
Commented on the new role of `_M` in the migration guide; doc/14_Appendix.html
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-25
Renamed `LANGUAGE_MODULE_LOADED` event to `LEXER_LOADED` and reverted r1500.
mitchell
2013-08-24
Include Scintilla constants in `buffer`s.
mitchell
[next]