I often use the shortcut 'F12' to comment out code/blocks of code by adding C$$$$$$ to the start of each selected line. The problem I have is with the inverse - sometimes when I use Shift + F12 to uncomment a selected (commented out) piece of code it removes ALL instances of C$$$$$$ in the whole program.
Has anyone else encountered this issue? Is there any way to prevent it?
Many thanks!