Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.9.0
-
None
-
Debian "Stretch" Linux
-
-
ccb5f2302db7269592aaa0a2952d69bac8303737 (qt-creator/qt-creator/4.9)
Description
The plain text editor seems to have lost the ability to fold sub-elements of .ui/.xml files, somewhere since (I think) version 4.8 . After a recent update I can't fold blocks of XML to hide them. This is a real PITA as I've been using the ability to fold and cut and paste blocks of XML in Qt Designer forms to get around that stand-alone / Qt Creator plugin evil feature of not maintaining the items in a QGridLayout in any sort of order which makes for a massive amount of noise in a diff for even a minor change in any source code versioning system such as Git...