User forums > Nightly builds
The 12 January 2010 build (6080) is out.
oBFusCATed:
Have you run the src/update script?
Folco:
No. Really sorry :(
I have downloaded fresh sources from svn, run the src/update script, compiled in the IDE, and now it works fine.
I think I didn't see that in the documentation. Thank you and sorry again
blueshake:
--- Quote from: MortenMacFly on January 15, 2010, 01:55:43 pm ---
--- Quote from: binom25 on January 14, 2010, 09:16:32 pm ---editor works a bit slowly(it hangs) than early version of Codeblocks.
--- End quote ---
That's because of the new CC functionality "parse while typing". This can be configured in the next nightly. For large projects / files this can be turned off then.
--- End quote ---
@morten
when we type codes in the same line,the parser do not work in real-time except in different line.So the issue(a bit slowly) happened in the same line,I don't think it is someting related to real-time parse but something else.
Edit:
maybe we can use a timer here to avoid this issue.what is your comment?
MortenMacFly:
--- Quote from: blueshake on January 17, 2010, 02:46:54 am ---So the issue(a bit slowly) happened in the same line,I don't think it is someting related to real-time parse but something else.
--- End quote ---
--- Quote from: binom25 on January 14, 2010, 09:16:32 pm ---I'm doing copy and paste a large block code, editor works a bit slowly(it hangs) than early version of Codeblocks.
--- End quote ---
He said he's pasting a huge block of code. So for me it's not the same line... (and matches my experience, btw...)?!
untio:
Hello,
An issue that I see in the code completion is that if you declare a pointer to a struct in its definition:
typedef struct {
int field;
int field2;
} mystruct, *pmystruct;
Code completion does not work with variables of pmystruct type.
Forgive me if I have mistaken.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version