eranif / codelite

A multi purpose IDE specialized in C/C++/Rust/Python/PHP and Node.js. Written in C++
https://codelite.org
GNU General Public License v2.0
2.08k stars 444 forks source link

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

Open shadoww1028 opened 2 months ago

shadoww1028 commented 2 months ago

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