Re: Shortcut keys do not work properly at Eclipse 3.1! Who would like to tell me why? [message #150629] |
Thu, 04 August 2005 03:53 |
Eclipse User |
|
|
|
Originally posted by: ezysky.yahoo.com.cn
The reasons may be the following:
1)You must make differenc between the categories in keys definitions page.So
far as I am concerned, all keys are not supported by all Eclipse(upto 3.1)
plugins, such as CDT, JDT. Some keys just appear in some plugins, for
example, Open definition appears in CDT but not in JDT. So if you view :
"C/C++ Source | Open declaration | F3 | Editiong Java Souce"
in keys pages views, it will not take effect when you edit your java source
because the command just supported by CDT.
So you must make sure whether you define the keys properly(especially
categories is right or not) first.
ps: if you want to make F3 to open declaration useful, you should define
"open declaration" (including Navigator category) ,not the same in C/C++
Source(Of cource, "C/C++ Source" category will not appear if you do not
install CDT)
2)If the definition is right, you must make sure whether the Class whose
declaration you want to open is in the same project(including your own
source code, added external .jar, but not incluing the referred project). If
the class is in the referred project, the Eclipse 3.1 will not support it
and will report the wrong messages you met.
|
|
|
Powered by
FUDForum. Page generated in 0.03841 seconds