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-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
2013-08-11
Fixed some documentation typos.
mitchell
2013-08-10
Added tag textadept_7.0_beta_2 for changeset 4d28bd442a56
mitchell
2013-08-10
Updated CHANGELOG.md.
mitchell
2013-08-10
Updated Lua Adeptsense.
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-19
Updated to Scintilla 3.3.4; src/Makefile
mitchell
2013-07-17
Fixed compile error on curses from previous commit; src/textadept.c
mitchell
2013-07-16
Save window maximized state in sessions.
mitchell
2013-07-10
Added tag textadept_7.0_beta for changeset c0c1d30f5ce8
mitchell
2013-07-10
Updated CHANGELOG.md.
mitchell
2013-07-10
Updated Lua Adeptsense.
mitchell
2013-07-10
Updated for 7.0 beta.
mitchell
2013-07-09
Fixed bug in previous commit; modules/textadept/init.lua
mitchell
2013-07-08
Renamed Textadept module's "mime_types" to "file_types" and removed config file.
mitchell
2013-07-08
Renamed "language-specific" modules to just "language modules" in documentation.
mitchell
2013-07-08
Added curses keys to key bindings documentation; modules/textadept/keys.lua
mitchell
2013-07-08
Fixed bug in Lua Pattern "Replace All"; modules/textadept/find.lua
mitchell
2013-07-08
Ensure split view is painted by GTK before scrolling it; src/textadept.c
mitchell
2013-07-08
Ensure split view is drawn by GTK before scrolling it; src/textadept.c
mitchell
[next]