Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/eclipse/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Eclipse 如何确保rcp应用程序始终以特定的视角打开?_Eclipse_Eclipse Plugin_Eclipse Rcp - Fatal编程技术网

Eclipse 如何确保rcp应用程序始终以特定的视角打开?

Eclipse 如何确保rcp应用程序始终以特定的视角打开?,eclipse,eclipse-plugin,eclipse-rcp,Eclipse,Eclipse Plugin,Eclipse Rcp,我在一个rcp应用程序中工作,我希望始终在特定透视图中打开该应用程序。我尝试提及-透视图id,但这并不能解决我的问题。假设我的工作台在透视图B中关闭,那么当用户第二次打开它时,它总是从B打开。 这方面的任何线索都会有所帮助 在Windows>Preferences>General>Perspectives首选项页面中指定默认透视图 也可以通过config.ini文件完成 使用plugin\u customization.ini文件。检查这里

我在一个rcp应用程序中工作,我希望始终在特定透视图中打开该应用程序。我尝试提及
-透视图id
,但这并不能解决我的问题。假设我的工作台在透视图B中关闭,那么当用户第二次打开它时,它总是从B打开。
这方面的任何线索都会有所帮助

Windows>Preferences>General>Perspectives
首选项页面中指定默认透视图

也可以通过
config.ini
文件完成

使用
plugin\u customization.ini
文件。检查这里