yateanieys - 2015-03-06

I’m trying to improve the readability of my code within Dev C++.

Is there a way to set up the editor to insert a space between each identifier and symbol after pressing the carriage return key? I have tried just about everything in the editor options and nothing seems to work. I used to use an editor that did this, but I really like the flexibility of Dev C++ and I will still continue to use it if not.

For instance, could I set up the editor so when I type

cout<<Answer: <<varA+(varB/varC)<<endl;

and press the carriage return, the editor would insert a space between the symbols and identifiers to yield

cout << Answer:  << varA + (varB / varC) << endl;

Thanks for the help!
~Ya-te

 

Last edit: yateanieys 2015-03-06