Sometimes I wrote a line/call with blanks in it because it is more readable.
This line
pSourceCtrl_->SetValue(rTask_.GetSource());
would be written like this
pSourceCtrl_ ->SetValue(rTask_.GetSource());
Understand the difference?
I write this part "pSourceCtrl_ ->SetV". After the 'V' the code completition runs.
In the first case everything is right!
In the second case the code completition freeze the hole C::B for some seconds and then show nothing to choice.
Maybe code completition does not like my blanks before the ->?
Does the compiler like your blanks??? I didn't know that...
as far as I know, Code Completion only works with whole words (from blank to blank) Perhaps this could be changed some day....
Quote from: mispunt on June 08, 2006, 06:18:56 PM
Does the compiler like your blanks???
No compiler like blanks. But each preprocesser kill blanks. I think it is a part of each compiler. ;)
Of course my blanks make no problmes! Why should they?
I code like this since a lot of years.
Quote
as far as I know, Code Completion only works with whole words (from blank to blank) Perhaps this could be changed some day....
Because I am not able to build C::B I will submit a bug-report.
Quote from: MoonKid on June 08, 2006, 06:22:47 PM
Because I am not able to build C::B I will submit a bug-report.
You can do so, but it probably won't do any good. As the title of this forum indicates, the Code Completion is undergoing (or will be) redesign, which makes any bug reports on the current version mostly meaningless. (Unless a dev decides the fix is simple enough to be made to the current version.)
Quote from: TDragon on June 08, 2006, 07:33:51 PM
(Unless a dev decides the fix is simple enough to be made to the current version.)
I am using the nightlies. The bugreport is just for the current SVN version. There is no official C::B release. There are only release candidates. I thougt they are inofficial, too and all bug-reports affect the current SVN version?
Quote from: MoonKid on June 08, 2006, 07:45:41 PM
I am using the nightlies.
Those are what I refer to when I say "current version". To reiterate -- the current version of the Code Completion plugin will be completely redesigned. Therefore, bug reports such as this (relating to the parser) are generally not worth filing, unless a dev decides the fix is simple enough.