[Bug Report] Can't invoke the find feature
Answered
When trying invoking the Find feature by typing Ctrl+F and clicking the "Find" menu item, nothing happened.
The following log were outputted after typing it and clicking it:
2022-04-15 14:20:08,785 [ 49174] SEVERE - #c.i.i.p.PluginManager - Could not initialize class com.intellij.find.SearchTextArea
java.lang.NoClassDefFoundError: Could not initialize class com.intellij.find.SearchTextArea
at com.intellij.find.SearchReplaceComponent.updateTextComponent(SearchReplaceComponent.java:580)
at com.intellij.find.SearchReplaceComponent.updateSearchComponent(SearchReplaceComponent.java:419)
at com.intellij.find.SearchReplaceComponent.update(SearchReplaceComponent.java:491)
at com.intellij.find.SearchReplaceComponent.<init>(SearchReplaceComponent.java:302)
at com.intellij.find.SearchReplaceComponent$Builder.build(SearchReplaceComponent.java:823)
at com.intellij.find.EditorSearchSession.<init>(EditorSearchSession.java:122)
at com.intellij.find.EditorSearchSession.start(EditorSearchSession.java:293)
at com.intellij.openapi.editor.actions.IncrementalFindAction$Handler.doExecute(IncrementalFindAction.java:66)
at com.intellij.openapi.editor.actionSystem.DynamicEditorActionHandler.doExecute(DynamicEditorActionHandler.java:63)
...
I tried this on Kubuntu 22.10 and IntelliJ IDEA Build #IU-221.5080.210, built on April 12, 2022.
Please sign in to leave a comment.
Same issue has been fixed after updating plugins: https://youtrack.jetbrains.com/issue/IDEA-292082
One of suspicious plugins is Monokai Pro Theme
Konstantin, your answer is correct! I was able to fix this issue by updating the Monokai Pro Theme plugin.
Thank you for the advice!