tags:

views:

14

answers:

2

Hi all,

Can any one please tell me the difference of "OpenType(ctrl+shift+t)" && "OpenResource(ctrl+shift+r)" in eclipse.

Thanks in Advance..

A: 

Types are language-related such as classes (and usually in the include paths), Resources are simply just files.

yclian
Hi yclian, Thankyou very much for ur assistance its helps me a lot to which scenario i shoukd opt for.Thanks.. Ragav.K
Raghavan
+1  A: 

OpenType lets you open any class, interface, or other compiled module no matter where it is located. OpenResource does the same thing for non-classes, etc (things like config files, images, etc).

Basically, both commands let you find different files quickly without having to search through the tree and directory structure.

JasCav
Hi jason, Thankyou very much for ur assistance its helps me a lot to which scenario i shoukd opt for.Thanks.. Ragav.K
Raghavan
you should set the answer as accepted if it is really helped you
nanda