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-11-11
Fixed bug with Scintilla notification constants.
mitchell
2013-11-10
`ui.clipboard_text` is no longer read-only.
mitchell
2013-11-10
Disable strip trailing spaces by default.
mitchell
2013-11-10
Store the full Lua pattern match in "%0" for use in replacement text.
mitchell
2013-11-10
Updated LuaDoc.
mitchell
2013-11-07
Added support for tabs.
mitchell
2013-11-07
New ANSI C lexer.
mitchell
2013-11-03
Link to the book's Table of Contents.
mitchell
2013-11-02
Added links to order the book and make donations.
mitchell
2013-11-01
Added tag textadept_7.0 for changeset 62229bed720e
mitchell
2013-11-01
Updated CHANGELOG.md.
mitchell
2013-10-30
Updated Lua Adeptsense.
mitchell
2013-10-30
Updated for 7.0.
mitchell
2013-10-30
Fixed GTK3 bug with split views introduced in r1611; src/textadept.c
mitchell
2013-10-30
Fix OSX command key recognition; src/scintilla.patch
mitchell
2013-10-29
Temporary patch to identify OSX command key mouse modifiers; src/scintilla.patch
mitchell
2013-10-29
More documentation updates.
mitchell
2013-10-29
Removed alpha settings since curses cannot show alpha; themes/term.lua
mitchell
2013-10-29
Fix `enclose()` to enclose the whole current word; modules/textadept/editing.lua
mitchell
2013-10-29
Fix warnings and errors when compiling for GTK3.
mitchell
2013-10-23
`goto_ctag()` can show all known tags now; modules/textadept/adeptsense.lua
mitchell
2013-10-23
Combine `SCFIND_POSIX` with `SCFIND_REGEXP` into `buffer.FIND_REGEXP`.
mitchell
2013-10-23
Added ASM lexer and compile and run commands.
mitchell
2013-10-21
Added tag textadept_7.0_beta_5 for changeset 35026e2a87eb
mitchell
2013-10-21
Updated CHANGELOG.md.
mitchell
2013-10-21
Updated Lua Adeptsense.
mitchell
2013-10-21
Updated for 7.0 beta 5.
mitchell
2013-10-21
More LuaDoc updates.
mitchell
2013-10-18
Fixed corner case bug in block uncommenting; modules/textadept/editing.lua
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
Fix paragraph selection corner case; modules/textadept/editing.lua
mitchell
2013-10-18
More LuaDoc updates.
mitchell
2013-10-09
Use an indicator to highlight matching braces.
mitchell
2013-10-09
More LuaDoc updates.
mitchell
2013-10-06
Added Nimrod lexer and compile and run commands.
mitchell
2013-10-05
Changed Lua run command to buffer output properly; modules/textadept/run.lua
mitchell
2013-10-02
Renamed `buffer.FIND_POSIX` to `buffer.FIND_REGEX` for Lua-like captures syntax.
mitchell
2013-10-02
Updated file extensions for Textadept.app.
mitchell
2013-10-02
Changed `ui.set_theme()` API to accept a table of properties to assign.
mitchell
2013-10-02
Show user-init error messages in a dialog to prevent crashing; init.lua
mitchell
2013-10-01
Added tag textadept_7.0_beta_4 for changeset 2db6af5e9936
mitchell
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
[next]