AtomMaterialUI / material-theme-issues

Issues Repository for the Material Theme UI plugin for JetBrains
Other
64 stars 4 forks source link

[Bug]: Search result matches are not shown in the sidebar #467

Closed dmitry-ivanov closed 6 months ago

dmitry-ivanov commented 7 months ago

Describe the bug

If you do a text search within the file, matches are not shown in the sidebar.

search

There's a closed issue on JetBrains tracker, but they say it's a third-party problem: https://youtrack.jetbrains.com/issue/IDEA-343004/Code-search-highlighting-in-the-editor-sidebar-does-not-appear

To Reproduce

  1. Open any text file.
  2. Search for a string that has several occurrences in that file.
  3. The matches in the text are highlighted (which is correct), but the matches on the sidebar are not highlighted (which is a problem).

Expected behavior

The matches in the text are highlighted, as well as the matches on the sidebar.

Material Theme Version

8.13.2

IDE

PHPStorm

System Info

No response

Logs/Screenshots

No response

AlexV525 commented 6 months ago

Hi, I'm the author of that YouTrack issue. I'm running into the issue when using the Monokai theme, I believe it's happening to all themes provided by the plugin. This significantly degrades the search experience which makes it hard to determine their positions. Would appreciate it if you could help @mallowigi Thanks!

image
mallowigi commented 6 months ago

will be available next version

dmitry-ivanov commented 1 day ago

@mallowigi I've just noticed that after updating to the latest version of PHPStorm (2024.2.3) and on Material Theme UI (9.5.0) - it doesn't work again.

Could you please take a look when you have a chance for that?

Thank you!