don-tnowe / godot-resources-as-sheets-plugin

I needed to edit many Resource files, so figured someone would too.
MIT License
433 stars 19 forks source link

Allow statements (*not just expressions*) in mass process #36

Closed don-tnowe closed 11 months ago

don-tnowe commented 1 year ago

Currently, mass process lets one write an expression and set selected cells to that expression. I'd like to allow statements too, such as assignments and void functions.

Good for operations on objects inside properties, such as setting the texture on AtlasTextures.

don-tnowe commented 12 months ago

NGL multi-line search/process functions would be epic.