lilive

Results 22 comments of lilive

> Hi, Jumper is great! I see you have some to-dos to improve performance on large maps and other things. Just wondering if you are still working on this add-on...

> To build with gradle, I did not have success with version gradle-7.3.1 ("Could not find method compile() for arguments"), but only with a previous version - gradle-6.9.1 Hi @claudiogbarreto...

Salut ldmpub, Merci du retour. > the first one I have installed in my life of "daily but basic Freeplane user" Je suis donc bien fier d'être l'initiateur de celui-là...

[Discussion about the problem in the old forum](https://sourceforge.net/p/freeplane/discussion/758437/thread/e7b4594c02/?page=1&limit=25#d3aa).

I just realized that it's possible to call Jumper within another script :smile: . So this simple 2 lines script wait for the user to select a node with Jumper,...

I think I will modify the Jumper.start() method to make it return the select node, and null if Jumper is closed without selection. So it will be possible to write:...

Yes, this will be a possibility. Just to be sure: have you understood that I think that the companion script seems to me outside of Jumper goals ? But I...

Hi, `ControllerRO.getSelecteds()` return "A read-only list of selected nodes". The read-only seems to be the problem. Try: ```groovy nodeList = c.selecteds.collect() lilive.jumper.Jumper.start() nodeList.each{it.moveTo(c.selected)} ```

This is a first time I consider to expose some Jumper methods for scripting. If the ability to call Jumper within Groovy scripts become a Jumper feature, I have to...

> For the new scripting methods, please consider creating > * one that has a parameter that is inserted in the Jumper search > * one that returns the searched...