Re: [JPP-Devel] Macro recorder for OpenJUMP (work in progress)

2014-10-25 Thread sukhjit sehra
Respected Sir, I am currently working on openjump topological plugin. i would be thankful if you enlighten me by answering few doubts.:- 1. Why microsegments are removed, what if they are not removed from the data. 2. The following text is from the topology tutorial " The algorithm chooses those

Re: [JPP-Devel] Macro recorder for OpenJUMP (work in progress)

2014-10-15 Thread edgar . soldin
On 12.10.2014 12:31, Michael Michaud wrote: > Hi Ede, >> On 09.10.2014 22:33, Michael Michaud wrote: >>> Hi, >>> Macro recording an action on a selected layer : >>> >>> There is an interesting question about plugins executed on a selected >>> layer >>> or category (some are dia

Re: [JPP-Devel] Macro recorder for OpenJUMP (work in progress)

2014-10-12 Thread Michael Michaud
Hi Ede, > On 09.10.2014 22:33, Michael Michaud wrote: >> Hi, >> Macro recording an action on a selected layer : >> >> There is an interesting question about plugins executed on a selected >> layer >> or category (some are dialogless like delete or copy/paste) >> User starts

Re: [JPP-Devel] Macro recorder for OpenJUMP (work in progress)

2014-10-10 Thread edgar . soldin
On 09.10.2014 22:33, Michael Michaud wrote: > Hi, > Macro recording an action on a selected layer : > > There is an interesting question about plugins executed on a selected > layer > or category (some are dialogless like delete or copy/paste) > User starts a macro, delete

Re: [JPP-Devel] Macro recorder for OpenJUMP (work in progress)

2014-10-09 Thread Michael Michaud
Hi, Macro recording an action on a selected layer : There is an interesting question about plugins executed on a selected layer or category (some are dialogless like delete or copy/paste) User starts a macro, delete selected layer A and stop the macro. What is the expe

Re: [JPP-Devel] Macro recorder for OpenJUMP (work in progress)

2014-10-09 Thread edgar . soldin
On 09.10.2014 13:47, Michael Michaud wrote: > Hi, >> On 06.10.2014 13:28, Michael Michaud wrote: >>> Hi, >>> >>> Macro recording an action on a selected layer : >>> >>> There is an interesting question about plugins executed on a selected layer >>> or category (some are dialogless like delete or co

Re: [JPP-Devel] Macro recorder for OpenJUMP (work in progress)

2014-10-09 Thread Michael Michaud
Hi, > On 06.10.2014 13:28, Michael Michaud wrote: >> Hi, >> >> Macro recording an action on a selected layer : >> >> There is an interesting question about plugins executed on a selected layer >> or category (some are dialogless like delete or copy/paste) >> User starts a macro, delete selected lay

Re: [JPP-Devel] Macro recorder for OpenJUMP (work in progress)

2014-10-06 Thread edgar . soldin
On 06.10.2014 20:39, Michael Michaud wrote: > Hi >> >>> Hi, >>> >>> Macro recording an action on a selected layer : >>> >>> There is an interesting question about plugins executed on a selected layer >>> or category (some are dialogless like delete or copy/paste) >>> User starts a macro, delete sel

Re: [JPP-Devel] Macro recorder for OpenJUMP (work in progress)

2014-10-06 Thread Michael Michaud
Hi > >> Hi, >> >> Macro recording an action on a selected layer : >> >> There is an interesting question about plugins executed on a selected layer >> or category (some are dialogless like delete or copy/paste) >> User starts a macro, delete selected layer A and stop the macro. >> What is the expec

Re: [JPP-Devel] Macro recorder for OpenJUMP (work in progress)

2014-10-06 Thread Michael Michaud
Hi Larry, A bold new feature! One question: are you considering the use of BeanShell as the macro language? This would multiply the power of macro recording by making it a first step in script writing. I've thought about it (think it is doable), but I've not yet tried to implement it. Just

Re: [JPP-Devel] Macro recorder for OpenJUMP (work in progress)

2014-10-06 Thread edgar . soldin
On 06.10.2014 13:28, Michael Michaud wrote: > Hi, > > Macro recording an action on a selected layer : > > There is an interesting question about plugins executed on a selected layer > or category (some are dialogless like delete or copy/paste) > User starts a macro, delete selected layer A and st

Re: [JPP-Devel] Macro recorder for OpenJUMP (work in progress)

2014-10-06 Thread edgar . soldin
good idea.. ede On 06.10.2014 15:38, Larry Becker wrote: > Hi Michaël, > > A bold new feature! One question: are you considering the use of BeanShell > as the macro language? This would multiply the power of macro recording by > making it a first step in script writing. > > regards, > >

Re: [JPP-Devel] Macro recorder for OpenJUMP (work in progress)

2014-10-06 Thread Larry Becker
Hi Michaël, A bold new feature! One question: are you considering the use of BeanShell as the macro language? This would multiply the power of macro recording by making it a first step in script writing. regards, Larry Becker On Mon, Oct 6, 2014 at 6:28 AM, Michael Michaud wrote: > Hi, >

Re: [JPP-Devel] Macro recorder for OpenJUMP (work in progress)

2014-10-06 Thread Michael Michaud
Hi, Macro recording an action on a selected layer : There is an interesting question about plugins executed on a selected layer or category (some are dialogless like delete or copy/paste) User starts a macro, delete selected layer A and stop the macro. What is the expected behaviour when the macr

Re: [JPP-Devel] Macro recorder for OpenJUMP (work in progress)

2014-10-05 Thread Michael Michaud
Hi Ede, Thanks for the feed-back > On 05.10.2014 17:57, Michael Michaud wrote: >> Hi Jumpers, >> >> I've started to add a big feature for OJ : capability to record macros. > that's really a nice feature! i like it.. > > without looking at the implementation details (you explained it pretty good),

Re: [JPP-Devel] Macro recorder for OpenJUMP (work in progress)

2014-10-05 Thread edgar . soldin
On 05.10.2014 17:57, Michael Michaud wrote: > Hi Jumpers, > > I've started to add a big feature for OJ : capability to record macros. that's really a nice feature! i like it.. without looking at the implementation details (you explained it pretty good), here some questions remarks. first and mo

[JPP-Devel] Macro recorder for OpenJUMP (work in progress)

2014-10-05 Thread Michael Michaud
Hi Jumpers, I've started to add a big feature for OJ : capability to record macros. I did not find a way to implement it without the need to revisit each plugin, but I tried to adopt a design - which does not break existing plugins - where adaptation to make a plugin recordable in a macro is mini