Skip to content

Fix frame title in structure view

Rafał Lalik requested to merge fizyk/kile:structure_view_fix into master

The frame may have additional option '[fragile]' used when verbatim or similar kind of environments are used in it. Then, the frame title is not recognised as parser looks directly for title inside {} brackets. This commit fixes this and the frame name is properly displayed in the structure tree.

Merge request reports