Re: [JPP-Devel] Window menu patch

2007-09-06 Thread Michaël Michaud
Hi, Thanks for the links I tried the patched version from the svn repository Everything is working fine for me :-) Michael Paul Austin a écrit : >Michael, > >It has been committed. > >Here is a patch command for windows >http://gnuwin32.sourceforge.net/packages/patch.htm > >Or you can use torto

Re: [JPP-Devel] Window menu patch

2007-09-06 Thread Paul Austin
Michael, It has been committed. Here is a patch command for windows http://gnuwin32.sourceforge.net/packages/patch.htm Or you can use tortoisesvn http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-patch.html#tsvn-dug-patch-2 Paul ---

Re: [JPP-Devel] Window menu patch

2007-09-05 Thread Michaël Michaud
Hi Paul, Sorry not to give feed back about your patches (I don't use eclipse neither *nix and always face a problem with the patch file you send - I have to find a solution as this is the standard way to test someone else modification). Anyway, If you commit the change, I'll update my code and

Re: [JPP-Devel] Window menu patch

2007-09-05 Thread Paul Austin
I'm going to check this patch in Paul Austin wrote: > All, > > I have created a patch which should remove the hard coding of the number > of items in the Window menu. This allows use to expand the window menu > as required in plugins without needing to modify > com.vividsolutions.jump.workbench.ui

[JPP-Devel] Window menu patch

2007-09-04 Thread Paul Austin
All, I have created a patch which should remove the hard coding of the number of items in the Window menu. This allows use to expand the window menu as required in plugins without needing to modify com.vividsolutions.jump.workbench.ui.WorkbenchFrame. Can someone apply the following patch to their