repost: rebuild codesense index?
repost: rebuild codesense index?
- Subject: repost: rebuild codesense index?
- From: Markian Hlynka <email@hidden>
- Date: Fri, 14 Oct 2005 05:55:14 -0600
Sorry, everyone. I just realized I posted my message in rtf, and I've
been asked before by a few people not to do that. Sorry! Missed it
this time! So, in case anyone was having trouble reading it and
irritated at me, here's a plaintext version. If you're irritated at
me for resending this, you should be irritated at the people who
complained in the past. :-P
So:
I'm just getting into codesense, and it works way better than before.
I have so many questions (Which the docs don't seem to answer), but
here are my 2 most important related ones:
1. I have 2 functions:
void print_by_name(const std::vector<int>& vec) const;
std::string print_by_name(const int& one) const;
When I bring up the completion list, I get:
workingSet->print_by_name(<#const std#>);
So, that's not especially helpful. 'cause of that "std", I can't tell
which function that is. Secondly, the second function that returns a
string doesn't show up at all. Is this because Xcode has issues
dealing with overloaded functions, or does my index need updating?
2. How do I force the index to rebuild?
Ok, I lied, I have 3 questions:
3. it seems to me that sometimes my typos get indexed and offered
back to me. Is this correct behaviour, and apart from being careful,
how do I avoid it? ie, will they disappear on the next index update?
Thanks!
Markian
----
Quantum mechanics -- the dreams that stuff is made of.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden