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
/
find.lua
Age
Commit message (
Expand
)
Author
2014-04-06
Clarified "wrapping" in find/replace; modules/textadept/find.lua
mitchell
2014-03-01
Use `assert(...)` as a shortcut for `if not ... then error() end`.
mitchell
2014-01-12
Updated copyright information.
mitchell
2013-12-12
More LuaDoc updates.
mitchell
2013-11-18
LuaDoc updates.
mitchell
2013-11-11
Fixed bug when replacement captures have escapes; modules/textadept/find.lua
mitchell
2013-11-10
Store the full Lua pattern match in "%0" for use in replacement text.
mitchell
2013-11-10
Updated LuaDoc.
mitchell
2013-10-18
More LuaDoc updates.
mitchell
2013-10-09
More LuaDoc updates.
mitchell
2013-09-29
Added new `ui.dialogs` module for more user-friendly dialog support.
mitchell
2013-09-16
Removed the `SC` prefix from most constants in `_SCINTILLA.constants`.
mitchell
2013-09-16
Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.
mitchell
2013-09-15
Do not convert filenames to UTF-8; keep them in `_CHARSET`.
mitchell
2013-09-06
Updated LuaDoc.
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-08-24
Include Scintilla constants in `buffer`s.
mitchell
2013-07-08
Fixed bug in Lua Pattern "Replace All"; modules/textadept/find.lua
mitchell
2013-06-20
Fixed bug in find and run double-click event handlers.
mitchell
2013-04-30
Refactored find and replace all; modules/textadept/find.lua
mitchell
2013-04-29
More code cleanup.
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-11
Added key modes and changed the command entry to use them.
mitchell
2013-04-03
Textadept should support multiple curses platforms; remove ncurses references.
mitchell
2013-03-29
Use new Scintilla API for showing search results; modules/textadept/find.lua
mitchell
2013-03-25
Added lfs.dir_foreach() for allowing Find in Files to have a filter.
mitchell
2013-03-07
No flags in replace_all(); modules/textadept/find.lua
mitchell
2013-02-26
Removed useless gui.dialog() options for fileopen/filesave.
mitchell
2013-01-20
Updated copyright date.
mitchell
2012-12-03
Recognize special ncurses keys better.
mitchell
2012-12-01
Updated parameter LuaDoc.
mitchell
2012-11-19
Rewrote LuaDoc.
mitchell
2012-11-19
Changed Lua code style for tables.
mitchell
2012-10-30
Continued updating documentation formatting.
mitchell
2012-10-22
Added an event for when a search wraps; modules/textadept/find.lua
mitchell
2012-09-18
Fixed incremental find in ncurses.
mitchell
2012-09-12
Documentation overhaul.
mitchell
2012-07-21
Converted some `buffer` "get" and "set" functions into properties.
mitchell
2012-06-04
Added ncurses Find/Replace dialog.
mitchell
2012-03-27
Translate all messages instead of relying on GTK to translate stock items.
mitchell
2012-03-16
Moved "Markdown:" comments into module LuaDoc comments.
mitchell
2012-03-07
Updated contact email address.
mitchell
2012-02-10
Update LuaDoc with new formatting.
mitchell
2012-01-06
Updated copyright information.
mitchell
2012-01-05
Code cleanup.
mitchell
2012-01-05
Rename '_m' to '_M'.
mitchell
2012-01-01
Code cleanup.
mitchell
[next]