Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
shadoww1028 opened this issue Apr 24, 2024 · 0 comments
Assignees
Labels

Comments

@shadoww1028
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants