I would like to have a macro that comment several lines of code like that.
Before:
- Code: Select all
if(...)
...
endif
...
After:
- Code: Select all
// ...
//endif
//if(...)
//...
How to do it?
Thank you in advance for your help.
Welcome to the IDM Forum. This forum is meant as a user-to-user support mechanism where users can share knowledge and tips for all IDM software.
Since these forums are user-to-user based, IDM does not regularly read or reply to the posts in this forum. For problem reports, suggestions, or feature requests, you must email us directly. Our trained technical support staff answers most inquiries within 30 minutes.
if(...)
...
endif
...// ...
//endif
//if(...)
//...





