2010-05-10 60 views
4

在J2EE项目中,Ctrl +单击方法(通常只有本地方法,属于同一类的方法)不会跳转到该方法宣言。CTRL +单击以打开方法声明在Eclipse 3.5(Galileo)上不起作用

处理程序发生冲突: Eclipse项目用摇篮,这样当Eclipse启动日志有以下异常可能是一个问题,也创造。这可能会禁用某些命令。 'org.eclipse.wst.jsdt.ui.edit.text.java.open.editor'的冲突:HandlerActivation(commandId = org.eclipse.wst.jsdt.ui.edit.text.java.open.editor, handler = ActionHandler([email protected]), expression = AndExpression(AndExpression(org.eclipse.ui.SubActionBars $ 1 @ fdd15b,ActivePartExpression(org.eclipse.ui.navigator.resources .ProjectExplorer @ 38ba04)),WorkbenchWindowExpression([email protected])),sourcePriority = 1064961) HandlerActivation(commandId = org.eclipse.wst.jsdt.ui.edit.text.java.open。编辑器, handler = ActionHandler([email protected]), expression = AndExpression(AndExpression(org.eclipse.ui.SubActionBars $ 1 @ fdd15b,ActivePartExpression(org.eclipse.ui。 [email protected])),WorkbenchWindowExp ression([email protected])),sourcePriority = 1064961)

我在Fedora 12发行

+0

是否http://stackoverflow.com/questions/696887/getting-an-errormessage-a-handler-conflict-occurred-this-may-disable-some-comm help? – VonC 2010-05-10 17:38:46

+0

不是,或者我看不到 – talg 2010-05-10 18:47:23

+0

您是通过zip文件还是通过Fedorapackage系统安装的? – 2012-08-26 18:44:58

回答

5

我总是可以只按F3运行Eclipse。

+2

是的工作,但不太需要:) – talg 2010-05-10 18:04:14

+0

cnotrol +点击方式更受欢迎 – 2016-04-29 15:26:21

6

看来你没有把源代码放到你的类路径中。 只需右键点击你的源代码包,然后选择“构建路径 - >作为源文件夹”

+0

对于pydev项目“PyDev->设置为源文件夹” – 2015-01-28 07:22:14

1

如果你的代码包含错误不会让你做CTRL +点击查看该认定中的那么... 尝试先删除错误

+1

我正在使用'indigo'我从我的文件中删除了一个'}' ctrl + click“在任何被强调为”红色“的方法上,但它确实使我明白该方法。这是你想说的事情吗? – 2012-10-26 09:29:11

相关问题