euu
euu
> Just to be sure: have you understood that I think that the companion script seems to me outside of Jumper goals ? But I can modify Jumper to make...
Now, what if I want to move multiple nodes into the search result? In your example, you use `node`, but how to work with multiple nodes? This, for example, doesn't...
This works for a single node (using c.selected): ``` def nodeList = [ ] nodeList = c.selected lilive.jumper.Jumper.start() nodeList.each{it.moveTo( c.getSelected() )} ``` But, this doesn't work 🤔: ``` def nodeList...
Brilliant!! I will share in the FP forum.
Ok, I will keep an eye on that.
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 words This will...
Sounds good! This Report that is returned can be used for a lot of things.
Yes, please. It would be the perfect companion for the Static Hands AHK script.
I noticed that you asked feature requests to be posted at #1
Interesting. I thought it would be simply activating a flag, like for the case sensitive search. Well, the "ignore diacritics" is a convenience for users of languages that have accents,...