Can i use this program under Dev?
How i can setup?
Is in Dev some functions that work like this program?
thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2007-12-03
You can integrate the indent utility with Dev-C++ to some extend via the Tools menu customisation feature. However you need to be cautious, the utility will operate on the saved copy of the file, not the version in the editor. You need to ensure that you have saved any changes before running the tool, otherwise you will loose your changes when Dev-C++ reloads the file.
When I need to format code posted to this forum, I generally use the Visual C++ Express Edition IDE (free), or CodeWright (not free, and no longer sold).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I know that there is a simply program that i can use for indent my programs:
http://gnuwin32.sourceforge.net/packages/indent.htm
Can i use this program under Dev?
How i can setup?
Is in Dev some functions that work like this program?
thanks
You can integrate the indent utility with Dev-C++ to some extend via the Tools menu customisation feature. However you need to be cautious, the utility will operate on the saved copy of the file, not the version in the editor. You need to ensure that you have saved any changes before running the tool, otherwise you will loose your changes when Dev-C++ reloads the file.
When I need to format code posted to this forum, I generally use the Visual C++ Express Edition IDE (free), or CodeWright (not free, and no longer sold).
The dev editor does have its own Auto Indent feature under Tools - Editor Options.
Yes... i know. But i cant change the indentation "Style", or the other preferences that i can use under "Indent" (the program that i have linked).