File Comparison: Difference between revisions

add a way to ignore end object / end method comments
m (Added to Version Control category)
(add a way to ignore end object / end method comments)
Line 71: Line 71:
   (?i)^\s*\/\/.*|^\s*
   (?i)^\s*\/\/.*|^\s*


10 Use statement vs missing Use statement
10. Use statement vs missing Use statement
  As before a regular expression
  As before a regular expression
   (?i)^\s*Use.*\.pkg|^\s*
   (?i)^\s*Use.*\.pkg|^\s*
11. Ignore removed comments after End_Object,End_Class,End_Function,End_Procedure
Using a regular expressions
  (?i)\s*end.*\/\/.*|\s*end.*


PS: Begin this year I was promised by Scootersoftware Support that they would implement a way to enable/disable filters on a per filter bases in the next revision of the tool.
PS: Begin this year I was promised by Scootersoftware Support that they would implement a way to enable/disable filters on a per filter bases in the next revision of the tool.