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
/
06_AdeptEditing.md
Age
Commit message (
Expand
)
Author
2014-03-28
Added more documentation on project building.
mitchell
2014-03-27
Added basic project support for snapopen and build scripts.
mitchell
2014-02-12
Added split views in the terminal version thanks to Chris Emerson.
mitchell
2013-11-10
Store the full Lua pattern match in "%0" for use in replacement text.
mitchell
2013-10-09
More LuaDoc updates.
mitchell
2013-09-27
Integrated compile and run commands for most languages.
mitchell
2013-09-23
Code and documentation cleanup.
mitchell
2013-09-16
Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.
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-07-08
Renamed "language-specific" modules to just "language modules" in documentation.
mitchell
2013-06-12
`_M.textadept.editing.block_comment()` supports block comment delimiters.
mitchell
2013-05-21
Renamed "settings.lua" to "properties.lua".
mitchell
2013-05-20
Rewrote the manual to use the active voice.
mitchell
2013-05-15
Rewrote theme implementation.
mitchell
2013-04-30
Word highlighting is supported in curses; doc/06_AdeptEditing.md
mitchell
2013-04-24
Renamed `goto_file_in_list()` to `goto_file_found()` and revamped functionality.
mitchell
2013-04-03
Textadept should support multiple curses platforms; remove ncurses references.
mitchell
2013-03-25
Added lfs.dir_foreach() for allowing Find in Files to have a filter.
mitchell
2013-01-31
Added ability to type over characters like closing braces and quotes.
mitchell
2012-10-31
Fix typos in documentation.
mitchell
2012-10-30
Continued updating documentation formatting.
mitchell
2012-10-29
Updated documentation formatting.
mitchell
2012-10-17
Updated manual.
mitchell
2012-09-28
Added marks for making selection in ncurses.
mitchell
2012-09-12
Documentation overhaul.
mitchell
2012-08-27
Fixed multiple selection on Mac OSX.
mitchell
2012-08-05
Added ncurses key commands to individual manual pages.
mitchell
2012-03-08
Moved Manual into `doc/` root directory.
mitchell