I am using Inno Setup 5 (Unicode).
How can a block of statements be commented/uncommented using keyboard shortcut keys?
To comment blocks of code (under the [Code]
section) use:
{ commented code }
or (* this is comment *)
The Inno Setup Compiler IDE does not support shortcut keys for inserting comments.