java - 您可以在 Eclipse 中保存一组选项卡以便以后打开它们吗?

标签 java eclipse

在我从事的一个项目中,我有几个不同的流程。我不断在代码编辑器中为该特定进程打开和关闭选项卡(java 文件)。每个进程几乎总是使用相同的 java 文件。

我想知道是否可以将打开的文件保存为工作集的一部分,以便我可以选择我想要的工作集并打开我需要使用的所有 java 文件。目前工作集只是将树设置为这些文件,但我希望它也能打开我需要的文件。

我希望这是有道理的......

最佳答案

Mylyn应该是你的答案。

Mylyn is a task-focused interface for Eclipse that makes working with very large workspaces as easy as working with small ones.
Mylyn extends Eclipse with mechanisms for keeping track of the tasks that you work on.

Mylyn monitors your work activity on those tasks to identify information relevant to the task-at-hand. Mylyn monitors Eclipse and captures your interaction in a task context.
System artifacts such as files, types, methods, and fields get assigned a degree-of-interest based on how recently and frequently you interact with them.
This results in uninteresting elements being filtered from view within Eclipse, allowing you to focus in on what is important.

关注 Saheedanswer ,不要错过CodeKillercomment :

You can

  • Activate the task to reopen all files and
  • Deactivate the task to close all the files.

Bookmarks ( mentioned hereuser1039663 )是一个有值(value)的选择。

关于java - 您可以在 Eclipse 中保存一组选项卡以便以后打开它们吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1669203/

相关文章:

java - Windows 无法从 eclipse 中运行 python 脚本

java - 如何实现私有(private)cookie?

java - 使用包的 Eclipse 问题

c - 我无法让 Eclipse MinGW 和 Sqlite 一起使用 C 程序

eclipse - git 存储库克隆失败。连接重置

java - 如何在java 1.8中从org.jboss.jca.adapters.jdbc.jdk8.WrappedConnectionJDK8转换为oracle.jdbc.OracleConnection

java - jps 进程信息不可用 - jconsole 和 jvisualvm 不工作

java - 如何在 java 后台运行这个关键监听器

java - Eclipse IDE 安装失败,因为它找不到 mars 存储库

eclipse - 如何在 Eclipse 中禁用 Scala 断言?