|
From: <no...@so...> - 2000-09-22 23:32:56
|
Bug #112619, was updated on 2000-Aug-24 02:17 Here is a current snapshot of the bug. Project: jEdit Category: search and replace Status: Open Resolution: None Bug Group: feature request Priority: 5 Summary: Need a "Replace & Find next" button in Find&Replace Dialog Details: Im missing a feature in the Find&Replace dialog in Jedit. When searching in a large file after som text, which I want to replace, it becomes tedious to press Find and then press Replace in section. It would be nice to have a button that replaced and searched after the next token (or text) automatically. So i only can press one button to replace and find next token. Follow-Ups: Date: 2000-Sep-22 02:52 By: Brice_C Comment: That, and possibly an option to do multiline regular expression matching (jEdit doesn't seem to do them - it's good for newbies and not confusing) As well as the possibility to express the "replace" value as a regular expression too, to do things like backreferences matching "<B>text</B>" with "<(.*?)>(.*?)<\/\1>/" and replacing by "<\1>this \2 is bold<\/\1>" (Ok the example is a bit far fetched but you see what I mean) ------------------------------------------------------- Date: 2000-Sep-22 16:32 By: spestov Comment: Everything mentioned will be implemented in 2.7. Back references in the replace field are already possible; $1 is the first, $2 is the second, etc. I need to document this better. ------------------------------------------------------- For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=112619&group_id=588 |