eclipse - Eclipse 中最近的文件数量 > 15?

标签 eclipse

有没有办法让最近文件列表在 Eclipse 中保存超过 15 个文件?

或者一个允许我查看更多内容的插件?

最佳答案

  1. 下载 Eclipse 源代码。

  2. org.eclipse.ui.internal.EditorHistory.MAX_SIZE 更新为 99

  3. 保存并编译。

  4. 在文件中设置变量RECENT_FILES=99:.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench.prefs

  5. 启动 Eclipse。

关于eclipse - Eclipse 中最近的文件数量 > 15?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9939944/

相关文章:

java - Java项目中的build.xml

eclipse - 使用 Subclipse 将 Eclipse 项目重新连接到 SVN

eclipse - 在 Eclipse 中使用库项目,不更新最新更改

java - 避免 Eclipse 中多个 Java 版本的 "no JREs installed in the workspace that are strictly compatible"警告

java - 无法初始化类 net.sf.cglib.proxy.Enhancer

java.sql.SQLException : null, 来自服务器的消息: "Host ' xxx' 不允许连接到此 MySQL 服务器”

java - 将更改从 Bitbucket 更新到 Eclipse 中的本地 git 存储库?

eclipse - 是否可以将jsp预编译到eclipse中?

java - Mylyn WikiText Extras 不会安装在 eclipse Oxygen 中,表示已安装 Mylyn WikiText 3.0.6

java - "The import java.awt cannot be resolved"和 "***** cannot be resolved to a type"