Adding submenu items to GPS
Arjan van Dijk <[email protected]> Mon, 3 Mar 2008 14:05:09 +0100
| Newsgroups | gmane.comp.ide.gps.user |
|---|---|
| Message-ID | <OF4DFF867F.EA4D8587-ONC1257401.004744C6-C1257401.0047E231@notesmail.rivm.nl> |
Hi!
Following the documentation, I have tried to add a new submenu to GPS, with
two entries.
I wrote a small file named puffcustom.xml which is located in
c:\MingW\share\gps\plug-ins\.
The following code does actually add a new submenu item, but this submenu
does not
have any entries, only a small piece of sand shows up directly below the
menu-tag "Puff_Tools":
<?xml version="1.0"?>
<GPS>
<submenu after="File">
<title>Puff_Tools</title>
<menu action="execute my stats">
<title>unit testing/stats</title>
</menu>
<menu action="execute my stats2">
<title>unit testing/stats2</title>
</menu>
</submenu>
</GPS>
How can I make the sub-entries of Puff_Tools visible?
Regards,
Arjan