Page 1 of 1

xml parsing error

Posted: Mon Feb 16, 2009 12:33 pm
by streakyb
When I start Codelite I get the following error:

XML parsing error: 'unclosed token' at line 110.

If I click Ok to the error Codelite starts up with no further problems

I have had a quick look at the xml files for CodeLite settings and cannot see anything obviously wrong.

Re: xml parsing error

Posted: Mon Feb 16, 2009 1:02 pm
by eranif
CodeLite reads several XML files on startup:
~/.codelite/config/*.xml

Also:
~/.codelite/lexers/*.xml

My guess: try to remove the file ~/.codelite/config/codelite.xml

Eran