mutate_cpp icon indicating copy to clipboard operation
mutate_cpp copied to clipboard

Add support for ignoring lines based on a regex pattern.

Open aalleexxx5 opened this issue 1 year ago • 0 comments

Useful for ignoring logging, macro calls, GUI draw calls, and single line braces. Includes a placeholder of ^std::cout.*$|^std::cerr.*$ to skip any logging lines and provide an example of how to expand the regex.

aalleexxx5 avatar Jan 20 '25 14:01 aalleexxx5