Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » anything in "open element" dialog
anything in "open element" dialog [message #200187] Fri, 24 August 2007 04:25 Go to next message
Eclipse UserFriend
Hi,

I use cdt 4, and I can't figure out why there is nothing in the "open
element" dialog (ctrl-shift-t). there is a few classes in my project,
and the completion is working well.

Any comment would be appreciated.

Regards,
--
Mehdi
Re: anything in "open element" dialog [message #200309 is a reply to message #200187] Mon, 27 August 2007 03:02 Go to previous messageGo to next message
Eclipse UserFriend
Mehdi Rabah wrote:
> Hi,
>
> I use cdt 4, and I can't figure out why there is nothing in the "open
> element" dialog (ctrl-shift-t). there is a few classes in my project,
> and the completion is working well.
>
> Any comment would be appreciated.
>
> Regards,
> --
> Mehdi

The Open Element dialog does not show anything as long as the filter
string is empty, furthermore the filter string may not start with '*',
ie. it requires a non-empty prefix.
This is for performance reasons.

See also https://bugs.eclipse.org/bugs/show_bug.cgi?id=195290

--
Anton Leherbauer
Wind River CDT Team, Austria
Re: anything in "open element" dialog [message #200317 is a reply to message #200309] Mon, 27 August 2007 05:07 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

Of course, I tried typing a few letter of my classes/namespace. But it
didn't work either.


Anton Leherbauer a écrit :
> Mehdi Rabah wrote:
>> Hi,
>>
>> I use cdt 4, and I can't figure out why there is nothing in the "open
>> element" dialog (ctrl-shift-t). there is a few classes in my project,
>> and the completion is working well.
>>
>> Any comment would be appreciated.
>>
>> Regards,
>> --
>> Mehdi
>
> The Open Element dialog does not show anything as long as the filter
> string is empty, furthermore the filter string may not start with '*',
> ie. it requires a non-empty prefix.
> This is for performance reasons.
>
> See also https://bugs.eclipse.org/bugs/show_bug.cgi?id=195290
>
Re: anything in "open element" dialog [message #200418 is a reply to message #200317] Tue, 28 August 2007 07:10 Go to previous messageGo to next message
Eclipse UserFriend
Mehdi Rabah wrote:
> Hi,
>
> Of course, I tried typing a few letter of my classes/namespace. But it
> didn't work either.
>
>
> Anton Leherbauer a écrit :
>> Mehdi Rabah wrote:
>>> Hi,
>>>
>>> I use cdt 4, and I can't figure out why there is nothing in the "open
>>> element" dialog (ctrl-shift-t). there is a few classes in my project,
>>> and the completion is working well.
>>>
>>> Any comment would be appreciated.
>>>
>>> Regards,
>>> --
>>> Mehdi
>>
>> The Open Element dialog does not show anything as long as the filter
>> string is empty, furthermore the filter string may not start with '*',
>> ie. it requires a non-empty prefix.
>> This is for performance reasons.
>>
>> See also https://bugs.eclipse.org/bugs/show_bug.cgi?id=195290
>>

Do you get results when you search (Search > C/C++) for the same patterns?

--
Anton Leherbauer
Wind River CDT Team, Austria
Re: anything in "open element" dialog [message #200437 is a reply to message #200418] Tue, 28 August 2007 07:41 Go to previous messageGo to next message
Eclipse UserFriend
Anton Leherbauer a écrit :
> Mehdi Rabah wrote:
>> Hi,
>>
>> Of course, I tried typing a few letter of my classes/namespace. But it
>> didn't work either.
>>
>>
>> Anton Leherbauer a écrit :
>>> Mehdi Rabah wrote:
>>>> Hi,
>>>>
>>>> I use cdt 4, and I can't figure out why there is nothing in the
>>>> "open element" dialog (ctrl-shift-t). there is a few classes in my
>>>> project, and the completion is working well.
>>>>
>>>> Any comment would be appreciated.
>>>>
>>>> Regards,
>>>> --
>>>> Mehdi
>>>
>>> The Open Element dialog does not show anything as long as the filter
>>> string is empty, furthermore the filter string may not start with '*',
>>> ie. it requires a non-empty prefix.
>>> This is for performance reasons.
>>>
>>> See also https://bugs.eclipse.org/bugs/show_bug.cgi?id=195290
>>>
>
> Do you get results when you search (Search > C/C++) for the same patterns?
>


Search C/C++ with "any element", "all occurences" and "workspace" don't
give anythhing.

I'm with eclipse europa under linux
Re: anything in "open element" dialog [message #200659 is a reply to message #200437] Wed, 29 August 2007 05:15 Go to previous messageGo to next message
Eclipse UserFriend
up

Mehdi Rabah a écrit :
> Anton Leherbauer a écrit :
>> Mehdi Rabah wrote:
>>> Hi,
>>>
>>> Of course, I tried typing a few letter of my classes/namespace. But
>>> it didn't work either.
>>>
>>>
>>> Anton Leherbauer a écrit :
>>>> Mehdi Rabah wrote:
>>>>> Hi,
>>>>>
>>>>> I use cdt 4, and I can't figure out why there is nothing in the
>>>>> "open element" dialog (ctrl-shift-t). there is a few classes in my
>>>>> project, and the completion is working well.
>>>>>
>>>>> Any comment would be appreciated.
>>>>>
>>>>> Regards,
>>>>> --
>>>>> Mehdi
>>>>
>>>> The Open Element dialog does not show anything as long as the filter
>>>> string is empty, furthermore the filter string may not start with '*',
>>>> ie. it requires a non-empty prefix.
>>>> This is for performance reasons.
>>>>
>>>> See also https://bugs.eclipse.org/bugs/show_bug.cgi?id=195290
>>>>
>>
>> Do you get results when you search (Search > C/C++) for the same
>> patterns?
>>
>
>
> Search C/C++ with "any element", "all occurences" and "workspace" don't
> give anythhing.
>
> I'm with eclipse europa under linux
Re: anything in "open element" dialog [message #200813 is a reply to message #200437] Thu, 30 August 2007 03:30 Go to previous messageGo to next message
Eclipse UserFriend
Mehdi Rabah wrote:
> Anton Leherbauer a écrit :
>> Mehdi Rabah wrote:
>>> Hi,
>>>
>>> Of course, I tried typing a few letter of my classes/namespace. But
>>> it didn't work either.
>>>
>>>
>>> Anton Leherbauer a écrit :
>>>> Mehdi Rabah wrote:
>>>>> Hi,
>>>>>
>>>>> I use cdt 4, and I can't figure out why there is nothing in the
>>>>> "open element" dialog (ctrl-shift-t). there is a few classes in my
>>>>> project, and the completion is working well.
>>>>>
>>>>> Any comment would be appreciated.
>>>>>
>>>>> Regards,
>>>>> --
>>>>> Mehdi
>>>>
>>>> The Open Element dialog does not show anything as long as the filter
>>>> string is empty, furthermore the filter string may not start with '*',
>>>> ie. it requires a non-empty prefix.
>>>> This is for performance reasons.
>>>>
>>>> See also https://bugs.eclipse.org/bugs/show_bug.cgi?id=195290
>>>>
>>
>> Do you get results when you search (Search > C/C++) for the same
>> patterns?
>>
>
>
> Search C/C++ with "any element", "all occurences" and "workspace" don't
> give anythhing.
>
> I'm with eclipse europa under linux

In this case, the indexer does not index anything. There must be
something wrong with your project setup.
There are already some threads on this topic, e.g.
http://dev.eclipse.org/newslists/news.eclipse.tools.cdt/msg1 4126.html
http://dev.eclipse.org/newslists/news.eclipse.tools.cdt/msg1 4221.html
You might find useful suggestions there.

HTH
--
Anton Leherbauer
Wind River CDT Team, Austria
Re: anything in "open element" dialog [message #200829 is a reply to message #200813] Thu, 30 August 2007 05:14 Go to previous message
Eclipse UserFriend
Anton Leherbauer a écrit :
> Mehdi Rabah wrote:
>> Anton Leherbauer a écrit :
>>> Mehdi Rabah wrote:
>>>> Hi,
>>>>
>>>> Of course, I tried typing a few letter of my classes/namespace. But
>>>> it didn't work either.
>>>>
>>>>
>>>> Anton Leherbauer a écrit :
>>>>> Mehdi Rabah wrote:
>>>>>> Hi,
>>>>>>
>>>>>> I use cdt 4, and I can't figure out why there is nothing in the
>>>>>> "open element" dialog (ctrl-shift-t). there is a few classes in my
>>>>>> project, and the completion is working well.
>>>>>>
>>>>>> Any comment would be appreciated.
>>>>>>
>>>>>> Regards,
>>>>>> --
>>>>>> Mehdi
>>>>>
>>>>> The Open Element dialog does not show anything as long as the
>>>>> filter string is empty, furthermore the filter string may not start
>>>>> with '*',
>>>>> ie. it requires a non-empty prefix.
>>>>> This is for performance reasons.
>>>>>
>>>>> See also https://bugs.eclipse.org/bugs/show_bug.cgi?id=195290
>>>>>
>>>
>>> Do you get results when you search (Search > C/C++) for the same
>>> patterns?
>>>
>>
>>
>> Search C/C++ with "any element", "all occurences" and "workspace"
>> don't give anythhing.
>>
>> I'm with eclipse europa under linux
>
> In this case, the indexer does not index anything. There must be
> something wrong with your project setup.
> There are already some threads on this topic, e.g.
> http://dev.eclipse.org/newslists/news.eclipse.tools.cdt/msg1 4126.html
> http://dev.eclipse.org/newslists/news.eclipse.tools.cdt/msg1 4221.html
> You might find useful suggestions there.
>
> HTH

Right... It happened that I forgot that I disabled the index for this
specific project.

Thanks
Previous Topic:How can I change the search matches marker colour?
Next Topic:Create a Project without Eclipse creating a directory
Goto Forum:
  


Current Time: Mon Jun 02 18:19:09 EDT 2025

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

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

Back to the top