From: SourceForge.net <no...@so...> - 2003-01-26 07:52:17
|
Feature Requests item #674877, was opened at 2003-01-26 01:56 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=674877&group_id=44253 Category: Definitions (source editor) Group: Small (< 1 pair-week) Status: Open Priority: 5 Submitted By: Peter Centgraf (centgraf) Assigned to: Nobody/Anonymous (nobody) Summary: Regular Expression Searches Initial Comment: It would be nice to be able to use regular expressions in the find-replace dialog. Story: User realizes while searching that she doesn't remember the exact string she's looking for. She checks the "Use Regular Expressions" checkbox next to the "Find" field, enters an expression, hits Enter to begin the search, and then continues editing. Implementation notes: We could use the jakarta RE package, which is also GPL code. The state of this checkbox should be maintained as an invisible config option, i.e. there's no need to edit it in Preferences, but its state should persist after closing DrJava. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=674877&group_id=44253 |