Generate Setter and Getter for non standart variable.

General questions regarding the usage of CodeLite
Noor
CodeLite Curious
Posts: 4
Joined: Wed Jul 22, 2020 3:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Generate Setter and Getter for non standart variable.

Post by Noor »

Sometimes I work on project that use

Code: Select all

size_
or

Code: Select all

mSize
or

Code: Select all

in_size
is there any way to do it? like regex setting or something?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Generate Setter and Getter for non standart variable.

Post by eranif »

Please open an issue on GitHub
Make sure you have read the HOW TO POST thread
Post Reply