这些以org.eclipse.开头的东西怎么从eclipse里的package explorer视图里去掉呢

在进行点击run-选择externaltool-external tools configurations之后双击Program,新增一个new_configuration Program然后1.在Name中起一个名字2.点击Browse File System找到explorer.exe3.再点击Variables,选择$container_loc之后package explorer视图里出现了这些怎么办想去掉

img

要从Eclipse的Package Explorer视图中去掉以org.eclipse.开头的项目,可以:

  1. 右键Package Explorer视图,选择“Customize View...”菜单
  2. 在打开的“Customize View”对话框中,选择“Filters”选项卡
  3. 点击“New...”按钮添加一个过滤器
  4. 在“Edit Filter”对话框中:
  • Name:给过滤器起一个名字,比如“Hide org.eclipse projects”
  • Pattern:输入过滤模式“org.eclipse.*”,表示过滤以org.eclipse.开头的项目
  • Type:选择“Name Match”
  • Action:选择“Exclude”
  1. 点击“OK”按钮保存过滤器
  2. 回到“Customize View”对话框,勾选新添加的过滤器“Hide org.eclipse projects”
  3. 点击“OK”按钮关闭对话框
  4. Package Explorer视图中以org.eclipse.开头的项目就会被过滤掉,不再显示