Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign
Suggestion: Using ctags & sqlite for code completion
mandrav:
Eran, can you please edit your first post's subject to indicate that what is discussed here is not about the code-completion plugin?
It's starting to get confusing for people...
joubertdj:
:? I think that confused citizen is me... whoops
eranif:
--- Quote ---Eran, can you please edit your first post's subject to indicate that what is discussed here is not about the code-completion plugin?
It's starting to get confusing for people...
--- End quote ---
Done, I think that the topic title now indicates that this is not the current CodeCompletion plugin
Eran
pastbin:
Great work Eranif
I compiled everything from the repository today (mingw).
I noticed something for local scope variables. Here is an example:
--- Code: ---void f() {
int aa; // 1
#define BLAH // 2
int bb; // 3
}
--- End code ---
Ctrl+space works fine with aa or bb.
Now remove line 1. There is no match for bb.
We have to remove the preprocessor keyword (line 2) if we want bb to be matched again.
It seems there is a little problem with preprocessor instructions.
Not sure if I can track the bug. I'll try to understand your codebase before.
Anyway, keep up the good work!
eranif:
Thanks for letting me know of this bug - I fixed it.
Eran
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version