Format and Indent with menucascade
Posted: Fri Jun 05, 2015 8:40 am
Hello,
We are creating files with menucascade added to the Preserve space list of elements, but we have some existing files which were written before that, so we have both "styles" of menucascade, sometimes in the same file, like this:
Partly for consistency's sake and partly because we've been asked by translators, we're wondering if there is a way to use Format and Indent to make the non-inline menucascade display the same way as the inline menucascade. (Or is this something you could only do with Find and Replace?)
Cheers,
Eddie.
We are creating files with menucascade added to the Preserve space list of elements, but we have some existing files which were written before that, so we have both "styles" of menucascade, sometimes in the same file, like this:
Code: Select all
<step>
<cmd>Click <menucascade><uicontrol>This</uicontrol><uicontrol>That</uicontrol><uicontrol>The Other</uicontrol></menucascade> and run.</cmd>
</step>
<step>
<cmd>Click <menucascade>
<uicontrol>This</uicontrol>
<uicontrol>That</uicontrol>
<uicontrol>The Other</uicontrol>
</menucascade> and run.</cmd>
</step>
Cheers,
Eddie.