ID:259940
 
I thought a nice, small little feature would be a line comment command for the editor.

In the editor, you could right click a line, select comment/uncomment, and it would perform it accordingly. Also, have it support multiple lines.

Prodigal Squirrel
o.O
When you can just go: // or /* & */ I think it's pointless.
Or you can stop being lazy and do it yourself. It's not that much work.
....What editor are you talking about? I'll assume Dream Maker...
If so, you can comment/uncomment a line/multiple lines:
//This is a single line comment
/*This
is
a
multiple
line
comment*/

Is that what you were talking about?
In response to Nadrew
Sorry, you two. Geez. It's just something I seen in Bloodshed's Dev C++.

Prodigal Squirrel
In response to Jamesburrow
No, in Dev C++, when you right click on a line, there's an option to comment and uncomment a line or multiple lines of code automatically.

I understand that commenting only takes a few seconds to do, but that option makes it even shorter. So I humbly suggested it.

Prodigal Squirrel
In response to Prodigal Squirrel
Prodigal Squirrel wrote:
I understand that commenting only takes a few seconds to do, but that option makes it even shorter.

It makes it take about 2 seconds longer. I guess its possible that those two seconds could be the differencde between life and death, but I don't see it making much of a difference in everyday life.
I'm sorry, but I really don't see them adding that feature.