Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-14 | Fixed find bug when no match is found; core/ext/find.lua | ||
2008-11-11 | Find functionality is mostly handled by Lua now. | ||
2008-06-24 | Fixed bug with '%' in selected text for replacing; core/ext/find.lua | ||
2008-03-03 | Updated copyright notice to include the year 2008. | ||
2008-02-23 | Eliminated Zenity dependency; replaced with my CocoaDialog clone (lua_dialog). | ||
2007-08-16 | Fixed 'find previous' bug; core/ext/find.lua | ||
Changeset 15 introduced an 'increment' variable that is normally +/-1 for find next and find prev respectively. However instead of adding the increment for find prev, it subtracts it, effectively adding 1 which is not right. | |||
2007-08-11 | Fixed escapes in replace, added %() sequence; core/ext/find.lua | ||
'%%' is now properly escaped. %() sequence executes Lua code, showing an error dialog if one occured. | |||
2007-08-09 | 'replace_all' doesn't loop infinitely, 'find' more accurate; core/ext/find.lua | ||
'find' has an additional nowrap parameter that 'replace_all' uses so the latter will not loop indefinately if there are still matches in the document. 'find' also sets search_anchor more appropriately based on context so some matches aren't skipped accidentally. | |||
2007-08-06 | Initial import of extension Lua files. | ||