9 Essential Fixes in IntelliJ IDEA 2026.1.2 You Should Know About
JetBrains has just released IntelliJ IDEA 2026.1.2, a maintenance update packed with practical fixes that tackle everything from Gradle integration to UI quirks. Whether you rely on the Toolbox App, Ubuntu snaps, or the built-in updater, getting this version is straightforward. Below, we break down the nine most impactful corrections in this release. Click any heading to jump straight to that fix.
- Gradle .ipr File Handling
- Ternary Expression Indentation
- Alt+Enter on Windows
- Live Templates with groovyScript
- Drag-and-Drop Code Disappearance
- External Diff Tool in Commit Window
- MCP Server and Spaces in Project Paths
- Workspace Functionality
- IDE Freezes
1. Gradle .ipr File Handling Restored
Projects generated using the Gradle idea task can now be opened correctly again. A previous regression prevented IntelliJ IDEA from loading these .ipr files, causing frustration for teams relying on Gradle-based project setups. This fix ensures that importing from Gradle’s idea task works seamlessly, restoring a smooth workflow for Java developers who prefer Gradle as their build tool. [IJPL-242321]

2. Ternary Expression Indentation Fixed
Java ternary expressions involving chained method calls no longer suffer from incorrect indentation. The IDE now properly aligns this style of code, making it easier to read and maintain. If you frequently use nested ternary operators with method chains, you’ll appreciate the cleaner formatting that matches your coding standards. This resolves a long-standing annoyance for developers working with compact conditional logic. [IDEA-387867]
3. Alt+Enter on Windows No Longer Opens Context Menu
On Windows systems, pressing Alt+Enter in the editor no longer unexpectedly triggers the context menu. This fix stops the accidental overlay that interfered with quick-fix actions and other keyboard shortcuts. Now you can rely on the intended behavior—invoking the “Show Intention Actions” popup—without disruptive menu appearances. [IJPL-47743]
4. Live Templates with groovyScript Work Again
Live templates that use groovyScript now function correctly. A bug had caused them to fail silently, breaking custom code generation workflows for teams that rely on Groovy scripts within templates. Whether you are automating log statements or boilerplate code, this update brings back the flexibility of scripted live templates. [IJPL-241581]
5. Drag-and-Drop Code No Longer Vanishes
Dragging and dropping selected code back to its original position previously caused the selection to disappear entirely. This odd behavior forced users to undo and redo actions. The fix ensures that the IDE correctly handles such moves, preserving the code you intended to reposition. Drag-and-drop editing now behaves exactly as you expect. [IJPL-235895]

6. Double-Click to Open Diff in External Tool
In the Commit tool window, double-clicking a file now correctly opens the diff viewer in an external tool. Users had reported that this action stopped working after a prior update. With this fix, you can quickly compare changes using your preferred external diff application, streamlining code review and conflict resolution. [IJPL-241256]
7. MCP Server Handles Spaces in Project Paths
The MCP Server no longer reports illegal character errors when your project path contains spaces. This bug hindered developers working on projects stored in directories with spaces (e.g., My Projects). The correction ensures that the IDE processes such paths correctly, eliminating confusing error messages and keeping the server functionality intact. [IJPL-241803]
8. Workspace Stability Restored
Workspaces now function as expected again after a regression that caused them to misbehave. Whether you use workspaces for organizing multiple projects or for managing different configurations, this fix restores reliable behavior. You can switch between workspaces and persist settings without unexpected issues. [IDEA-388445]
9. Multiple IDE Freezes Resolved
Several freezes that disrupted development have been addressed. These freezes occurred under various conditions, including heavy code analysis, large file handling, and certain plugin interactions. The fixes improve overall responsiveness and stability, particularly in complex projects. If you experienced random pauses or unresponsiveness, this update should bring a noticeable improvement. [IJPL-235455, IJPL-224542, IJPL-203153]
To explore the full list of resolved issues, visit the official release notes. As always, if you encounter any new bugs, please report them via the issue tracker. Happy coding!