I'm writing code in a language that uses old C style comments (/* ... */). I have my Block Comment On/Off defined and the highlighting works fine. But my Edit > Comment Add/Remove menu selections are grayed out.
I'd like to be able to highlight a multi-line code block and have UE comment the lines out like this:
/* line 1 */
/* line 2 */
/* line 3 */
...
Not like this:
/* line 1
line 2
line 3 */
So I guess my question is twofold: Why is my Add/Remove comment menu selections unavailable and is there a way to comment out multiple lines, each line complete with a start and end comment delimiter?
Thanks.
I'd like to be able to highlight a multi-line code block and have UE comment the lines out like this:
/* line 1 */
/* line 2 */
/* line 3 */
...
Not like this:
/* line 1
line 2
line 3 */
So I guess my question is twofold: Why is my Add/Remove comment menu selections unavailable and is there a way to comment out multiple lines, each line complete with a start and end comment delimiter?
Thanks.