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
Age
Commit message (
Expand
)
Author
2013-06-20
Fixed bug in find and run double-click event handlers.
mitchell
2013-06-20
Fixed crash when transposing in empty buffer; modules/textadept/editing.lua
mitchell
2013-06-12
`_M.textadept.editing.block_comment()` supports block comment delimiters.
mitchell
2013-06-12
Renamed editing module's `STRIP_WHITESPACE_ON_SAVE` to `STRIP_TRAILING_SPACES`.
mitchell
2013-06-12
Renamed Adeptsense image fields.
mitchell
2013-06-12
Removed `_LEXERPATH`.
mitchell
2013-06-09
New makefile 'osx-app' rule for building Textadept.app.
mitchell
2013-05-29
Updated Lua Adeptsense.
mitchell
2013-05-29
Load a language context menu based solely on lexer; modules/textadept/menu.lua
mitchell
2013-05-28
Rewrote LuaDoc; modules/textadept/adeptsense.lua
mitchell
2013-05-26
Rewrote some LuaDoc to use the active voice.
mitchell
2013-05-15
Rewrote theme implementation.
mitchell
2013-05-25
Updated Lua Adeptsense.
mitchell
2013-05-22
Fixed tags for global tables within modules; modules/lua/adeptsensedoc.lua
mitchell
2013-05-20
Code cleanup; modules/textadept/editing.lua
mitchell
2013-05-20
Print the results of '=' Lua expressions; modules/textadept/command_entry.lua
mitchell
2013-05-20
Fix caret placement in block comment/uncomment.
mitchell
2013-05-15
Fix absolute field tags; modules/lua/adeptsensedoc.lua
mitchell
2013-05-15
Set language-specific buffer properties through an event instead of a function.
mitchell
2013-04-30
More code cleanup.
mitchell
2013-04-30
Refactored find and replace all; modules/textadept/find.lua
mitchell
2013-04-29
More code cleanup.
mitchell
2013-04-27
Updated Lua Adeptsense.
mitchell
2013-04-26
Updated documentation; modules/textadept/run.lua
mitchell
2013-04-26
Consolidated the editing module's `grow_selection()` into `enclose_selected()`.
mitchell
2013-04-26
Handle new "lexer/current" format from LPeg lexer's API change.
mitchell
2013-04-25
Added icons to msgbox dialogs.
mitchell
2013-04-25
Code and documentation cleanup.
mitchell
2013-04-24
Renamed `goto_file_in_list()` to `goto_file_found()` and revamped functionality.
mitchell
2013-04-24
Mark recognized errors in compile/run output and added navigation functions.
mitchell
2013-04-24
Moved `_M.textadept.filter_through` functionality into `editing` module.
mitchell
2013-04-24
Hide `menubar` and `contextmenu` tables from the API; modules/textadept/menu.lua
mitchell
2013-04-24
Use `buffer.word_chars` for autocompleting words instead of a Lua pattern.
mitchell
2013-04-24
Changed display of highlighted words; modules/textadept/editing.lua
mitchell
2013-04-24
Renamed `_G.buffer_new()` to `buffer.new()`.
mitchell
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
Updated Lua Adeptsense.
mitchell
2013-03-29
Updated to Lua 5.2.2 and LPeg 0.11.
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
[next]