External Tool Output Window Parsing
Posted: Mon Apr 10, 2017 8:37 am
Hi there,
I have recently started using CodeLite and am very impressed. By far the best combination of easy-to-use while being complex enough to do all the things I want.
I am using it as an IDE for embedded ARM development using GCC.
I am in the process of setting up Lint to use for static analysis, have set it up as an external tool where the output shows up in the 'Output' tab below the code. Is there a way (may using the build patterns ?) to add the ability where I click on a Lint warning and the IDE jumps to the file and line of the warning, similar to what the build output window does with warnings and errors ?
On a side note, for some reason I don't seem to be able to set an external tool ID for the first external tool in the list, which makes it not work. Seems like it might be a bug in the IDE ?
Any advice appreciated!
I have recently started using CodeLite and am very impressed. By far the best combination of easy-to-use while being complex enough to do all the things I want.
I am using it as an IDE for embedded ARM development using GCC.
I am in the process of setting up Lint to use for static analysis, have set it up as an external tool where the output shows up in the 'Output' tab below the code. Is there a way (may using the build patterns ?) to add the ability where I click on a Lint warning and the IDE jumps to the file and line of the warning, similar to what the build output window does with warnings and errors ?
On a side note, for some reason I don't seem to be able to set an external tool ID for the first external tool in the list, which makes it not work. Seems like it might be a bug in the IDE ?
Any advice appreciated!