Menu

Auto indent function

Mab
2007-12-02
2012-09-26
  • Mab

    Mab - 2007-12-02

    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

     
    • Anonymous

      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).

       
    • Osito

      Osito - 2007-12-03

      The dev editor does have its own Auto Indent feature under Tools - Editor Options.

       
      • Mab

        Mab - 2007-12-03

        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).

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.