QtCreator cannot display .rep file format
-
I used to see .rep files correctly in QtCreator but after a full reinstall (Qt 6.5.2 on Ubuntu 22.04.5)
it cannot display .rep file format instead i see some strange binary table and text without line breaks.
Compilation and execution of code with replicas still work.Is there some option which i have to set in QtCreator or some library missing?
-
Fixed:
With help of https://doc.qt.io/qtcreator/creator-mime-types.html
I could change Mime Type Handler for .rep to Plain Text Editor. -
@majorRonk: With .rep files, do you mean https://doc.qt.io/qt-6/qtremoteobjects-repc.html ?
-
@majorRonk: With .rep files, do you mean https://doc.qt.io/qt-6/qtremoteobjects-repc.html ?
-
@majorRonk I've created https://bugreports.qt.io/browse/QTCREATORBUG-32522 to track this issue.
Regards