QtCreator auto opens first file in project tree
-
I have an issue with QtCreator openning the first file of the first folder in the project tree every time I open *.qmlproject (both manually or on session restore).
The project tree is sorted in the aphabetical order, so it opens whatever starts with A. Specifically it opens a *.qml file, that is in the first folder, in the root directory. There are other files in the root (both *.qml and the *.qmlproject file itself), but it ignores them.
I searched extensively through settings, looked for similar issues on the internet, but found nothing. Reinstalling QtCreator didn't help. Removing QtCreator settings folder in %appdata% didn't help either. The issue persists and I kinda have no clue how to debug it or where else to look.
The fact that qtcreator doesn't have self logging (at least release version doesn't seem to have it) is not helping too.[UPD]
If the session has multiple qmlprojects, it does it for each of them.[UPD2]
I'm using Qt 5.15.2 and QtCreator 12.0.1 -
C Christian Ehrlicher moved this topic from General and Desktop on