Skip to content

Commit

Permalink
add regex flag to replaceAll function
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Jun 8, 2011
1 parent a97d726 commit 09bd033
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ private void replaceAll()
{
String code = editor_.getCode();
boolean caseSensitive = display_.getCaseSensitive().getValue();
boolean regex = display_.getRegex().getValue();
String find = display_.getFindValue().getValue();
String repl = display_.getReplaceValue().getValue();

Expand Down

0 comments on commit 09bd033

Please sign in to comment.