kayler-renslow / arma-intellij-plugin

A plugin for Intellij IDEA that allows for syntactical analysis, code inspections, and other nifty features for the SQF scripting language in Arma 3.
MIT License
41 stars 10 forks source link

Refactor Rename of local Variables #51

Open Ragebone opened 7 years ago

Ragebone commented 7 years ago

Plugin Version

1.0.9

Summary

Renaming of local Variables is not renaming any except the selected.

Detail

The summary nails it basically. This is kind of annoying because that means that you can't bulk rename local variables through the obvious way. Work-Around. https://www.jetbrains.com/help/idea/finding-and-replacing-text-in-file-using-regular-expressions.html

@kayler-renslow I guess this is a hard one to fix considering that the correct solution has to fully understands the locality in ArmA scripts. ....

Additionally to not open up another issue, you currently cant refactor -> rename anything in #define and all the other # preprocessor commands in sqf files. But, i assume that the work-around works there too, so no Hard feelings.

Thanks for this awesome plugin!