Alt + Insert (Generate) stopped working after last update

Answered

Hello, 

recently I installed the latest IntelliJ IDEA update. So I have the latest version possible.

After installation I can't use Alt + Insert anymore, it just doesn't work. I checked settings and the keymap is still there existing.

This bug also happens on my work laptop - after installing the latest version Alt + Insert doesn't open the "Generate" dialog anymore.

I'm using the latest Windows 10 Pro version 1890 build 17763.437. I tried changing the keyboard and it didn't help.

I also tried turning off all possible programs and processes and it didn't help either.

0
2 comments
Avatar
Permanently deleted user
2019-05-08 08:43:16,796 [ 476286] ERROR - llij.ide.plugins.PluginManager - org/jetbrains/plugins/groovy/GroovyFileType
java.lang.NoClassDefFoundError: org/jetbrains/plugins/groovy/GroovyFileType
    at org.jetbrains.plugins.gradle.integrations.maven.codeInsight.actions.AddGradleDslDependencyAction.isValidForFile(AddGradleDslDependencyAction.java:54)
    at com.intellij.codeInsight.actions.CodeInsightAction.update(CodeInsightAction.java:103)
    at com.intellij.codeInsight.actions.CodeInsightAction.update(CodeInsightAction.java:108)
    at com.intellij.codeInsight.actions.CodeInsightAction.update(CodeInsightAction.java:99)
    at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:174)
    at com.intellij.openapi.actionSystem.ActionGroupUtil.isActionEnabledAndVisible(ActionGroupUtil.java:118)
    at com.intellij.openapi.actionSystem.ActionGroupUtil.isActionEnabledAndVisible(ActionGroupUtil.java:100)
    at com.intellij.openapi.actionSystem.ActionGroupUtil.isGroupEmpty(ActionGroupUtil.java:50)
    at com.intellij.openapi.actionSystem.ActionGroupUtil.isGroupEmpty(ActionGroupUtil.java:52)
    at com.intellij.openapi.actionSystem.ActionGroupUtil.isGroupEmpty(ActionGroupUtil.java:40)
    at com.intellij.codeInsight.generation.actions.GenerateAction.update(GenerateAction.java:65)
    at com.intellij.openapi.actionSystem.AnAction.beforeActionPerformedUpdate(AnAction.java:239)
    at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.java:171)
    at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processAction(IdeKeyEventDispatcher.java:639)
    at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processActionOrWaitSecondStroke(IdeKeyEventDispatcher.java:512)
    at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.inInitState(IdeKeyEventDispatcher.java:467)
    at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:217)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:665)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:385)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
2019-05-08 08:43:16,796 [ 476286] ERROR - llij.ide.plugins.PluginManager - IntelliJ IDEA 2019.1.1 Build #IU-191.6707.61
2019-05-08 08:43:16,796 [ 476286] ERROR - llij.ide.plugins.PluginManager - JDK: 1.8.0_202-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o
2019-05-08 08:43:16,797 [ 476287] ERROR - llij.ide.plugins.PluginManager - OS: Linux
2019-05-08 08:43:16,798 [ 476288] ERROR - llij.ide.plugins.PluginManager - Last Action: ShowLog
0

It's a known issue, please enable the Groovy plug-in: https://youtrack.jetbrains.com/issue/IDEA-198173 .

0

Please sign in to leave a comment.