内容简介:Eclipse 和 Equinox 2020-09 (4.17) RC2 已发布。 Eclipse 下载 https://download.eclipse.org/eclipse/downloads/drops4/S-4.17RC2-202009021800/ 升级已有安装版本 (non-production) https://download.eclipse....
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
详细内容查看
- New features in the Platform and Equinox
- New features for Java developers
- New APIs in the Platform and Equinox
- New features for plug-in developers
对于 Windows 10 用户,要注意由于 Windows 10 Defender 扫描 JAR 文件导致 Eclipse 速度变慢的问题。目前已向微软反馈此问题,在解决之前,修复方法是将 Eclipse 根目录添加到 Windows 10 Defender 的白名单中,详细步骤查看 https://bugs.eclipse.org/bugs/show_bug.cgi?id=548443#c28
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- NPM包(模块)发布、更新、撤销发布
- 有赞灰度发布与蓝绿发布实践
- 【重磅发布】Linkis 0.10.0 版本发布
- BeetlSQL 3.0.9 发布,Idea 插件发布
- 贝密游戏 0.7.0 发布,发布斗地主
- 【重磅发布】DataSphere Studio 0.9.0 版本发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Developer's Guide to Social Programming
Mark D. Hawker / Addison-Wesley Professional / 2010-8-25 / USD 39.99
In The Developer's Guide to Social Programming, Mark Hawker shows developers how to build applications that integrate with the major social networking sites. Unlike competitive books that focus on a s......一起来看看 《Developer's Guide to Social Programming》 这本书的介绍吧!