java – 有一个“全局”Ctrl. (跳到错误)快捷方式在Eclipse中?

Ctrl.带给我一个文件中的错误.但是,如果我的错误视图给我更多的错误是有一个快捷方式打开下一个文件,并跳转到那里的错误

解决方法

目前…不,如果考虑 bug 13300从2002年!

It would be cool if Next/PrevIoUs Error would work for all Java elements i.e.
would open/reveal the editor if the file is not in the active editor.

状态:WONTFIX.

相关文章

最近看了一下学习资料,感觉进制转换其实还是挺有意思的,尤...
/*HashSet 基本操作 * --set:元素是无序的,存入和取出顺序不...
/*list 基本操作 * * List a=new List(); * 增 * a.add(inde...
/* * 内部类 * */ 1 class OutClass{ 2 //定义外部类的成员变...
集合的操作Iterator、Collection、Set和HashSet关系Iterator...
接口中常量的修饰关键字:public,static,final(常量)函数...