Community
Participate
Working Groups
the find dialog should support regex (with option to make it enabled or disabled)
And a dropdown box next to the edit field with special fields for those of us who don't know the regex syntax: "Any Character" "Character in Range" "Character Not in Range" "Beginning of Line" "End of Line" "Tagged Expression" "Not" "Or" "0 or More Matches" "1 or More Matches" "Group" "Whitespace" "Alphanumeric Character" "Alphabetic Character" "Decimal Digit" "Hexadecimal Number" "Number" "Integer" "Alphabetic String" "Quoted String"
We need a regex support library w/o requiring JRE 1.4.
What about either of the Apache Jakarta projects: 1. ORO (http://jakarta.apache.org/oro/index.html) 2. Regexp (http://jakarta.apache.org/regexp/index.html)
Duplicate of bug 14277.
Can the detection of a regex engine be put in instead of having oro or regex part of the build in case JDK 1.4 is used?
1.4 is required to run Eclipse 3.0 and hence regex is available.
It's there now. For more details see bug 33115. *** This bug has been marked as a duplicate of 33115 ***