Keyboard shortcuts not working in IntelliJUltimate

Answered

I have a couple keyboard shortcuts that suddenly stopped working (maybe after the update). A couple shortcuts that stopped working are:

CMD + O (Navigate to class)

CMD + SHIFT + O (Navigate to File)

 

More specifically, when I hit "CMD + O", the IDE seems to freeze for a bit, and does not accept any of my keystrokes. After a bit, it unfreezes itself.. 

 

A couple shortcuts are still working, like : CMD + F, CMD + SHIFT + F, CMD + G

 

I tried restarting IntelliJ, also tried restarting computer.

1
7 comments

Check that these shortcuts are not conflicted with global OS shortcuts.

Can you find actions by these shortcuts in Keymap settings? What results do you see:

Try disabling all custom plugins if you have any installed.

1

Hi, thanks for replying. This is what I see:

0

Looks like you are using custom UI theme plugin. Please disable it and all other custom plugins and check. Also please check does the action work if you remap it to a different shortcut?

If problem remains, attach all IDE log folder zipped after IDE restart and reproducing the issue.

1

Hi. I uploaded the logs here:

https://drive.google.com/file/d/1_n0u2C-TwOFCIRm-5SMB0jPdHp_Zh69x/view?usp=sharing

 

I disabled the theme UI plugin, restarted, and was able to reproduce. I mapped it to a different shortcut, but it still didn't work.

0

This exception may cause the problem:

2018-05-16 15:06:20,734 [172872589] ERROR - .intellij.psi.impl.ElementBase - String index out of range: 4 
java.lang.StringIndexOutOfBoundsException: String index out of range: 4
at java.lang.String.substring(String.java:1963)
at org.apache.batik.util.ParsedURLJarProtocolHandler.parseURL(ParsedURLJarProtocolHandler.java:46)
at org.apache.batik.util.ParsedURL.parseURL(ParsedURL.java:571)
at org.apache.batik.util.ParsedURL.parseURL(ParsedURL.java:554)
at org.apache.batik.util.ParsedURL.<init>(ParsedURL.java:206)
at org.apache.batik.bridge.URIResolver.getNode(URIResolver.java:103)
at org.apache.batik.bridge.BridgeContext.getReferencedNode(BridgeContext.java:760)
at org.apache.batik.bridge.BridgeContext.getReferencedElement(BridgeContext.java:804)
at org.apache.batik.bridge.SVGUseElementBridge.buildCompositeGraphicsNode(SVGUseElementBridge.java:124)
at org.apache.batik.bridge.SVGUseElementBridge.createGraphicsNode(SVGUseElementBridge.java:98)
at org.apache.batik.bridge.GVTBuilder.buildGraphicsNode(GVTBuilder.java:213)
at org.apache.batik.bridge.GVTBuilder.buildComposite(GVTBuilder.java:171)
at org.apache.batik.bridge.GVTBuilder.buildGraphicsNode(GVTBuilder.java:219)
at org.apache.batik.bridge.GVTBuilder.buildComposite(GVTBuilder.java:171)
at org.apache.batik.bridge.GVTBuilder.buildGraphicsNode(GVTBuilder.java:219)
at org.apache.batik.bridge.GVTBuilder.buildComposite(GVTBuilder.java:171)
at org.apache.batik.bridge.GVTBuilder.buildGraphicsNode(GVTBuilder.java:219)
at org.apache.batik.bridge.GVTBuilder.buildComposite(GVTBuilder.java:171)
at org.apache.batik.bridge.GVTBuilder.build(GVTBuilder.java:82)
at org.apache.batik.transcoder.SVGAbstractTranscoder.transcode(SVGAbstractTranscoder.java:208)
at org.apache.batik.transcoder.image.ImageTranscoder.transcode(ImageTranscoder.java:92)
at org.apache.batik.transcoder.XMLAbstractTranscoder.transcode(XMLAbstractTranscoder.java:142)
at org.apache.batik.transcoder.SVGAbstractTranscoder.transcode(SVGAbstractTranscoder.java:156)
at com.intellij.util.SVGLoader.createImage(SVGLoader.java:158)
at com.intellij.util.SVGLoader.load(SVGLoader.java:128)
at com.intellij.util.ImageLoader$ImageDesc$1.load(ImageLoader.java:132)
at com.intellij.util.ImageLoader$ImageDesc.loadImpl(ImageLoader.java:142)
at com.intellij.util.ImageLoader$ImageDesc.load(ImageLoader.java:117)
at com.intellij.util.ImageLoader$ImageDescList.load(ImageLoader.java:209)
at com.intellij.util.ImageLoader.loadFromUrl(ImageLoader.java:355)
at com.intellij.openapi.util.IconLoader$CachedImageIcon.loadFromUrl(IconLoader.java:552)
at com.intellij.openapi.util.IconLoader$CachedImageIcon.access$500(IconLoader.java:400)
at com.intellij.openapi.util.IconLoader$CachedImageIcon$MyScaledIconsCache.getOrScaleIcon(IconLoader.java:587)
at com.intellij.openapi.util.IconLoader$CachedImageIcon.getRealIcon(IconLoader.java:492)
at com.intellij.openapi.util.IconLoader$CachedImageIcon.getRealIcon(IconLoader.java:458)
at com.intellij.openapi.util.IconLoader$CachedImageIcon.getIconWidth(IconLoader.java:514)
at com.intellij.ui.LayeredIcon.updateSize(LayeredIcon.java:286)
at com.intellij.ui.LayeredIcon.setIcon(LayeredIcon.java:159)
at com.intellij.ui.LayeredIcon.setIcon(LayeredIcon.java:139)
at com.intellij.psi.impl.ElementBase.createLayeredIcon(ElementBase.java:249)
at com.intellij.psi.impl.ElementBase.computeBaseIcon(ElementBase.java:115)
at com.intellij.psi.impl.ElementBase.computeIcon(ElementBase.java:91)
at com.intellij.psi.impl.ElementBase.getIcon(ElementBase.java:72)
at com.intellij.ide.projectView.impl.nodes.PsiFileNode.updateImpl(PsiFileNode.java:76)
at com.intellij.ide.projectView.impl.nodes.AbstractPsiBasedNode.lambda$update$0(AbstractPsiBasedNode.java:152)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:897)
at com.intellij.ide.projectView.impl.nodes.AbstractPsiBasedNode.update(AbstractPsiBasedNode.java:127)
at com.intellij.ide.util.treeView.PresentableNodeDescriptor.getUpdatedPresentation(PresentableNodeDescriptor.java:88)
at com.intellij.ide.util.treeView.PresentableNodeDescriptor.update(PresentableNodeDescriptor.java:41)
at com.intellij.ui.tree.StructureTreeModel$Node.update(StructureTreeModel.java:280)
at com.intellij.ui.tree.StructureTreeModel$Node.access$900(StructureTreeModel.java:256)
at com.intellij.ui.tree.StructureTreeModel.lambda$invalidate$2(StructureTreeModel.java:100)
at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1134)
at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runInReadActionWithWriteActionPriority$0(ProgressIndicatorUtils.java:84)
at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runWithWriteActionPriority$2(ProgressIndicatorUtils.java:140)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:157)
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:580)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:525)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85)
at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:144)
at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:138)
at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:84)
at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:105)
at com.intellij.util.concurrency.Invoker.invokeSafely(Invoker.java:114)
at com.intellij.util.concurrency.Invoker.lambda$invokeSafely$1(Invoker.java:123)
at com.intellij.util.concurrency.Invoker$BackgroundThread.lambda$offer$0(Invoker.java:248)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:228)
at com.intellij.util.concurrency.BoundedTaskExecutor$2.run(BoundedTaskExecutor.java:212)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
2018-05-16 15:06:20,734 [172872589] ERROR - .intellij.psi.impl.ElementBase - IntelliJ IDEA 2018.1.3 Build #IU-181.4892.42
2018-05-16 15:06:20,734 [172872589] ERROR - .intellij.psi.impl.ElementBase - JDK: 1.8.0_152-release
2018-05-16 15:06:20,734 [172872589] ERROR - .intellij.psi.impl.ElementBase - VM: OpenJDK 64-Bit Server VM
2018-05-16 15:06:20,734 [172872589] ERROR - .intellij.psi.impl.ElementBase - Vendor: JetBrains s.r.o
2018-05-16 15:06:20,734 [172872589] ERROR - .intellij.psi.impl.ElementBase - OS: Mac OS X
2018-05-16 15:06:20,734 [172872589] ERROR - .intellij.psi.impl.ElementBase - Last Action: EditorBackSpace

 

Please disable these plugins and check:

Black Caiman - Internal Amazon Development Toolkit (2.0.200053.0), GoToTabs (1.3), Lombok Plugin (0.17-2018.1), Material Theme UI (2.2.3) 

 

May also be caused by broken install. Please try re-install from https://www.jetbrains.com/idea/download

0

Looks like "Black Caiman" plug-in was the problem. I will go ahead and create a bug report into our internal plug-in team. Thanks

0

Please sign in to leave a comment.