Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Patch to get GNU Indent plugin to work with AStyle

Hi,

The attached patch makes it possible to use the GNU Indent CDT plugin
with astyle (http://astyle.sourceforge.net/), provided astyle is
accessible on PATH as "indent" (or "indent.exe" on Windows).

Version 1.0.1 of the GNU Indent CDT plugin did not work with AStyle
because the created temporary file was not closed before invoking the
tool. This patch addresses this issue.

Regards,

Sebastien

Attachment: IndentFormatter.java.patch
Description: Binary data


Back to the top