On Sat, Aug 2, 2008 at 7:57 PM, Nate Lowrie <[EMAIL PROTECTED]> wrote:
> I have the following menu entry that produces the menu in this picture
> http://img.photobucket.com/albums/v663/Solodex/Dabo/menunormal.png
>
>        <MenuPanel Caption="Document" HelpText="" MRU="False">
>                <MenuItemPanel HotKey="Alt+Shift+E" Picture="" 
> HelpText="Toggle EOL
> Characters" Action="form.onToggleEolCharacters" Caption="EOL
> Characters" MenuType="check"></MenuItemPanel>
>                <MenuItemPanel HotKey="Alt+Shift+S" Picture="" HelpText="Toggle
> White Space Characters" Action="form.onToggleWhitespaceCharacters"
> Caption="Whitespace Characters" MenuType="check"></MenuItemPanel>
>                <MenuItemPanel HotKey="Alt+Shift+W" Picture="" 
> HelpText="Toggle Word
> Wrap" Action="form.onToggleWordWrap" Caption="Word Wrap"
> MenuType="check"></MenuItemPanel>
>                <SeparatorPanel></SeparatorPanel>
>                <MenuItemPanel HotKey="Alt+Shift+C" Picture="" 
> HelpText="Toggle Code
> Folding" Action="form.onToggleCodeFolding" Caption="Code Folding"
> MenuType="check"></MenuItemPanel>
>        </MenuPanel>
>
> I change the menu entry to the following and I get this picture
> http://img.photobucket.com/albums/v663/Solodex/Dabo/menumessedup.png
>
>        <MenuPanel Caption="Document" HelpText="" MRU="False">
>                <MenuItemPanel HotKey="Alt+Shift+E" Picture="" 
> HelpText="Toggle EOL
> Characters" Action="form.onToggleEolCharacters" Caption="EOL
> Characters" MenuType="check"></MenuItemPanel>
>                <MenuItemPanel HotKey="Alt+Shift+S" Picture="" HelpText="Toggle
> White Space Characters" Action="form.onToggleWhitespaceCharacters"
> Caption="Whitespace Characters" MenuType="check"></MenuItemPanel>
>                <MenuItemPanel HotKey="Alt+Shift+W" Picture="" 
> HelpText="Toggle Word
> Wrap" Action="form.onToggleWordWrap" Caption="Word Wrap"
> MenuType="check"></MenuItemPanel>
>                <SeparatorPanel></SeparatorPanel>
>                <MenuItemPanel HotKey="Alt+Shift+C" Picture="" 
> HelpText="Toggle Code
> Folding" Action="form.onToggleCodeFolding" Caption="Code Folding"
> MenuType="check"></MenuItemPanel>

*** Added these two normal menu items ***

>                <MenuItemPanel HotKey="Ctrl+I" Picture="" HelpText="Expand All 
> Code
> Folding" Action="form.onExpandAllCodeFolding" Caption="Expand
> All"></MenuItemPanel>
>                <MenuItemPanel HotKey="Ctrl+Shift+I" Picture="" 
> HelpText="Collapse
> All Code Folding" Action="form.onCollapseAllCodeFolding"
> Caption="Collapse All"></MenuItemPanel>

***

>        </MenuPanel>
>


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to