The new feature in Qt Creator 10 is name validation during renaming a symbol.

The old behavior without the validation made possible to make refactoring tricks, like move variable into a struct, or replace public member usage with a get method. For example:

name -> myStruct.name

name -> getName()

Let's add an option to disable name validation

---

Volodymyr Zibarov

--
Qt-creator mailing list
Qt-creator@qt-project.org
https://lists.qt-project.org/listinfo/qt-creator

Reply via email to