IntelliJ IDEA 2019.1.2 is here!
IntelliJ IDEA 2019.1.2 a new bugfix update is available now. Please download the new version from our website, via the Toolbox App, or as a patch update.
This update comes with a bunch of notable fixes:
- Fixed several major Gradle issues: IDEA-210487, IDEA-209560, IDEA-178417.
- The “Open Recent” menu can now display the path to a project: IDEA-168223.
- The terminal tabs can now be reordered with Ctrl+Shift+Left/Right on Windows / Linux, and cmd+Shift+Left/Right on macOS: IDEA-202809.
- It’s now possible to build a Groovy project using the Groovy-Eclipse compiler: IDEA-207921.
- The Recent Locations popup now opens all the selected locations: IDEA-209286
- The Run Anything popup shows the correct list of Maven goals: IDEA-199283, and shows correct suggestions on the first run: IDEA-210716.
We’ve also updated JBR 11 to v11.0.2+9-b159.56:
- Fixed incorrect font on v2019.1 on Ubuntu: JBR-1314.
- Force IDE-managed HiDPI on Linux for fractional scales: JBR-1365.
- Support for LCD text on macOS: JBR-1395.
- The font rendering on macOS is restored and it’s now the same as it was in v2018.3.3: JBR-1174.
- Double quote doesn’t add a special character on macOS anymore: JBR-1311.
Check out the IDE release notes for the list of fixes.
Update to v2019.1.2 right now! Don’t hesitate to share your feedback with us using our issue tracker, discussion forum, or Twitter.
Happy developing!
Paidhi says:
May 11, 2019Unfortunately HiDPI/scaling issues on Windows 10 still exist.
https://youtrack.jetbrains.com/issue/IDEA-212486
https://youtrack.jetbrains.com/issue/IDEA-200333
https://youtrack.jetbrains.com/issue/IDEA-185238
DP says:
May 13, 2019Greetings!
Getting an error updating from the previous version 2019.1.1 I believe …
Updating IntelliJ IDEA (build 191.6707.61) to IntelliJ IDEA (build 191.7141.44) …
Got a POPUP “Some conflicts were found in the installation area”.
bin/breakgen64.dll Action: Update, Problem: Access denied, Solution IGNORE.
Not sure if I should just click on the “Proceed” to continue.
Help gratefully appreciated. Thanks.
Vladimir says:
May 14, 2019Could you please cancel update, start IDEA and try to update again?
DP says:
May 17, 2019Thanks! Failed to mention that I had tried that already … did not seem to help. I can also try restarting my machine in case this file is locked … will report back please.
Huawei Chen says:
May 30, 2019I had the same issue.
———————————————————————————–
idea_updater.log
30/05 17:07:12 INFO Runner.initLogger – — Updater started —
30/05 17:07:12 INFO Runner.main – args: [install, C:\Program Files\JetBrains\IntelliJ IDEA 2019.1.2]
30/05 17:07:12 INFO Runner.main – destFolder: C:\Program Files\JetBrains\IntelliJ IDEA 2019.1.2, case-sensitive: false
30/05 17:07:13 INFO Utils.getTempFile – created working directory: C:\Users\Huawei Chen\.IntelliJIdea2019.1\system\log\idea.updater.files.6170961320749849437
30/05 17:07:13 INFO Runner.install – Extracting patch file…
30/05 17:07:13 INFO Utils.getZipEntry – entryPath: patch-file.zip
30/05 17:07:13 INFO Utils.getZipEntry – entryPath: .patch-info
30/05 17:07:13 INFO PatchFileCreator.prepareAndValidate – IntelliJ IDEA (build 191.7141.44) -> IntelliJ IDEA (build 191.7479.19)
30/05 17:07:14 INFO Patch.forEach – Validating installation… [637 actions]
30/05 17:07:15 WARN PatchAction.isWritable – C:\Program Files\JetBrains\IntelliJ IDEA 2019.1.2\bin\breakgen64.dll
java.io.FileNotFoundException: C:\Program Files\JetBrains\IntelliJ IDEA 2019.1.2\bin\breakgen64.dll (The process cannot access the file because it is being used by another process)
at java.io.FileOutputStream.open0(Native Method)
at java.io.FileOutputStream.open(FileOutputStream.java:270)
at java.io.FileOutputStream.(FileOutputStream.java:213)
at com.intellij.updater.PatchAction.isWritable(PatchAction.java:135)
at com.intellij.updater.PatchAction.doValidateAccess(PatchAction.java:129)
at com.intellij.updater.BaseUpdateAction.validate(BaseUpdateAction.java:88)
at com.intellij.updater.Patch.lambda$validate$0(Patch.java:264)
at com.intellij.updater.Patch.forEach(Patch.java:426)
at com.intellij.updater.Patch.validate(Patch.java:263)
at com.intellij.updater.PatchFileCreator.prepareAndValidate(PatchFileCreator.java:55)
at com.intellij.updater.Runner.install(Runner.java:316)
at com.intellij.updater.Runner.main(Runner.java:118)
———————————————————————————–
Arne Zelasko says:
July 26, 2019I have the same error.First mentioned error with “breakgen64.dll” happens. when i proceed i get this error
Cannot delete “idea_rt.jar”
Arne Zelasko says:
July 26, 2019After restarting the sytem the error does not happen again.
Christoph Linder says:
September 6, 2019Same on linux (after restarting IntellJ and clicking the update menu entry):
idea_updater.log
06/09 16:13:04 INFO Runner.initLogger – — Updater started —
06/09 16:13:04 INFO Runner.main – args: [install, /home/someuser/somedir/idea-IU-183.4284.148]
06/09 16:13:04 INFO Runner.main – destFolder: /home/someuser/somedir/idea-IU-183.4284.148, case-sensitive: true
06/09 16:13:05 INFO Utils.getTempFile – created working directory: /home/someuser/.IntelliJIdea2019.2/system/log/idea.updater.files.5208302518232112893
06/09 16:13:05 INFO Runner.install – Extracting patch file…
06/09 16:13:05 INFO Utils.getZipEntry – entryPath: patch-file.zip
06/09 16:13:05 INFO Utils.getZipEntry – entryPath: .patch-info
06/09 16:13:05 INFO PatchFileCreator.prepareAndValidate – IntelliJ IDEA (build 192.6262.58) -> IntelliJ IDEA (build 192.6603.28)
06/09 16:13:05 INFO Patch.forEach – Validating installation… [504 actions]
and then the message pops up
Ivan says:
May 13, 2019Unable to update from within IDEA itself, it pops up this message:
https://i.imgur.com/4RUmGKo.png
Vladimir says:
May 14, 2019Could you please clarify if jbr folder exists in root installation folder?
Ivan says:
May 16, 2019Sorry, I didn’t have notifications enabled so I didn’t see your reply. This is what my installation folder looks like:
https://imgur.com/Ag5OJHe.png
I am still unable to update from within IDEA.
Vladimir says:
May 30, 2019As I see you most probably deleted jbr folder. I can suggest you to reinstall the product now.
Will says:
May 14, 2019Gradle issue “IDEA-210487” is listed twice in the first bullet point. Did you mean to include a different issue besides that and “IDEA-178417”?
Dennis says:
May 20, 2019Looking at the release notes (https://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+2019.1.2+%28191.7141.44+build%29+Release+Notes), and the linked issues, there is one more major Gradle issue, IDEA-209560 (https://youtrack.jetbrains.com/issue/IDEA-209560)
Corey says:
May 23, 2019I wondered the same. See this: https://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+2019.1.2+%28191.7141.44+build%29+Release+Notes
Zlata Kalyuzhnaya says:
May 28, 2019Thanks, fixed