Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 4.14.0
-
None
-
Qt Creator 4.14.0 (commercial)
Tested on Windows, Linux & MacOS
Description
The QML reformatter (Tools->QML/JS->Reformat File) erases inline component definitions, breaking the code. Reformatting the following:
component InlineComponent: Item { id: anEmptyItem }
becomes:
Item { id: anEmptyItem }