maybe a bug: only the first variable in one line is highligh

CodeLite installation/troubleshooting forum
gaocheng
CodeLite Curious
Posts: 4
Joined: Mon Jun 16, 2008 7:48 pm
Contact:

maybe a bug: only the first variable in one line is highligh

Post by gaocheng »

declare multivariable in one line,only the first is highlight.

for example:

int Va,Vb,Vc;


only Va is highlight!


version:V1RC02 windowsXp
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: maybe a bug: only the first variable in one line is highligh

Post by eranif »

gaocheng wrote:declare multivariable in one line,only the first is highlight.
This bug was already reported and fixed in SVN (fixed in revision 1659)


It will be part of next release (RC03 or v1.0 depends on the amount of changes I will be doing to RC02)

Eran
Make sure you have read the HOW TO POST thread
Post Reply