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.
Do not work auto parsing of saved files.
-
- CodeLite Enthusiast
- Posts: 11
- Joined: Tue Jun 07, 2011 3:32 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Do not work auto parsing of saved files.
It is still working pretty well, you will need to provide an example of what is not working for youbagdades wrote:In previous versions worked auto parsing of saved files
Same as beforebagdades wrote:Also in the new version does not work well auto complete braces.
Eran
Make sure you have read the HOW TO POST thread
-
- 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.
I am making a new function, and it appears in the symbol view only after re-tag project.
-
- 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.
void test( - no auto complete braces
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Do not work auto parsing of saved files.
Make sure that : Settings -> Global Editor Preferences -> General -> Guides -> Auto Complete Braces "[(" is checked
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- 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.
Thank you.