ProjectExplorer icon indicating copy to clipboard operation
ProjectExplorer copied to clipboard

Add an option to fix references to a class when its name changes

Open TamarEGranor opened this issue 7 years ago • 1 comments

Changing the name of a class is an easy way to break things. It would be great to have an option for references to get fixed automatically. There should be code in Class Browser that can be leveraged for this.

TamarEGranor avatar Nov 29 '17 15:11 TamarEGranor

Option or a dialoge after renaming the class to start the process. This will not polute the mask. I can provide the code to parse / alter all vcx / scx.

Edit:

prg is a bit more tricky to parse ...

lscheffler avatar Nov 29 '17 15:11 lscheffler

I'm marking this as Won't Fix because it's complicated and could be handled with a plugin.

DougHennig avatar Jan 13 '24 15:01 DougHennig