Comparing sources: Difference between revisions

Line 14: Line 14:
  x Whitespace includes TABS and spaces
  x Whitespace includes TABS and spaces


== Importance Tab Page ==
''' Importance Tab Page '''
Unimportant text, put a check in all of the checkboxes
Unimportant text group >> put a check in all of the checkboxes
 
This is also the place where you can add custom rules/filters
This is also the place where you can add custom rules.


=== Custom filters ===
1. Ignore differences in comments.
1. Ignore differences in comments.
  Click on New, Category Delimited
  Click on New, Category Delimited
Line 40: Line 40:
  Click on Regular expressions
  Click on Regular expressions
  (?i)\s+C\$_.*|\s+C_\$.*
  (?i)\s+C\$_.*|\s+C_\$.*
6. Ignore "string" vs. "local string"
Click on Regular expressions
  (?i)^\s*local\s+string.*|^\sstring.*
Replace string with date / integer / number to filter other similar code.