Re: [JPP-Devel] converting MoveSelectedItemsTool to PlugIn

2011-05-13 Thread Larry Becker
The code can just be copied over.  The only hard part is the new
translations.

Larry

On Fri, May 13, 2011 at 1:09 PM, Arnd Kielhorn  wrote:

> Hello Larry,
>
> that is a really useful function. Is there a possibility to implement it in
> OJ?
>
> Kindly regards
> Arnd
>
> > Hi Peppe,
> >
> >   I think I know what kind of functionality you are talking about.
> > SkyJUMP
> > has modified the Move Along Angle tool to include a "duplicate before
> > move"
> > option.  It allows you to enter the number of duplicates too.  I've
> > attached
> > a screen shot.
> >
> > regards,
> >
> > Larry
> >
> > On Thu, May 12, 2011 at 11:41 AM, Giuseppe Aruta
> > wrote:
> >
> > > I know pastItemAtPoint PlugIn and I use it frequently. Clone Item shoud
> > do
> > > something similar but with the possibility to move the feature before
> to
> > > passte it. Anyhow, I will explore this possibility when I have a laptop
> > with
> > > me
> > >
> > > Peppe
> > >
> > >  *Da:* Michaël Michaud 
> > > *A:* jump-pilot-devel@lists.sourceforge.net
> > > *Inviato:* Giovedì 12 Maggio 2011 13:10
> > >
> > > *Oggetto:* Re: [JPP-Devel] converting MoveSelectedItemsTool to PlugIn
> > > Le 04/05/2011 12:17, Giuseppe Aruta a écrit :
> > >
> > >   Or I can invert my problem:
> > > How can I call CopyItemPlugIn and PasteItem PlugIn inside
> > > MoveSelectedItemTool to have a Clone effect.
> > >
> > > Do you know the PasteItemsAtPlugIn ?It seems to do what you want :
> > select
> > > features, right click in the view at the place where you want to clone
> > your
> > > features, choose paste at (Incolla elementi al punto)You can even
> create
> > a
> > > shortcut with Larry's EZButton to avoid to right-click-choose-menu item
> > > operation.Michaël
> > >
> > >   Peppe
> > >
> > > --- *Mer 4/5/11, Giuseppe Aruta
> > 
> > > * ha scritto:
> > >
> > >
> > > Da: Giuseppe Aruta  
> > > Oggetto: Re: [JPP-Devel] converting MoveSelectedItemsTool to PlugIn
> > > A: "OpenJump develop and use"
> > <
> jump-pilot-devel@lists.sourceforge.net>
> > > Data: Mercoledì 4 maggio 2011, 08:46
> > >
> > >   Hi Michael,
> > > I was working around CAD like tools.
> > > A MacroPlugin like
> > > CopyPlugIn
> > > PastePlugIn
> > > MoveSelectedItem(PlugIn)
> > > will define a clone item tool.
> > >
> > > Peppe
> > >
> > > --- *Mar 3/5/11, Michaël Michaud
> > 
> > > * ha scritto:
> > >
> > >
> > > Da: Michaël Michaud   >
> > > Oggetto: Re: [JPP-Devel] converting MoveSelectedItemsTool to PlugIn
> > > A: "OpenJump develop and use"
> > <
> jump-pilot-devel@lists.sourceforge.net>
> > > Data: Martedì 3 maggio 2011, 21:23
> > >
> > > Hi Peppe,A CursorTool is basically a MouseListener.If you convert it to
> > a
> > > plugin, how will define the translation parameters ?I think it is
> > possible
> > > to re-use a part CursorTool's code for a PlugIn, but I can't see a
> > generic
> > > way to convert from one to another.Can you give more details about your
> > > use-case ?MichaëlLe 03/05/2011 11:04, Giuseppe Aruta a écrit :
> > >
> > >
> > > Hi all,
> > > is there a general way to convert a Tool into a PlugIn? I want to use
> > > MoveSelectedItemsTool into a MacroPlugIn.
> > >
> > > regards
> > >
> > > Peppe
> > >
> > >
> > >
> >
> --
> > > WhatsUp Gold - Download Free Network Management Software
> > > The most intuitive, comprehensive, and cost-effective network
> > > management toolset available today.  Delivers lowest initial
> > > acquisition cost and overall TCO of any competing
> > solution.http://p.sf.net/sfu/whatsupgold-sd
> > >
> > >
> > > ___
> > > Jump-pilot-devel mailing
> > listJump-pilot-devel@lists.sourceforge.nethttps://
> lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> > >
> > >
> > > -Segue allegato-
> > >
> > >
> >
> --WhatsUp
> > > Gold - Download Free Network Management SoftwareThe most intuitive,
> > > comprehensive, and cost-effective network management toolset available
> > > today.  Delivers lowest initial acquisition cost and overall TCO of any
> > > competing solution.http://p.sf.net/sfu/whatsupgold-sd
> > >
> > > -Segue allegato-
> > >
> > > ___Jump-pilot-devel mailing
> > > listjump-pilot-de...@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> > >
> > >
> > > -Segue allegato-
> > >
> > >
> >
> --WhatsUp
> > > Gold - Download Free Network Management SoftwareThe most intuitive,
> > > comprehensive, and cost-effective network management toolset available
> > > today.  Delivers lowest initial acquisition cost and overall TCO of any
> > > competing solution.http://p.sf.net/sfu/whatsupgold-sd
> > >
> > > -Segue allegato-
> > >
> > > _

Re: [JPP-Devel] converting MoveSelectedItemsTool to PlugIn

2011-05-13 Thread Arnd Kielhorn
Hello Larry,

that is a really useful function. Is there a possibility to implement it in OJ?

Kindly regards
Arnd

> Hi Peppe,
> 
>   I think I know what kind of functionality you are talking about. 
> SkyJUMP
> has modified the Move Along Angle tool to include a "duplicate before
> move"
> option.  It allows you to enter the number of duplicates too.  I've
> attached
> a screen shot.
> 
> regards,
> 
> Larry
> 
> On Thu, May 12, 2011 at 11:41 AM, Giuseppe Aruta
> wrote:
> 
> > I know pastItemAtPoint PlugIn and I use it frequently. Clone Item shoud
> do
> > something similar but with the possibility to move the feature before to
> > passte it. Anyhow, I will explore this possibility when I have a laptop
> with
> > me
> >
> > Peppe
> >
> >  *Da:* Michaël Michaud 
> > *A:* jump-pilot-devel@lists.sourceforge.net
> > *Inviato:* Giovedì 12 Maggio 2011 13:10
> >
> > *Oggetto:* Re: [JPP-Devel] converting MoveSelectedItemsTool to PlugIn
> > Le 04/05/2011 12:17, Giuseppe Aruta a écrit :
> >
> >   Or I can invert my problem:
> > How can I call CopyItemPlugIn and PasteItem PlugIn inside
> > MoveSelectedItemTool to have a Clone effect.
> >
> > Do you know the PasteItemsAtPlugIn ?It seems to do what you want :
> select
> > features, right click in the view at the place where you want to clone
> your
> > features, choose paste at (Incolla elementi al punto)You can even create
> a
> > shortcut with Larry's EZButton to avoid to right-click-choose-menu item
> > operation.Michaël
> >
> >   Peppe
> >
> > --- *Mer 4/5/11, Giuseppe Aruta
> 
> > * ha scritto:
> >
> >
> > Da: Giuseppe Aruta  
> > Oggetto: Re: [JPP-Devel] converting MoveSelectedItemsTool to PlugIn
> > A: "OpenJump develop and use"
> 
> > Data: Mercoledì 4 maggio 2011, 08:46
> >
> >   Hi Michael,
> > I was working around CAD like tools.
> > A MacroPlugin like
> > CopyPlugIn
> > PastePlugIn
> > MoveSelectedItem(PlugIn)
> > will define a clone item tool.
> >
> > Peppe
> >
> > --- *Mar 3/5/11, Michaël Michaud
> 
> > * ha scritto:
> >
> >
> > Da: Michaël Michaud  
> > Oggetto: Re: [JPP-Devel] converting MoveSelectedItemsTool to PlugIn
> > A: "OpenJump develop and use"
> 
> > Data: Martedì 3 maggio 2011, 21:23
> >
> > Hi Peppe,A CursorTool is basically a MouseListener.If you convert it to
> a
> > plugin, how will define the translation parameters ?I think it is
> possible
> > to re-use a part CursorTool's code for a PlugIn, but I can't see a
> generic
> > way to convert from one to another.Can you give more details about your
> > use-case ?MichaëlLe 03/05/2011 11:04, Giuseppe Aruta a écrit :
> >
> >
> > Hi all,
> > is there a general way to convert a Tool into a PlugIn? I want to use
> > MoveSelectedItemsTool into a MacroPlugIn.
> >
> > regards
> >
> > Peppe
> >
> >
> >
> --
> > WhatsUp Gold - Download Free Network Management Software
> > The most intuitive, comprehensive, and cost-effective network
> > management toolset available today.  Delivers lowest initial
> > acquisition cost and overall TCO of any competing
> solution.http://p.sf.net/sfu/whatsupgold-sd
> >
> >
> > ___
> > Jump-pilot-devel mailing
> listJump-pilot-devel@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
> >
> > -Segue allegato-
> >
> >
> --WhatsUp
> > Gold - Download Free Network Management SoftwareThe most intuitive,
> > comprehensive, and cost-effective network management toolset available
> > today.  Delivers lowest initial acquisition cost and overall TCO of any
> > competing solution.http://p.sf.net/sfu/whatsupgold-sd
> >
> > -Segue allegato-
> >
> > ___Jump-pilot-devel mailing
> > listjump-pilot-de...@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
> >
> > -Segue allegato-
> >
> >
> --WhatsUp
> > Gold - Download Free Network Management SoftwareThe most intuitive,
> > comprehensive, and cost-effective network management toolset available
> > today.  Delivers lowest initial acquisition cost and overall TCO of any
> > competing solution.http://p.sf.net/sfu/whatsupgold-sd
> >
> > -Segue allegato-
> >
> > ___Jump-pilot-devel mailing
> > listjump-pilot-de...@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
> >
> >
> --
> > WhatsUp Gold - Download Free Network Management Software
> > The most intuitive, comprehensive, and cost-effective network
> > management toolset available today.  Delivers lowest initial
> > acquisition cost and overall TCO of any competing
> solution.http://p.sf.net/sfu/whatsupgold-sd
> >
> >

Re: [JPP-Devel] OpenJUMP 1.4.1 translation

2011-05-13 Thread Sunburned Surveyor
Thanks guys.

Landon

2011/5/12 Michaël Michaud :
> Le 12/05/2011 15:35, Ruzicka Jan a écrit :
>
> Hi,
>
> here is the translation.
>
> Committed,
> thanks for the translation,
>
> Michaël
>
> Kind regards
>
> Jan
> 
> From: Michaël Michaud [michael.mich...@free.fr]
> Sent: Monday, May 09, 2011 10:50 PM
> To: OpenJump develop and use
> Subject: Re: [JPP-Devel] OpenJUMP 1.4.1 translation
>
> Le 09/05/2011 09:59, Ruzicka Jan a écrit :
>
> Hi,
>
> I wiil do the translation.
>
> Thanks,
>
> Nice to hear from you.
> I'm waiting for your file.
>
> Michaël
>
> Regards
>
> Jan
> 
> From: Michaël Michaud [michael.mich...@free.fr]
> Sent: Monday, May 09, 2011 9:08 AM
> To: OpenJump develop and use; openjump-us...@googlegroups.com
> Subject: [JPP-Devel] OpenJUMP 1.4.1 translation
>
> Hi,
>
> Here are the keys to be translated for the next version of OpenJUMP (1.4.1)
> Original files are dowloadable from the svn
> http://jump-pilot.svn.sourceforge.net/viewvc/jump-pilot/core/trunk/src/language/
>
> Let me know who can work on these translations
> There are still a few differences between language files that I must check.
> I'll update this file next week
>
> main or current translators are
> (please, let me know if there are errors, if you can, or if you cannot
> work on translation)
>
> jump_cz : Jan Ruzicka ?
> jump_de : Stefan Steiniger (Uwe Dallüge, Edgar Soldin, Andreas Schmitz)
> jump_en :
> jump_es : Nacho Uve and Giuseppe Aruta
> jump_fi : Jukka Rahkonen
> jump_fr : Michaël Michaud
> jump_hu : Istvan Stefan and Zoltan Siki
> jump_it : Giuseppe Aruta
> jump_ja : Hisaiji Ono
> jump_ml : Mohammed Rashad K.M
> jump_pt :
> jump_pt_BR : Christiano Almeida
> jump_zh_CN : Bing Ran ?
> jump_zh_HK : Bing Ran ?
>
> Michaël
>
>
> --
> WhatsUp Gold - Download Free Network Management Software
> The most intuitive, comprehensive, and cost-effective network
> management toolset available today.  Delivers lowest initial
> acquisition cost and overall TCO of any competing solution.
> http://p.sf.net/sfu/whatsupgold-sd
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>
>
> --
> WhatsUp Gold - Download Free Network Management Software
> The most intuitive, comprehensive, and cost-effective network
> management toolset available today.  Delivers lowest initial
> acquisition cost and overall TCO of any competing solution.
> http://p.sf.net/sfu/whatsupgold-sd
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
> --
> Achieve unprecedented app performance and reliability
> What every C/C++ and Fortran developer should know.
> Learn how Intel has extended the reach of its next-generation tools
> to help boost performance applications - inlcuding clusters.
> http://p.sf.net/sfu/intel-dev2devmay
>
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>
> --
> Achieve unprecedented app performance and reliability
> What every C/C++ and Fortran developer should know.
> Learn how Intel has extended the reach of its next-generation tools
> to help boost performance applications - inlcuding clusters.
> http://p.sf.net/sfu/intel-dev2devmay
> ___
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>

--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel