Eclipse automating perspective changing

这一生的挚爱 提交于 2019-12-24 01:47:08

问题


I'm using eclipse for some Java and Perl project, i've enabled under the menu : Preferences - Run/Debug , the option for automating passing to Debug perspective when debug start.

Is possible to automatically passing to the Java perspective when the debug terminate or when i terminate the debug ? Is there a way to set this option ?


回答1:


Right now, there is no such option I think. You'd have to implement it by yourself. I also suggest to use shortcut keys (CTRL-F8) until the corresponding Bug is fixed.




回答2:


I wrote you a plugin that does what you want. Here's the update site:

http://backtojava.s3-website-us-east-1.amazonaws.com/

I didn't categorize the feature, so when you look for it, unselect the "Group items by category" checkbox.

And here's the project on Eclipse Labs I made to host the source:

https://hg.codespot.com/a/eclipselabs.org/backtojava

I haven't checked the Feature project in; just the plugin.



来源:https://stackoverflow.com/questions/5862898/eclipse-automating-perspective-changing

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!