index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
textadept
Age
Commit message (
Expand
)
Author
2013-04-20
Respect user-defined `keys[mode]['esc']`; modules/textadept/command_entry.lua
mitchell
2013-04-19
Updated some documentation.
mitchell
2013-04-19
Added icon to About dialog; modules/textadept/menu.lua
mitchell
2013-04-15
Function in `finish_mode()` is optional; modules/textadept/command_entry.lua
mitchell
2013-04-15
Updated Windows curses key bindings; modules/textadept/keys.lua
mitchell
2013-04-12
Updated to Scintilla 3.3.1.
mitchell
2013-04-11
Added key modes and changed the command entry to use them.
mitchell
2013-04-09
Fixed bug with highlighting words; modules/textadept/editing.lua
mitchell
2013-04-03
Textadept should support multiple curses platforms; remove ncurses references.
mitchell
2013-03-31
Added Less, Literal Coffeescript, and Sass lexers.
mitchell
2013-03-29
Use new Scintilla API for showing search results; modules/textadept/find.lua
mitchell
2013-03-28
Improved message double-clicking behavior for compile and run commands.
mitchell
2013-03-25
Added lfs.dir_foreach() for allowing Find in Files to have a filter.
mitchell
2013-03-10
Indicator for highlighted words works in ncurses.
mitchell
2013-03-07
No flags in replace_all(); modules/textadept/find.lua
mitchell
2013-03-07
Updated "About" dialog; modules/textadept/menu.lua
mitchell
2013-02-26
Removed useless gui.dialog() options for fileopen/filesave.
mitchell
2013-02-11
Added command line switches for running Lua code on startup.
mitchell
2013-02-05
Added command line switches for loading sessions on startup.
mitchell
2013-01-31
Added ability to type over characters like closing braces and quotes.
mitchell
2013-01-20
Updated copyright date.
mitchell
2013-01-03
Use `buffer.selection_mode` for ncurses mark mode; modules/textadept/keys.lua
mitchell
2012-12-16
Removed 'PATHS'; modules/textadept/snapopen.lua
mitchell
2012-12-15
Greatly improve speed when loading large files; modules/textadept/mime_types.lua
mitchell
2012-12-03
Recognize special ncurses keys better.
mitchell
2012-12-01
Updated parameter LuaDoc.
mitchell
2012-11-20
Be consistent with regard to "caret" vs. "current position".
mitchell
2012-11-19
Rewrote LuaDoc.
mitchell
2012-11-19
Changed Lua code style for tables.
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-23
Removed `_M.textadept.run.execute()`.
mitchell
2012-10-22
Added an event for when a search wraps; modules/textadept/find.lua
mitchell
2012-10-17
Added ncurses key bindings for bookmarks; modules/textadept/keys.lua
mitchell
2012-10-16
Added key shortcut for toggling fold points; modules/textadept/keys.lua
mitchell
2012-10-12
Fixed ncurses bug in command selection introduced by r1256.
mitchell
2012-10-12
Fixed bug in key command; modules/textadept/keys.lua
mitchell
2012-10-08
Use '@field' LuaDoc for events defined in modules.
mitchell
2012-10-06
Fixed more bugs introduced by r1260.
mitchell
2012-10-02
Fixed bug introduced by r1260; modules/textadept/snippets.lua
mitchell
2012-10-03
Simplified auto-indent; modules/textadept/editing.lua
mitchell
2012-09-28
Use the bit32 library for checking marker bits; modules/textadept/bookmarks.lua
mitchell
2012-09-28
Added marks for making selection in ncurses.
mitchell
2012-09-18
Fixed incremental find in ncurses.
mitchell
2012-09-18
Use 'text' plain text lexer instead of 'container'.
mitchell
2012-09-17
Added ncurses CDK field key bindings to list; modules/textadept/keys.lua
mitchell
2012-09-12
Documentation overhaul.
mitchell
2012-09-10
Correctly emit RUN_OUTPUT events; modules/textadept/run.lua
mitchell
2012-09-08
Removed `rebuild_command_tables()`; modules/textadept/menu.lua
mitchell
[prev]
[next]