Do not work auto parsing of saved files.

General questions regarding the usage of CodeLite
bagdades
CodeLite Enthusiast
Posts: 11
Joined: Tue Jun 07, 2011 3:32 pm
Genuine User: Yes
IDE Question: c++
Contact:

Do not work auto parsing of saved files.

Post by bagdades »

In previous versions worked auto parsing of saved files. In the new version to do re-tag project.
Also in the new version does not work well auto complete braces.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Do not work auto parsing of saved files.

Post by eranif »

bagdades wrote:In previous versions worked auto parsing of saved files
It is still working pretty well, you will need to provide an example of what is not working for you
bagdades wrote:Also in the new version does not work well auto complete braces.
Same as before

Eran
Make sure you have read the HOW TO POST thread
bagdades
CodeLite Enthusiast
Posts: 11
Joined: Tue Jun 07, 2011 3:32 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: Do not work auto parsing of saved files.

Post by bagdades »

I am making a new function, and it appears in the symbol view only after re-tag project.
bagdades
CodeLite Enthusiast
Posts: 11
Joined: Tue Jun 07, 2011 3:32 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: Do not work auto parsing of saved files.

Post by bagdades »

void test( - no auto complete braces
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Do not work auto parsing of saved files.

Post by eranif »

Make sure that : Settings -> Global Editor Preferences -> General -> Guides -> Auto Complete Braces "[(" is checked

Eran
Make sure you have read the HOW TO POST thread
bagdades
CodeLite Enthusiast
Posts: 11
Joined: Tue Jun 07, 2011 3:32 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: Do not work auto parsing of saved files.

Post by bagdades »

Thank you.
Post Reply