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
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
2011-12-31
Changed 'locale.localize()' to global '_L' table.
mitchell
2011-12-31
Code cleanup.
mitchell
2011-12-20
Wrap LuaDoc for C tables and functions in long comments.
mitchell
2011-12-12
Remove 'module' and update LuaDoc comments appropriately.
mitchell
2011-12-12
Updated to Lua 5.2.
mitchell
2011-10-04
Fixed bug with %n in replace introduced by r960; modules/textadept/find.lua
mitchell
2011-09-28
Added gui.goto_file() for the 'find' and 'run' modules.
mitchell
2011-09-27
Reformatted some LuaDoc.
mitchell
2011-09-26
Lua code cleanup.
mitchell
2011-09-25
Refactored textadept.c and changed Lua interface a bit.
mitchell
2011-07-13
Refactored key commands and added menu accelerators.
mitchell
2011-07-11
Removed label mnemonics from localization keys.
mitchell
2011-06-30
Localize the labels and buttons in the find GUI frame; src/textadept.c
mitchell
2011-06-24
Removed '_G' prefix from globals where necessary.
mitchell
2011-06-23
Use string constants for event names.
mitchell
2011-06-16
Use functions for generating unique IDs for markers, indicators, and user lists.
mitchell
2011-03-17
Performance and speed improvements.
mitchell
2011-01-21
Code cleanup.
mitchell
2010-12-28
Updated copyright information.
mitchell
2010-12-26
Separated key command manager from key command definitions.
mitchell
2010-12-19
Use buffer.selection_start and buffer.selection_end.
mitchell
2010-11-23
Code cleanup.
mitchell
2010-10-25
Speed up find in files; modules/textadept/find.lua
mitchell
2010-10-25
Allow access to find_in_files() through the gui.find API.
mitchell
2010-10-15
Changed locale implementation.
mitchell
2010-10-14
Code formatting changes.
mitchell
2010-08-26
Fixed infinite loop bug with Lua pattern search; modules/textadept/find.lua
mitchell
2010-06-11
Moved core extension modules into textadept module.
mitchell