_____

Dowloading Findent

The bleeding edge is available here. The current version is 4.3.2 .

Previous versions are available on sourceforge

Note: the Chromium browser translates the character '~' into '_' in the name of a downloaded file.

Findent

findent is available as source for Linux and OS-X and as executable for Windows:

Linux/OS-X source: findent-4.3.2.tar.gz

Installation:

   tar xf findent-4.3.2.tar.gz
   cd findent-4.3.2  
   ./configure --prefix=/usr/local 

If you want findent to understand the ESOPE extensions (see http://www-cast3m.cea.fr/html/esope/node1.html):

    ./configure --prefix=/usr/local --with-esope

    make  
    make check            # optional, runs comprehensive checks
    sudo make install     # for systems with sudo: Debian, UBUNTU, Linux MINT, ...
    su -c 'make install'  # for systems without sudo: Redhat, Scientifix Linux, ...

Windows executable: findent-4.3.2.zip

Extract the zip file and place findent.exe and wfindent.bat in a convenient place.