Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » indexer question
indexer question [message #156750] Tue, 25 October 2005 10:35 Go to next message
Eclipse UserFriend
Originally posted by: compuluke.yahoo.com

Ok, so I've read many of the "indexer" posts. I'm not really sure if
I'm having an indexer problem or perhaps an editor problem. Here's the
warning that is displayed at the bottom of Eclipse when I look for
declarations or references:

"The operation is unavailable on the current selection (no name selected)."

This happens for all three different indexers. I don't think it's a
path problem as it won't even work for something like


/****************************************************/
..
..
..
void mylog()
{
...
}


int main()
{
..
..
..
mylog();

return 0;
}
/****************************************************/


Cursor over "mylog" (or anything else for that matter gives the warning
above). Any suggestions? Admittedly, I may be missing something quite
obvious...

Luke
Re: indexer question [message #156953 is a reply to message #156750] Fri, 28 October 2005 07:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: euphoria.web.de

Hi Luke,

Luke N wrote:
> Cursor over "mylog" (or anything else for that matter gives the warning
> above). Any suggestions? Admittedly, I may be missing something quite
> obvious...

Do you use latest Eclipse and CDT?
I also had this behaviour on Eclipse Platform 3.0 and CDT 2.0 for some
prototypes.

Good luck,

Florian
Re: indexer question [message #156960 is a reply to message #156953] Fri, 28 October 2005 09:32 Go to previous message
Eclipse UserFriend
Originally posted by: compuluke.yahoo.com

Florian Boelstler wrote [10/28/2005 06:45 AM] :
> Hi Luke,
>
> Luke N wrote:
>
>> Cursor over "mylog" (or anything else for that matter gives the
>> warning above). Any suggestions? Admittedly, I may be missing
>> something quite obvious...
>
>
> Do you use latest Eclipse and CDT?
> I also had this behaviour on Eclipse Platform 3.0 and CDT 2.0 for some
> prototypes.
>
> Good luck,
>
> Florian

Florian:

I'm using the Fedora Core 4 stocked Eclipse: 3.1M6

Version: 3.1.0
Build id: I20050401-1645

The CDT version appears to be 3.0.0

I think that it must be something on my end as I can't get _any_
prototype to work. Anybody have a short example to try?

Thanks,
Luke
Previous Topic:how CDT does not been launched
Next Topic:CDT takes over JDT?
Goto Forum:
  


Current Time: Thu May 08 07:41:37 EDT 2025

Powered by FUDForum. Page generated in 0.29349 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top