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
2016-06-25
Updated migration guide; doc/manual.md
mitchell
2016-06-25
Combined view metamethods into one and cleaned up some code and comments.
mitchell
2016-06-25
Small code and documentation cleanup.
mitchell
2016-06-19
Updated translations.
mitchell
2016-06-16
Changed arguments to `ui.goto_view()` and `view:goto_buffer()`.
mitchell
2016-06-15
`textadept.editing.goto_line()` takes 0-based line number.
mitchell
2016-06-15
Updated migration guide along with formatting updates; doc/manual.md
mitchell
2016-06-15
Updated links in documentation pages.
mitchell
2016-06-15
Added new "Getting Started" section to "Scripting"; doc/manual.md
mitchell
2016-06-15
Lots of small LuaDoc improvements (grammar mainly).
mitchell
2016-06-15
Refactored LuaDoc for `_M`; core/._M.luadoc
mitchell
2016-06-15
Rewrote manual sections 7-9 and updated other sections and links; doc/manual.md
mitchell
2016-06-15
Prefer '$(...)' notation in themes over '%(...)'.
mitchell
2016-06-15
Refactored `textadept.run`; modules/textadept/run.lua
mitchell
2016-06-15
Allow binary files to be encoded in something else.
mitchell
2016-06-15
Renamed `textadept.session` fields.
mitchell
2016-06-15
Changed "find in files" API a bit.
mitchell
2016-06-15
Do not auto-load `post_init.lua` files in language modules anymore.
mitchell
2016-06-15
Changed some settings and table names in `textadept.editing`.
mitchell
2016-06-15
Renamed `ui.SILENT_PRINT` to `ui.silent_print`.
mitchell
2016-06-15
Be more liberal about comments in locale files and use '#' by default.
mitchell
2016-06-15
Changed some of 'lfs_ext' API.
mitchell
2016-06-15
Removed handling of tables as key/menu commands; use functions only.
mitchell
2016-06-15
Removed `exclude_FILTER` parameter from `io.quick_open()`.
mitchell
2016-06-15
Removed CVS project recognition and assume Subversion v1.8+.
mitchell
2016-06-15
Removed explicit detection and use of extinct CR line endings.
mitchell
2016-06-15
Removed explicit BOM support.
mitchell
2016-06-15
Renamed "snapopen" to "quick open" in APIs and menus.
mitchell
2016-06-14
Fixed API documentation generation bug; doc/markdowndoc.lua
mitchell
2016-06-11
Updated to Lua 5.3.3.
mitchell
2016-06-05
Updated to Scintilla 3.6.6; src/Makefile
mitchell
2016-05-19
Fixed stack overflow when accessing nil keys; modules/textadept/menu.lua
mitchell
2016-04-30
Added tag textadept_8.7 for changeset 70ce6812e62f
mitchell
2016-04-30
Updated CHANGELOG.md.
mitchell
2016-04-29
Added keybinding for setting compile/run args; modules/textadept/keys.lua
mitchell
2016-04-29
Updated Lua autocompletion and documentation.
mitchell
2016-04-29
Textadept has been around for more than 8 years now; doc/manual.md
mitchell
2016-04-29
Updated for 8.7.
mitchell
2016-04-29
Disabled `CHECK_SYNTAX` by default; modules/textadept/run.lua
mitchell
2016-04-28
`enclose()` works with multiple selections; modules/textadept/editing.lua
mitchell
2016-04-28
Updated some translations.
mitchell
2016-04-26
Handle non-existent compile/run commands gracefully; modules/textadept/menu.lua
mitchell
2016-04-26
Updated Scintilla, Scinterm, and lspawn; src/Makefile
mitchell
2016-04-18
Reverted r2149 (center found text in the view); modules/textadept/find.lua
mitchell
2016-04-16
Added menu item and dialog for setting run/compile command arguments.
mitchell
2016-04-16
Allow file-specific run/compile commands; modules/textadept/run.lua
mitchell
2016-04-16
Localize "Lua reset" message.
mitchell
2016-04-16
Fixed spelling error in English-localized messages.
mitchell
2016-04-16
Find in files should not print the contents of binary files.
mitchell
2016-04-16
Fixed error when showing style at buffer end; modules/textadept/menu.lua
mitchell
[next]