Discussion:
[Dev-C++] Auto-indent
Vesa-Matti
2003-06-30 14:43:08 UTC
Permalink
Can Dev-C++ automatically indent the code?
If it can, how it can be enabled/configured?
Vesa-Matti
2003-06-30 17:24:14 UTC
Permalink
To my previous question.
There=B4s a checkbox labeled Auto Indent in the Tools>>Editor options
menu, but checking it doesn=B4t seem to have any effect. Currently the =
IDE
only prints everything to the same column regardless of curly brackets
and everything.
Post by Vesa-Matti
Can Dev-C++ automatically indent the code?
If it can, how it can be enabled/configured?
Avik Ghose
2003-06-30 20:32:06 UTC
Permalink
That's the best the IDE can do :-).

Vesa-Matti <***@mbnet.fi> wrote:To my previous question.
ThereŽs a checkbox labeled Auto Indent in the Tools>>Editor options
menu, but checking it doesnŽt seem to have any effect. Currently the IDE
only prints everything to the same column regardless of curly brackets
and everything.
Post by Vesa-Matti
Can Dev-C++ automatically indent the code?
If it can, how it can be enabled/configured?
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Dev-cpp-users mailing list
Dev-cpp-***@lists.sourceforge.net
TO UNSUBSCRIBE: http://www.noicys.cjb.net/devcpp/ub.htm
https://lists.sourceforge.net/lists/listinfo/dev-cpp-users


Thanx and Regards
Avik Ghose
SMS using the Yahoo! Messenger;Download latest version.
Per Westermark
2003-06-30 21:11:16 UTC
Permalink
Auto-indent here is what happens when you add new lines in the editor.

To allow change of indenting in existing code, look for the program
"indent".

/Per W
Post by Avik Ghose
That's the best the IDE can do :-).
There=B4s a checkbox labeled Auto Indent in the Tools>>Editor options
menu, but checking it doesn=B4t seem to have any effect. Currently the ID=
E
Post by Avik Ghose
only prints everything to the same column regardless of curly brackets
and everything.
Post by Vesa-Matti
Can Dev-C++ automatically indent the code?
If it can, how it can be enabled/configured?
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Dev-cpp-users mailing list
TO UNSUBSCRIBE: http://www.noicys.cjb.net/devcpp/ub.htm
https://lists.sourceforge.net/lists/listinfo/dev-cpp-users
Thanx and Regards
Avik Ghose
SMS using the Yahoo! Messenger;Download latest version.
Loading...