index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
manual.md
Age
Commit message (
Expand
)
Author
2016-11-04
Removed MacRoman encoding option, as OSX uses UTF-8 by default.
mitchell
2016-07-06
Document how to generate Lua autocompletion and documentation for user modules.
mitchell
2016-07-04
Added timeout prompt for "Find in Files".
mitchell
2016-07-04
Replaced Lua pattern matching with Regex via Scintilla and TRE.
mitchell
2016-06-30
Small manual and LuaDoc updates.
mitchell
2016-06-27
Added note on scripting auto-save; doc/manual.md
mitchell
2016-06-27
Document new snippet directory paths preference; doc/manual.md
mitchell
2016-06-27
Added `textadept.snippets._paths` for file-based snippets.
mitchell
2016-06-27
Updated migration guide section to read a bit easier; doc/manual.md
mitchell
2016-06-25
Updated migration guide; doc/manual.md
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
Added new "Getting Started" section to "Scripting"; doc/manual.md
mitchell
2016-06-15
Rewrote manual sections 7-9 and updated other sections and links; doc/manual.md
mitchell
2016-06-15
Refactored `textadept.run`; modules/textadept/run.lua
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
Changed some of 'lfs_ext' API.
mitchell
2016-06-15
Removed `exclude_FILTER` parameter from `io.quick_open()`.
mitchell
2016-06-15
Renamed "snapopen" to "quick open" in APIs and menus.
mitchell
2016-06-11
Updated to Lua 5.3.3.
mitchell
2016-04-29
Textadept has been around for more than 8 years now; doc/manual.md
mitchell
2016-01-30
Added single-instance functionality for Win32 and require GLib 2.28+.
mitchell
2016-01-29
Added '-v' and '--version' command line parameters.
mitchell
2015-12-31
Textadept has been using Lua 5.3 for some time now; doc/manual.md
mitchell
2015-11-11
PGP sign packages for added integrity.
mitchell
2015-05-01
Updated 7 to 8 migration guide; doc/manual.md
mitchell
2015-04-01
Added migration guide to 8.0; doc/manual.md
mitchell
2015-03-14
Updated compilation information and instructions for BSD; doc/manual.md
mitchell
2015-03-11
Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.
mitchell
2015-03-10
Merged `textadept.file_types.shebangs` into `textadept.file_types.patterns`.
mitchell
2014-11-26
Fixed documentation on terminal colors; doc/manual.md
mitchell
2014-11-24
Updated curses compatibility notes; doc/manual.md
mitchell
2014-11-23
Patch CDK for basic UTF-8 support.
mitchell
2014-11-12
Updated properties based on Scinterm updates.
mitchell
2014-10-31
Change rectangular selection mouse modifier back to Alt on Linux.
mitchell
2014-10-26
Document that the terminal version does not support drag and drop; doc/manual.md
mitchell
2014-10-21
Enable mouse clicks and movements in the terminal version.
mitchell
2014-09-29
State that "Replace in Selection" is for contiguous selections; doc/manual.html
mitchell
2014-09-17
Added terminal key binding to stop the currently running process.
mitchell
2014-08-15
Added note about `make deps` when compiling from source; doc/manual.md
mitchell
2014-08-13
Separate ^H from Backspace in the terminal version.
mitchell
2014-07-18
Fixed link; doc/manual.md
mitchell
2014-06-30
Condensed manual and API documentation into single files.
mitchell