DropDrage / Simple_Compose_Preview_Generator

Plugin for generation Jetpack Compose Preview functions
Mozilla Public License 2.0
0 stars 0 forks source link

Fix search of settings items #20

Open DropDrage opened 3 weeks ago

DropDrage commented 3 weeks ago

Tried Gradle task buildSearchableOptions but many JSONs are generated instead of one searchableOptions.xml. This task only works with InteliJ IDEA IDE, not Android Studio Tried run InteliJ IDEA traverseUI but still many JSONs generated.

Can be done manually but looks bad. Why task doesn't work then? https://github.com/intellij-dlanguage/intellij-dlanguage/commit/7c17a2084c089cf8cc641edbcbcd3832ad2fb72e#diff-39fe67d268350ab8186164c1904f3573ba45c2bc2fada129039c9097e798753dR38

https://youtrack.jetbrains.com/issue/IDEA-192898 https://github.com/JetBrains/intellij-community/blob/idea/242.23339.11/platform/ide-core/src/com/intellij/openapi/options/SearchableConfigurable.java