
Search found 2 matches
- Tue Feb 13, 2007 7:52 am
- Forum: ExamDiff Pro
- Topic: Ignore Comments in ver 3.4 doesn't work
- Replies: 4
- Views: 10948
upps

- Mon Feb 12, 2007 12:22 pm
- Forum: ExamDiff Pro
- Topic: Ignore Comments in ver 3.4 doesn't work
- Replies: 4
- Views: 10948
3.4 + 3.5b "ignore comments" don't work over multi
I've tried ver 3.2 with ignore
Lines matching regulare expression: /\*.*?\*/
and in ver 3.4 and 3.5 beta with c comments. But the it don't work over multiple lines.
I have two simple files
1. file:
/*
1
*/
2. file:
/*
2
*/
if i compare a single line "/*1*/" to "/*2*/" it works.
Lines matching regulare expression: /\*.*?\*/
and in ver 3.4 and 3.5 beta with c comments. But the it don't work over multiple lines.
I have two simple files
1. file:
/*
1
*/
2. file:
/*
2
*/
if i compare a single line "/*1*/" to "/*2*/" it works.