index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
ext
/
find.lua
Age
Commit message (
Expand
)
Author
2010-06-11
Moved core extension modules into textadept module.
mitchell
2010-06-11
Removed _G.textadept.
mitchell
2010-06-11
Renamed textadept.events to events, renamed 'handle' and 'add_handler'.
mitchell
2010-06-10
Moved textadept.io into Lua's io table.
mitchell
2010-01-07
Updated copyright to 2010.
mitchell
2009-07-19
Updated LuaDoc.
mitchell
2009-07-19
Removed [Local {function,table}] documentation from being shown in LuaDoc.
mitchell
2009-07-13
Added incremental find.
mitchell
2009-07-12
textadept.dialog doesn't support '--text' for 'fileselect'.
mitchell
2009-07-08
Replace lua_dialog with gcocoadialog.
mitchell
2009-07-08
Extended the event system to include project manager, find, command entry, etc.
mitchell
2009-05-01
Eliminated redundant LuaDoc.
mitchell
2009-04-02
Display an 'ok-msgbox' on Replace error; core/ext/find.lua
mitchell
2009-03-07
Set MARK_FIND_COLOR for all new views rather than just the current one.
mitchell
2009-03-01
Ignore null byte for specific Scintilla messages; use buffer:get_text() again.
mitchell
2009-03-01
Use buffer:text_range() instead of buffer:get_text() because of trailing '\0'.
mitchell
2009-02-28
Use UTF-8 internally and respect platform filename encoding.
mitchell
2009-02-22
Added key commands and menu items to navigate 'Find in Files' list.
mitchell
2009-02-15
Cleaned up some Lua code.
mitchell
2009-02-15
Find in Files marks the double-clicked line; core/ext/find.lua
mitchell
2009-02-15
Only use escape sequences in Lua pattern searches; core/ext/find.lua
mitchell
2009-02-14
Find in Files should search in 'dot' files; core/ext/find.lua
mitchell
2009-02-12
Fixed some corner cases for Find in Files user interface; core/ext/find.lua
mitchell
2009-02-10
Moved the textadept.locale table into the globals table.
mitchell
2009-02-10
Use a _type field for special _print() buffers' titles instead of 'Untitled'.
mitchell
2009-02-08
Do not do any find/replace when there is no find text.
mitchell
2009-02-08
Removed buffer:find() function.
mitchell
2009-02-05
Fixed a bug and added enhancements to Find in Files.
mitchell
2009-02-04
Ignore find text case with case-insensitive find in files; core/ext/find.lua
mitchell
2009-01-26
Added 'Replace All' for just selected text.
mitchell
2009-01-25
Fix a 'Replace All' bug and make it undo-able; core/ext/find.lua
mitchell
2009-01-25
Replaced str:match with str:find where applicable for speed improvements.
mitchell
2009-01-25
goto_file shouldn't depend on _m.textadept.editing.goto_line; core/ext/find.lua
mitchell
2009-01-25
Scroll the view back to how it was for 'no results found'; core/ext/find.lua
mitchell
2009-01-24
Added Find in Files support.
mitchell
2009-01-10
Various improvements to speed and readability of Lua code.
mitchell
2009-01-08
Reformatted all C and Lua code to a single standard for each language.
mitchell
2009-01-03
Added localization support.
mitchell
2009-01-01
Updated copyright dates for 2009.
mitchell
2008-12-14
Fixed find bug when no match is found; core/ext/find.lua
mitchell
2008-11-11
Find functionality is mostly handled by Lua now.
mitchell
2008-06-24
Fixed bug with '%' in selected text for replacing; core/ext/find.lua
mitchell
2008-03-03
Updated copyright notice to include the year 2008.
mitchell
2008-02-23
Eliminated Zenity dependency; replaced with my CocoaDialog clone (lua_dialog).
mitchell
2007-08-16
Fixed 'find previous' bug; core/ext/find.lua
mitchell
2007-08-11
Fixed escapes in replace, added %() sequence; core/ext/find.lua
mitchell
2007-08-09
'replace_all' doesn't loop infinitely, 'find' more accurate; core/ext/find.lua
mitchell
2007-08-06
Initial import of extension Lua files.
mitchell