I'm using Astyle in Eclipse.
I want to be able to use it on a part of a file, and not on an entire source file (e.g. to beautify only one function in the code, and not the entire source file). How do I do that?
Thanks!
I'm using Astyle in Eclipse.
I want to be able to use it on a part of a file, and not on an entire source file (e.g. to beautify only one function in the code, and not the entire source file). How do I do that?
Thanks!
For now, astyle doesn't support dry runs nor ignoring sections of a file.
So implementing the feature that you are wishing for would probably imply creating a temporary file and invoke astyle to format it.
Maybe you have enough eclipse knowledge to implement that.
Kind regards.