Re: [Qt-creator] Name validation in rename symbol

2023-04-05 Thread Christian Kandeler via Qt-creator
On 4/4/23 08:14, Volodymyr Zibarov wrote: 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

[Qt-creator] Name validation in rename symbol

2023-04-04 Thread Volodymyr Zibarov
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 ->