Re: [Mono-list] monodevelop perforce addin work

2013-07-09 Thread Lluis Sanchez Gual
The ids of the CommandItem elements must match the ids of the commands. Also, make sure you define an enum value for each command. See http://monodevelop.com/Developers/Articles/The_Command_System. El 02/07/2013, a las 10:07, Ian Norton escribió: > Hiya, > > I'm trying to add some command ex

[Mono-list] monodevelop perforce addin work

2013-07-02 Thread Ian Norton
Hiya, I'm trying to add some command extensions for my p4 addin for monodevelop, I've got a bit lost. https://github.com/inorton/XR.Mono.Perforce/blob/master/XR.MonoDevelop.Perforce/XR.MonoDevelop.Perforce.addin.xml The xml results in menu items rather than "Edit file.." or "Submit changes.." a