codelite icon indicating copy to clipboard operation
codelite copied to clipboard

[Bug]: Generate Getters and Setters lists every thing in the class including functions.

Open shadoww1028 opened this issue 1 year ago • 0 comments

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

shadoww1028 avatar Apr 24 '24 03:04 shadoww1028