IntelliJ IDEA 2017: Find/Replace doesn't work

Answered

Hello!

I updated IntelliJ IDEA from version 2016 to 2017.1.4 - and Find/Replace functionality completely stopped working (including Find/Replace in Path). Items in menu are enabled, I can click them, but nothing happens. On another PC everything works (old and new versions of IDEA are the same as well as OS). Can anybody help me to figure this out? Thanks a lot.

OS - Xubuntu 16.06 (xenial) with latest updates installed on both machines.

0
5 comments

Please file a bug with the logs at https://youtrack.jetbrains.com/issues/IDEA.

`-Dide.find.as.popup=false` in Help | Edit Custom VM Options will restore the original dialog.

0
Avatar
Permanently deleted user

Thank you Serge! I found the same issue in bugtracker - https://youtrack.jetbrains.com/issue/IDEA-170690

Will add my logs - seems that problem is quite simple:

java.lang.NoSuchFieldError: VISUAL_PADDING_PROPERTY
***
at com.intellij.find.SearchTextArea.updateLayout(SearchTextArea.java:189)
***

at com.intellij.find.SearchReplaceComponent.update(SearchReplaceComponent.java:373)
***

at com.intellij.find.EditorSearchSession.start(EditorSearchSession.java:196)

0
Avatar
Permanently deleted user

BTW - `-Dide.find.as.popup=false` didn't help :-(

0
Avatar
Permanently deleted user

The problem has resolved by itself. I tried to copy options folder from that another PC where it works - and it started working on this PC. After that, I returned everything back - and it keeps working. Hope it will not break again after next update...

0

Please sign in to leave a comment.