objecthub-io / ObjectHub

ObjectHub is an open repository for software objects and a development platform.
2 stars 1 forks source link

Dependency renaming issue #249

Open DenisNedvigok opened 7 years ago

DenisNedvigok commented 7 years ago

What: when you rename dependant lib in the dependencies tab it is not renamed in the code Browser used: Google Chrome Version 58.0.3029.110 (64-bit) How to perform:

objecthub-io commented 7 years ago

Thank you for reporting this issue.

So what you mean is that if a variable is renamed in the dependencies panel (by clicking on the variable name and then changing it), it is not renamed in the code automatically?

We implemented it this way since we did not want to change user code automatically (if there is a few pages of code, an unintended change might be performed without the users knowledge). Do you think it would be a good idea here to show an information message that the variable name will not be changed in the code and will need to be changed manually? Or maybe offer the user to perform a search and replace after rename?

objecthub-io commented 7 years ago

Also see #234.