Mass editing in URCaps

Is there a way to mass edit that is simpler than the pendant gui? I’m developing the code, and writing it all in URScript is too rigid/tedious to made all the functions into scripts. I want to easily clean up my variable names, without spending an hour or so rewriting my whole code. I’m working with the e-series code.

Sorry, where are you writing this? Your title says it’s in CAPs, then you mention the pendent, then you’re saying in URScript. I don’t know if it helps, but you can open up the .script file on your computer and just use Ctrl+F find/replace of your favorite text editor to make mass changes.

I’m using a mix of methods. I have pendant calling my scripts for the non pendant functions/config file. But I have been developing this code for a hot minute and the variable names are all over the place. I want to update them easily but the pendant isn’t easy. If I edit the script tho, will I use the pendant coding option?

Yeeeaaaah gonna be honest that doesn’t really help me understand. It’s not clear to me what you’re using the pendent for. You shouldn’t be tied to the pendent for anything, really. You can write all these scripts on the computer. If you’re saying you’re assigning variables using the Assignment node or something on the pendent and you want to change all of those, I don’t think there’s an elegant way to do that. You just have to go through em one by one and change them

with Polyscope X beginning 10.13 you’ll have

Automatic Propagation of Variable Renaming: When you rename a variable, the change now automatically propagates to all nodes that reference that variable. This ensures consistency across your entire program without the need for manual updates.”

The kicker is, that it will work in your workflow, but not for script nodes. If you want to reliably change every entry, the way @eric.feldmann suggests is the easiest route to take.