IntelliJ IDEA 2018.1.3 EAP 发布,改进 Gradle 支持

【腾讯云】0基础建站 网站模板9元起! >>>  

IntelliJ IDEA 2018.1.3 EAP 已可下载尝鲜,在当前的稳定版基础上带来了新的改进和修复。

IntelliJ IDEA 2018.1.3 EAP 版本在从以前的 IDE 版本导入设置时会检查与 Kotlin 插件的兼容性,如果导入的 Kotlin 插件版本不兼容,则 IDE 将使用当前绑定的 Kotlin 插件版本。

运行/调试配置下拉菜单现在可以预览所选运行配置的全名(默认为80个字符)。如果名称超出此限制,则会在中间裁剪。


Find in Path 快捷方式(Ctrl+Shift+F on Linux/Windows, on Cmd+Shift+F macOS) 再次可用于 Find in Path 对话框的预览窗口。

新版本还改进了 Gradle 支持:

  • The build project action doesn’t fail for Gradle projects that use composite builds when the build action is delegated to Gradle: IDEA-190088.

  • Fixed the navigation (for the test run by Gradle test runner) from the result in the Run/Debug view to the editor for JUnit5 test: IDEA-190103.

此外,还集成了一个新的 JDK 版本:1.8.0_152-release-1136-b34,其中包含以下重要修补程序:

  • Introduced a possibility to disable IME via JVM property: -Dawt.ime.disabled=true : JRE-729.

  • Fixed the issue with IME window position on HiDPI displays: JRE-742.

更多细节请查阅发行说明:

猜你喜欢

转载自www.oschina.net/news/95557/intellij-idea-2018-1-3-eap-released