<ui>
    <menubar name="MenuBar">
        <menu action="Edit" label="_Edit">
            <menu action="Selection" icon="convert" label="_Selected">
                <menuitem action="plugin__editselected__hilite" icon="bold" label="H_il_ite" tooltip="apply the TextTag defined in config.flauxtext as foundtexttagstyle to the current selection"/>
                <menuitem action="plugin__editselected__unhilite" icon="clear" label="Remove Hilight Ta_gs" tooltip="restore the text to its un-hilighted state"/>
                <menuitem action="plugin__editselected__swapcase" label="Swap _Case" tooltip="swaps the case of each [selected] character"/>
                <menuitem action="plugin__editselected__lower" label="_Lower" tooltip="change all [selected] uppercase chars to lowercase"/>
                <menuitem action="plugin__editselected__capitalizesentence" label="Capitalize Sentences" tooltip="raise all [selected] chars if they come right after one of .!?"/>
                <menuitem action="plugin__editselected__sort" label="_Sort" tooltip="sort [selected] lines"/>
                <menuitem action="plugin__editselected__sortreverse" label="Sort and _Reverse" tooltip="sort [selected] lines, then reverse them"/>
                <menuitem action="plugin__editselected__rot13" label="rot 1_3"/>
                <menuitem action="plugin__editselected__rot47" label="rot 4_7" tooltip="variant on the rot13 cipher which uses ascii chars from number 33 [the exclamation point] to 126 [tilde]"/>
                <menuitem action="plugin__editselected__atbash26" label="Atbash 2_6" tooltip="based on the ancient hebrew encryption; a=z, b=y, c=x, ..."/>
                <menuitem action="plugin__editselected__charreverse" label="Re_verse by Character"/>
                <menuitem action="plugin__editselected__translate" label="Tr_anslate" tooltip="prompt for strings to pass to str.translate(string.maketrans(...),...)"/>
                <menuitem action="plugin__editselected__tabsto4spaces" label="Tabs to _4 Spaces"/>
                <menuitem action="plugin__editselected__tabsto8spaces" label="Tabs to _8 Spaces"/>
                <menuitem action="plugin__editselected__spacestotabs" label="Spaces to Tabs" tooltip="replaces all sets of 8 spaces with tabs"/>
                <menuitem action="plugin__editselected__spaceselected" label="Add a _Space" hotkey="control+space"/>
                <menuitem action="plugin__editselected__stripspaceselected" label="Stri_p a Leading Space" hotkey="control+shift+space"/>
                <menuitem action="plugin__editselected__adjustindentation" label="A_djust Indentation"/>
                <menuitem action="plugin__editselected__commentout" label="Co_m_ment out" tooltip="detects language based on file ext, and appropriately comments out selected lines"/>
                <menuitem action="plugin__editselected__uncommentout" label="_Uncomment" tooltip="removes commenting strings after selected newlines based on file ext"/>
                <menuitem action="plugin__editselected__htmlescape" label="_HTML Escape" tooltip="converts selected text into HTML escape sequences of the form &amp;#NN;"/>
                <menuitem action="plugin__editselected__htmlunescape" label="HTML _Unescape" tooltip="convert selected HTML escape sequences [&amp;#NN;] into ascii"/>
                <menuitem action="plugin__editselected__htmltotext" label="HTML to Te_xt" tooltip="converts selected/all HTML to text, as if you read it in a terminal browser"/>
                <menuitem action="plugin__editselected__crlf_lf" label="Conver_t [CR]LF to [CR]LF" tooltip="make files written on POSIX compatible with MSNotepad, and vice versa."/>
            </menu>
        </menu>
    </menubar>
</ui>
