Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Search in files with IDE 4.0.1 Build I20070321: (9 Items)
   
Search in files with IDE 4.0.1 Build I20070321  
Hi
 We have a problem with  "Search files feature" . 
It doesn't work, isn't possible find a text in files .. 
only in a file with CTRL F.
Somebody have the same problem? 
How I can solve it?

Ciao


RE: Search in files with IDE 4.0.1 Build I20070321  
Select Search->Search... or Ctrl+H
Make sure you enter text in File Search tab not C/C++ Search
Don't enable regular expression 
Don't enable case sensitive
Make sure File name pattern has * in it
Make sure "Scope" is Workspace
Re: Search in files with IDE 4.0.1 Build I20070321  
This doesn't work for me.

qnx 6.3.2
ide 4.0.1 buildID I20070321

I've tried many permutations of settings, but have not been able to make 
search work unless its limited to the current file (Ctrl+F).

Dan


Elena Laskavaia wrote:
> Select Search->Search... or Ctrl+H
> Make sure you enter text in File Search tab not C/C++ Search
> Don't enable regular expression 
> Don't enable case sensitive
> Make sure File name pattern has * in it
> Make sure "Scope" is Workspace
>
>
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post4398
>
>
>   

-- 
Daniel J. Sperka, Ph. D. 
UC Davis Center for Neuroscience
RE: Search in files with IDE 4.0.1 Build I20070321  
Can you attach screenshot of your search dialog before you hit ok?
And screenshot of search view after you hit it? And check eclipse log in
workspace/.metadata/.log

Re: Search in files with IDE 4.0.1 Build I20070321  
Thanks for your quick reply.
Attached is the text of the error log from today's eclipse session 
(missing library is suspicious), and two jpgs, one of the search window 
(cswind.jpg) and another of the eclipse window immediately after the 
search (cswind-after.jpg).

Dan

Elena Laskavaia wrote:
> Can you attach screenshot of your search dialog before you hit ok?
> And screenshot of search view after you hit it? And check eclipse log in
> workspace/.metadata/.log
>
>
>
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post4414
>
>
>   

-- 
Daniel J. Sperka, Ph. D. 
UC Davis Center for Neuroscience

Attachment: Image cswind.jpg 43.17 KB Image cswind-after.jpg 161.99 KB Text qnx-elog.txt 791 bytes
RE: Search in files with IDE 4.0.1 Build I20070321  
This is Neutrino host version, just realized that...
Unfortunately we don't have reliable java (jvm) on neutrino and therefore
IDE is not as usable as it would be on linux or windows host.
We can confirm that search does not work on self-hosted IDE but nothing we
can do about it at this point. Is there an option to use another host for
development?
Re: Search in files with IDE 4.0.1 Build I20070321  
Perhaps, but we can live without search for the time being. I was hoping 
there was a workaround, but its OK as-is. Using another host is 
impractical in our lab - though we might do our editing et al on another 
host, we still must be physically in the lab to do any testing, which 
means a walk down the hall and back for every build/test cycle.

Curious - I haven't even tried the IDE on any other host (though I use 
eclipse on other hosts). (Can the QNX IDE co-exist with a stock 
installation of eclipse on linux or windows?) Are there plugins which 
can be installed into an existing eclipse installation?

Thanks, again.

Dan

Elena Laskavaia wrote:
> This is Neutrino host version, just realized that...
> Unfortunately we don't have reliable java (jvm) on neutrino and therefore
> IDE is not as usable as it would be on linux or windows host.
> We can confirm that search does not work on self-hosted IDE but nothing we
> can do about it at this point. Is there an option to use another host for
> development?
>
>
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post4418
>
>
>   

-- 
Daniel J. Sperka, Ph. D. 
UC Davis Center for Neuroscience
RE: Search in files with IDE 4.0.1 Build I20070321  
Well it is a beauty of eclipse it is just bunch of plugins and they can work
in any combinations (compatible with platform version though).

You can either install Momentics IDE and upgrade it with other plugins, or
you can upgrade Eclipse JDK for example with Momentics pligins using update
site (but again version of platform have to match, 4.0.1 is based on
platform 3.2 and CDT 3.x and IDE 4.5 is based on platform 3.3 and CDT 4.x)

Momentics IDE support cross compilation and cross target development, but
target have to be connected to the network or through com port on the host
machine. Or if it is not specific hardware it can be emulated with vmware
and run on the same development host.
Re: RE: Search in files with IDE 4.0.1 Build I20070321  
Dear Elena
Thanks for your answer ...
On older IDE version (always 6) it worked ... 

Thanks a lot

Marco