内容简介:IntelliJ IDEA 2018.1.2 已发布,这是 IntelliJ IDEA 2018.1 系列的第二次小更新。 针对 IntelliJ IDEA 2018.1 推出的新功能 partial Git commits ,新版本做了几个修复和完善: Fix for wrong diff preview f...
IntelliJ IDEA 2018.1.2 已发布,这是 IntelliJ IDEA 2018.1 系列的第二次小更新。
针对 IntelliJ IDEA 2018.1 推出的新功能 partial Git commits ,新版本做了几个修复和完善:
Fix for wrong diff preview for the partial Git commit: IDEA-188650
The IDE supports the partial Git commit feature with old Git versions (1.x): IDEA-188681
The ability to deselect files with the line-ending changes in the Commit Changes dialog: IDEA-189369
并改进对 Spring Boot 的支持:
Access HTTP request mappings from the editor via the new REST client doesn’t require a configured web facet: IDEA-189086.
The IDE now supports several new Spring Boot annotations: @ConditionalOnManagementPort, @ConditionalOnEnabledInfoContributor, @ConditionalOnEnabledHealthIndicator.
The IDE finds @ConfigurationProperties bean properties usages in the dependent modules.
修复了几个重要的 issues,包括:
Fix for the high memory consumption of Git indexing for shallow clones: IDEA-178016.
Fix for the extremely wide, not-resizable Commit Changes dialog in case of a long error message: IDEA-141136.
The Commit Changes dialog doesn’t automatically scroll back and forth while clicking: IDEA-188502.
The debugger now evaluates complex expressions with JDK 9.
The stream debugger now works with JDK 9.
此外,还将 JDK 升级至 1.8.0_152-release-1136-b29 版本:
Performance has been improved for Version Control Log scrolling: JRE-690
Horizontal grey lines in every window in IntelliJ IDEA were eliminated: JRE-711
完整的 IntelliJ IDEA 更新日志:
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- WebStorm 2018.2 发布,改进 TypeScript 支持
- PyCharm 2018.1.1 发布,改进数据类支持
- WebStorm 2018.2.4 发布,改进 CoffeeScript 支持
- WebStorm 2020.1 Beta 发布,改进 React 支持
- WebStorm 2020.1 发布:改进外观,支持 Vuex 等
- WebStorm 2018.2 EAP 发布,改进 JSON 支持
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C++ Primer Plus
Stephen Prata / Addison Wesley / 2011-10-18 / GBP 39.99
C++ Primer Plus, Sixth Edition New C++11 Coverage C++ Primer Plus is a carefully crafted, complete tutorial on one of the most significant and widely used programming languages today. An accessible an......一起来看看 《C++ Primer Plus》 这本书的介绍吧!