Skip to main content
 首页 » 编程设计

Eclipse Photon,跳过欢迎,缺少复选框

2025年12月25日24mate10pro

在 Eclipse Photon (1) 版本中 C/C++ Eclipse Photon (1) Welcome Screen缺少在未来 session 中跳过欢迎屏幕的复选框。有没有其他方法可以在设置中禁用它?

编辑:我在“帮助”->“内容”->“范围”->"new"enter image description here 中没有看到复选框(但有加号?)

请您参考如下方法:

感谢评论中的提示,我找到了解决方案。在文件中

$WORKSPACE/.metadata/.plugins/org.eclipse.ui.intro/introstate  

是一个标签state,其属性reopen设置为“true”。将其更改为 "false" 有效。修改后的完整文件如下。

<?xml version="1.0" encoding="UTF-8"?> 
<state reopen="false"/>