codelite
codelite copied to clipboard
[Bug]: Generate Getters and Setters lists every thing in the class including functions.
What happened?
On Linux Mint using codeliite 17.9 When generating getters and setters all the functions and variables are listed for adding new getters and setters. It no longer filters out variables that already have them and classes should not have getters and setters.
Using Linux Mint 21.3, Clang 15 GCC toolchain.
Version
Other
Operating system
Linux
Steps to reproduce
Create a new local variable on a class that has functions and variables already on it and you get a lengthy list.
Relevant log output
No response