thebeanieman / contexteditor

Automatically exported from code.google.com/p/contexteditor
0 stars 1 forks source link

Regular expressions and replace not working #54

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open replace dialog
2. Enter an expression to replace include a regular expression (i.e. abc #) to 
replace abc with abc and carriage return
3. Select regular expressions option
4. Click replace. The # is interpreted as a literal instead of a regular 
expression syntax.

What is the expected output?
if original line was
abc def

the new output should be 2 lines

abc 
def

What do you see instead?

abc # def

What version of the product are you using?

.98.6
On what operating system?
Win 7

Please provide any additional information below.

Original issue reported on code.google.com by jhuddl...@gmail.com on 26 Apr 2013 at 6:49