qt creator: issue with issue pane
-
Hi, there's an issue with issue pane :)
Everything should be clear from next screenshot
Gcc error parser is working, there's a line and file but it cannot take me to issue and not showing issue in source file. Maybe it because I used "Import project" but it should work in theory. Is this a my bug or feature was not implemented yet? Thanks.
-
Hi,
Does it also not react on double click ?
-
Can you describe exactly what kind of project it is ? Do you experience the same with other projects ?
-
@SGaist This is Code Composer Studio 6 project, I don't like much editor and navigation in it so I used "Import project" in QtCreator to import the sources. I created a new kit and put Ti's gcc compiler for C55xx architecture and gmake screenshot.
@SGaist said:
Do you experience the same with other projects ?
Well it's working fine with other projects: cmake, qmake, etc., but in my case I used "Import project" I didn't create it in qtcreator, I imported it so maybe this feature wasn't implemented yet.
-
Is it a Makefile project ?
-
Can you create a small example that reproduce this behavior ?