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
2016-07-22
Fixed infinite loop with "Replace All" in selection; modules/textadept/find.lua
mitchell
2016-07-11
Updated Lua autocompletion and documentation.
mitchell
2016-07-07
Try to differentiate between Python 3 and 2 in run commands.
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-07-01
Updated Lua autocompletion and documentation.
mitchell
2016-06-27
Small code cleanup and documentation updates.
mitchell
2016-06-27
Show file-based snippets in the selection dialog; modules/textadept/snippets.lua
mitchell
2016-06-27
Added `textadept.snippets._paths` for file-based snippets.
mitchell
2016-06-25
Small code and documentation cleanup.
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
Lots of small LuaDoc improvements (grammar mainly).
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 handling of tables as key/menu commands; use functions only.
mitchell
2016-06-15
Removed explicit detection and use of extinct CR line endings.
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-05-19
Fixed stack overflow when accessing nil keys; modules/textadept/menu.lua
mitchell
2016-04-29
Added keybinding for setting compile/run args; modules/textadept/keys.lua
mitchell
2016-04-29
Updated Lua autocompletion and documentation.
mitchell
2016-04-29
Disabled `CHECK_SYNTAX` by default; modules/textadept/run.lua
mitchell
2016-04-28
`enclose()` works with multiple selections; modules/textadept/editing.lua
mitchell
2016-04-26
Handle non-existent compile/run commands gracefully; modules/textadept/menu.lua
mitchell
2016-04-18
Reverted r2149 (center found text in the view); modules/textadept/find.lua
mitchell
2016-04-16
Added menu item and dialog for setting run/compile command arguments.
mitchell
2016-04-16
Allow file-specific run/compile commands; modules/textadept/run.lua
mitchell
2016-04-16
Find in files should not print the contents of binary files.
mitchell
2016-04-16
Fixed error when showing style at buffer end; modules/textadept/menu.lua
mitchell
2016-04-16
Small code cleanup.
mitchell
2016-04-16
`events.CHAR_ADDED` emits a character code, not a byte.
mitchell
2016-04-15
Allow `textadept.menu.menubar = nil`; modules/textadept/menu.lua
mitchell
2016-04-15
Use function notation for menu and key commands.
mitchell
2016-04-12
Ouput 'cd' for run/compile commands when necessary; modules/textadept/run.lua
mitchell
2016-04-11
Fixed regression for `%<...>` and `%[...]`; modules/textadept/snippets.lua
mitchell
2016-04-10
Small documentation update.
mitchell
2016-04-10
Fixed "replace within selection" edge case; modules/textadept/find.lua
mitchell
2016-04-10
Center found text in the view; modules/textadept/find.lua
mitchell
2016-04-09
Fixed bugs in session view restoration; modules/textadept/session.lua
mitchell
2016-04-07
Code cleanup, bugfixes, and improvements; modules/textadept/run.lua
mitchell
2016-04-07
Only show snippet trigger and text in selection dialog.
mitchell
2016-04-06
Allow string lookup of menu items in menus; modules/textadept/menu.lua
mitchell
2016-04-06
Do not assume 1-byte characters in incremental find; modules/textadept/keys.lua
mitchell
[next]