Hello, Word!
Dev-C++ is a very nice IDE, but... There's one anoying thing. When I write something like this:
if (blah) blah();
and put the cursor right before "blah();" and press enter, I expect the editor to instert newline char, tab char and "blah();" (I use tab chars as ident chars). It works fine if I there is nothing on the right side of the cursor when I press enter. Unchecking "Keep Trailing Spaces" helped a lot and now there's no problem when I have spaces at the end of the line. If there is anything else then tabs or spaces at the end of the line and I press enter the space char is inserted instead of tab. If it's a feature - I'd be grateful if you make a checkbox that allows to turn it off ;). If it's a bug - I'm sure it's easy to fix it.
Sorry for my bad english :]
Best regards
VoiD
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, Word!
Dev-C++ is a very nice IDE, but... There's one anoying thing. When I write something like this:
if (blah) blah();
and put the cursor right before "blah();" and press enter, I expect the editor to instert newline char, tab char and "blah();" (I use tab chars as ident chars). It works fine if I there is nothing on the right side of the cursor when I press enter. Unchecking "Keep Trailing Spaces" helped a lot and now there's no problem when I have spaces at the end of the line. If there is anything else then tabs or spaces at the end of the line and I press enter the space char is inserted instead of tab. If it's a feature - I'd be grateful if you make a checkbox that allows to turn it off ;). If it's a bug - I'm sure it's easy to fix it.
Sorry for my bad english :]
Best regards
VoiD