User forums > Help

code completition bug ?

(1/2) > >>

AK:
Hello.
I found following issue:

When I open Codee::Blocks, it opens on startup last project.
And it shows message:
[22:17:49.906]: Done parsing project TEST (14 total parsed files, 90 tokens in 0.16 seconds).

When I modify any source file in project, and save it, parser runs again, but now result is different:
[22:17:54.140]: Done parsing project TEST (37 total parsed files, 145 tokens in 0.156 seconds).

Do You have any idea why it there is a difference  ?

Reagrds
AK

mike:
How do you make C::B open the last project? I couldn't find such a setting...

mandrav:
When you exit CB, it asks you if you want to save the workspace. Answering yes, it'll re-open all opened projects upon startup.
If it doesn't behave like this, please post exactly what happens, the CB Debug log and your OS.

Yiannis.

mandrav:

--- Quote ---Do You have any idea why it there is a difference ?
--- End quote ---

When the project is opened, the parser parses the header files. When you save a file, regardless if it's a header or not, it parses it. So it's only normal behaviour.
With that said though, there are some bugs in code-completion which will have to be addressed...

Yiannis.

Anonymous:
"there are some bugs in code-completion which will have to be addressed"

Yeah, doesn't work right with arrays of classes/structures (I'm mentioning this just in case it's not a known bug, but it should be known already)

Navigation

[0] Message Index

[#] Next page

Go to full version