The many navigation possibilities in the IDE are really effective even in large projects (30 modules, up to 50k lines each).
However, over the years code changes are necessary and we leave the original version of the edited lines as a commented line for documentation purposes (this is helpful to trace unforeseen effects later).
This becomes a disadvantage together with standard commented lines since the resultlist in the QuickSearch window becomes very long and it is more and more hard to find the searched item.
A) One possibility to skip the output of all lines beginning with ' would be a checkbox like the log filter.
B) Another yet more universal option would be a Regex search type like in the "Find/Replace window"
However, over the years code changes are necessary and we leave the original version of the edited lines as a commented line for documentation purposes (this is helpful to trace unforeseen effects later).
This becomes a disadvantage together with standard commented lines since the resultlist in the QuickSearch window becomes very long and it is more and more hard to find the searched item.
A) One possibility to skip the output of all lines beginning with ' would be a checkbox like the log filter.
B) Another yet more universal option would be a Regex search type like in the "Find/Replace window"