On Fri, Dec 9, 2016 at 8:14 PM, Jason H <[email protected]> wrote: > In QML we have lot of closures > The bottom of my QML Files is always: > ........} > ......} > ....} > ..} > } > > It would be cool if it could tie in with the show-whitespace feature and > provide some decoration (not a part of the file) > > ........} // Row: buttonRow (id: buttonRow) > ......} // Column > ....} // Flickable > ..} //Item > } // Rectagle > > I often use actual comments, but they get messed up via various > modifications > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/qt-creator >
Source Insight has this feature, and it looks useful. See here <http://www.sourceinsight.com/docs35/af915346.htm>. If I understand correctly, the annotations are only shown for >=20 lines long blocks by default. - Orgad
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
