From: SourceForge.net <no...@so...> - 2011-02-07 11:38:48
|
Feature Requests item #3103623, was opened at 2010-11-05 14:56 Message generated for change (Settings changed) made by kpouer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=350588&aid=3103623&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Pending >Resolution: Rejected Priority: 5 Private: No Submitted By: mf3 (mf3) Assigned to: Nobody/Anonymous (nobody) Summary: Repeat macro until end of file Initial Comment: In JEdit 4.2.3 there is a menu option Macros/Repeat last Macro. This repeats the Macro only once. For modifications in a big file it would be desirable, if a macro could be repeated until the end of file is reached. In my case e.g., I want to delete every line in which a certain expression occurs. The feature is also contained in other macro-capable editors (UltraEdit). ---------------------------------------------------------------------- >Comment By: Matthieu Casanova (kpouer) Date: 2011-02-07 12:38 Message: Hi, I don't think it has a meaning. For a macro, there is no end or beginning of file, a macro can do anything. If a macro should delete several lines then the macro should be rewritten ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=350588&aid=3103623&group_id=588 |