Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign

Suggestion: Using ctags & sqlite for code completion

<< < (6/16) > >>

eranif:
Well,

by posting my changes again on the site, u can guess that I did not read you email. That was before your post, I kept checking my messages on the forum until i realized that you sent it for me to my home email.

So, now I am download totroisesvn - never used it before, but I guess that it is similar to tortoisecvs.

Maybe now, I will also download code blocks nightly build ...

Eran

takeshimiya:

--- Quote from: eranif on August 29, 2006, 07:52:45 pm ---So, now I am download totroisesvn - never used it before, but I guess that it is similar to tortoisecvs.

--- End quote ---
Yes, it's the same, only that better.


--- Quote from: eranif on August 29, 2006, 07:52:45 pm ---Maybe now, I will also download code blocks nightly build ...

--- End quote ---

You should! Both SVN and C::B are invaluable tools for development. :D

Steps for installing a nightly build:
Download this, this and this. Uncompress them in the same folder. That's it.  :D

Alturin:
Even after this great work on the parser thingy, the following still confused it:


--- Code: ---#if defined(NO_INITIAL_ALPHA_PFILEDIRS) || defined(WIN32)
if(file_exists(PLAYER_DIR "%s.plr", first_name)){
#else
if(file_exists(PLAYER_DIR "%c" DIR_SYM "%s.plr", first_name[0], first_name)){
#endif

--- End code ---

After that bit, it won't parse any new functions, and keep thinking it's in the function it's in at that moment.
It'd be like, really cool if this somehow could be fixed, cos it misses out alot of symbols this way.
If you have any questions, or would like to see the whole file or sumthin, give a holla.

eranif:
Holla !  :D

Can you please copy paste here the file you are trying to parse?

Eran


Alturin:
Sure thing!
The offending code is around line 150 btw.

[attachment deleted by admin]

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version