AStyle
Posted: Mon Jul 08, 2019 10:20 am
I need to use Artistic Style as a plugin in order not to become mad comparing some source files that were reformatted.
I set up a plugin with astyle.exe and "< $INPUTFILEPATH" as argument.
Used alone, "astyle.exe < foo.c" works perfectly and puts its output on the stdout.
When used inside EDP with the above argument I get an empty file (stdout) and on stderr:

I set up a plugin with astyle.exe and "< $INPUTFILEPATH" as argument.
Used alone, "astyle.exe < foo.c" works perfectly and puts its output on the stdout.
When used inside EDP with the above argument I get an empty file (stdout) and on stderr:
I solved the problem using the alternative syntax "--stdin=$INPUTFILEPATH", but why the previous argument didn't work?No file to process <
Artistic Style has terminated