Find (cmd-f) not working in IntelliJ IDEA 2020.2.3

Answered

Hello,

Whenever I type cmd-F, the find window does not work. Tried several times, restart IntelliJ, invalidate caches, but no luck. 

 Any help would be appreciated.  Thanks!

Here is the stacktrace log:

2020-10-23 15:53:26,987 [ 973575]  ERROR - llij.ide.plugins.PluginManager - Wrong proportion: 1.112676 
java.lang.IllegalArgumentException: Wrong proportion: 1.112676
at com.intellij.openapi.ui.Splitter.setProportion(Splitter.java:465)
at com.intellij.ui.JBSplitter.setProportion(JBSplitter.java:117)
at com.intellij.ui.JBSplitter.loadProportion(JBSplitter.java:123)
at com.intellij.ui.JBSplitter.setAndLoadSplitterProportionKey(JBSplitter.java:106)
at com.intellij.find.SearchReplaceComponent.<init>(SearchReplaceComponent.java:201)
at com.intellij.find.SearchReplaceComponent.<init>(SearchReplaceComponent.java:50)
at com.intellij.find.SearchReplaceComponent$Builder.build(SearchReplaceComponent.java:697)
at com.intellij.find.EditorSearchSession.<init>(EditorSearchSession.java:118)
at com.intellij.find.EditorSearchSession.start(EditorSearchSession.java:260)
at com.intellij.openapi.editor.actions.IncrementalFindAction$Handler.doExecute(IncrementalFindAction.java:67)
at com.intellij.openapi.editor.actionSystem.DynamicEditorActionHandler.doExecute(DynamicEditorActionHandler.java:52)
at com.intellij.openapi.editor.actionSystem.EditorActionHandler.lambda$execute$4(EditorActionHandler.java:198)
at com.intellij.openapi.editor.actionSystem.EditorActionHandler.doIfEnabled(EditorActionHandler.java:88)
at com.intellij.openapi.editor.actionSystem.EditorActionHandler.execute(EditorActionHandler.java:197)
at com.intellij.openapi.editor.actionSystem.EditorAction.lambda$actionPerformed$0(EditorAction.java:89)
at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:220)
at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:177)
at com.intellij.openapi.editor.actionSystem.EditorAction.actionPerformed(EditorAction.java:98)
at com.intellij.openapi.editor.actionSystem.EditorAction.actionPerformed(EditorAction.java:73)
at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAware(ActionUtil.java:282)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher$1.performAction(IdeKeyEventDispatcher.java:610)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.lambda$processAction$3(IdeKeyEventDispatcher.java:670)
at com.intellij.openapi.application.TransactionGuardImpl.performUserActivity(TransactionGuardImpl.java:94)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processAction(IdeKeyEventDispatcher.java:669)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processAction(IdeKeyEventDispatcher.java:620)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processActionOrWaitSecondStroke(IdeKeyEventDispatcher.java:517)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.inInitState(IdeKeyEventDispatcher.java:471)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:220)
at com.intellij.ide.IdeEventQueue.dispatchKeyEvent(IdeEventQueue.java:890)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:835)
at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:452)
at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:744)
at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$9(IdeEventQueue.java:451)
at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:802)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:505)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
2020-10-23 15:53:27,008 [ 973596] ERROR - llij.ide.plugins.PluginManager - IntelliJ IDEA 2020.2.3 Build #IC-202.7660.26
2020-10-23 15:53:27,008 [ 973596] ERROR - llij.ide.plugins.PluginManager - JDK: 11.0.8; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2020-10-23 15:53:27,008 [ 973596] ERROR - llij.ide.plugins.PluginManager - OS: Mac OS X
2020-10-23 15:53:27,009 [ 973597] ERROR - llij.ide.plugins.PluginManager - Last Action: Find

 

0
4 comments

Hello Juan,

Does it help if you temporarily disable all custom (downloaded) plugins under File | Settings | Plugins > Installed and restart the IDE?

0
Avatar
Permanently deleted user

Hello Arina,

I tried your suggestion but it didn't work. 

0

A similar bug exists on our issue tracker: IDEA-249809

Feel free to follow it for updates on the progress. See this article if you are not familiar with YouTrack.

In the meantime, try the workaround from this comment.

1
Avatar
Permanently deleted user

Hi Arina,

Thanks for your help, I did the workaround and now "Find" it's working.

% cd ~/Library/Application Support/JetBrains/IdeaIC2020.2/options
% grep -rnw ./ -e 'FindSplitterProportion'
.//other.xml:12: <property name="FindSplitterProportion" value="1.112676" />

And changed the value for 0.5 and it worked!

1

Please sign in to leave a comment.