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
2018-11-27
Added command line switch to jump to a buffer line.
mitchell
2018-11-01
Updated manual and CHANGELOG.md.
mitchell
2018-05-22
Note lack of ability to search for newline characters in regexes.
mitchell
2018-05-04
Updated migration guide to note that `bit32` has been removed.
mitchell
2018-04-25
Removed LuaJIT version of Textadept.
mitchell
2018-04-25
64-bit executables require Mac OSX 10.6 or later.
mitchell
2018-04-19
Experimental move to 64-bit executables on Mac OSX.
mitchell
2018-03-25
Removed call restriction on `buffer.set_theme()` and added initial `buffer` arg.
mitchell
2018-03-19
Clarified `M-` modifier key for the terminal version in the manual.
mitchell
2018-03-12
Start using Scintilla's LongTerm3, which now includes Scintillua and Scinterm.
mitchell
2018-02-24
Terminal key sequence for Ctrl+Space is now 'c ' instead of 'c@'.
mitchell
2018-02-16
Save to the loaded session on quit and removed `default_session` option.
mitchell
2018-02-16
Added UTF-16 to the default list of detected encodings.
mitchell
2017-12-31
Added Textadept 9 to 10 migration guide.
mitchell
2017-11-12
Buffer settings on startup apply to subsequent buffers.
mitchell
2017-11-06
Backported bugfixes and changes from Scintilla 4.0.0 to 4.0.2.
mitchell
2017-07-02
Added ability for buffer list to show buffers by z-order.
mitchell
2017-06-22
Lua command entry improvements.
mitchell
2017-06-20
Updated key binding in manual for cancelling a snippet.
mitchell
2017-03-16
Mac uses `Esc` now instead of `⎋`; doc/manual.md
mitchell
2017-02-12
Improved build for when dependencies are updated, and added summary to manual.
mitchell
2017-01-06
Fixed typo; doc/manual.md
mitchell
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
[next]