Hi all,
Can any one please tell me the difference of "OpenType(ctrl+shift+t)" && "OpenResource(ctrl+shift+r)" in eclipse.
Thanks in Advance..
Hi all,
Can any one please tell me the difference of "OpenType(ctrl+shift+t)" && "OpenResource(ctrl+shift+r)" in eclipse.
Thanks in Advance..
Types are language-related such as classes (and usually in the include paths), Resources are simply just files.
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.