Eclipse 4.17 RC2 发布

Eclipse 和 Equinox 2020-09 (4.17) RC2 已发布

Eclipse 下载
https://download.eclipse.org/eclipse/downloads/drops4/S-4.17RC2-202009021800/

升级已有安装版本 (non-production)
https://download.eclipse.org/eclipse/updates/4.17milestones/

Specific repository good for building against:
https://download.eclipse.org/eclipse/updates/4.17milestones/S-4.17RC2-202009021800/

Equinox 相关 downloads
https://download.eclipse.org/equinox/drops/S-4.17RC2-202009021800/

Eclipse 4.17 更新说明
https://www.eclipse.org/eclipse/news/4.17/

其中主要更新包括:

  • 可记录多个上次的编辑位置

  • 改进 GTK light 主题
  • 改进 Windows 版本的深色主题
  • 添加了针对 Linux AArch64 (aka Arm64) 的构建版本
  • 优化标签页,4.17 添加了一个新选项卡,该选项卡会收集可改进时间性能的代码清理,包括对现有惰性运算符的清理和正则表达式预编译器清理
    • 对于给定的代码
    • 经过清理会变成
  • 变量视图中显示实际类型,“变量和表达式”视图中的"Show Type Names"选项将显示值的实际类型,而不是其声明的类型
    • 示例
	Object s = "some string";
	Collection<?> c = Arrays.asList(s, 1);
	// breakpoint

详细内容查看

对于 Windows 10 用户,要注意由于 Windows 10 Defender 扫描 JAR 文件导致 Eclipse 速度变慢的问题。目前已向微软反馈此问题,在解决之前,修复方法是将 Eclipse 根目录添加到 Windows 10 Defender 的白名单中,详细步骤查看 https://bugs.eclipse.org/bugs/show_bug.cgi?id=548443#c28

猜你喜欢

转载自www.oschina.net/news/118442/eclipse-rc2-released