Search text only in uncommented AFL code

Not sure if this is possible in Amibroker AFL editor. Can I search text in AFL editor such that the commented code does not return any result? If not, perhaps it may be a good feature to consider adding.

Thank you.

Better practice is to not leave "code corpses" in your program file.
If it is not worth it the first time around then it isn't the second time around too.
If you leave lots of commented code parts the whole source file becomes messy and months... years later you won't remember anyway what you were trying to do with it.
Comments should explain existing code not being commented out.

Instead of commenting code rather see

4 Likes

"Code corpses." Now that is a funny one - and utterly appropriate. :laughing:

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.