From ea82d12cbc0d19b613e86d89a356961b9cdd7e5a Mon Sep 17 00:00:00 2001 From: Maria Filipanova Date: Tue, 1 Jul 2025 12:05:53 +0200 Subject: [PATCH] [rdct] register TomlCodeStyleSettingsSynchronizer properly (cherry picked from commit dae252e069b0c3946d7c572c498e22c0fba77e99) IJ-CR-169846 GitOrigin-RevId: a9b6bda338586ede5f4512a4e711a64a9260ca43 --- plugins/toml/backend/resources/intellij.toml.backend.xml | 2 ++ ...ngsSynchronizer.kt => TomlCodeStyleSettingsSynchronizer.kt} | 0 plugins/toml/core/src/main/resources/intellij.toml.core.xml | 3 --- 3 files changed, 2 insertions(+), 3 deletions(-) rename plugins/toml/core/src/main/kotlin/org/toml/ide/formatter/settings/{TomlFrontendCodeStyleSettingsSynchronizer.kt => TomlCodeStyleSettingsSynchronizer.kt} (100%) diff --git a/plugins/toml/backend/resources/intellij.toml.backend.xml b/plugins/toml/backend/resources/intellij.toml.backend.xml index 2ca0bb2099e6..2694f058a4f5 100644 --- a/plugins/toml/backend/resources/intellij.toml.backend.xml +++ b/plugins/toml/backend/resources/intellij.toml.backend.xml @@ -32,5 +32,7 @@ org.toml.ide.intentions.TomlExpandInlineTableIntention intention.category.toml + + \ No newline at end of file diff --git a/plugins/toml/core/src/main/kotlin/org/toml/ide/formatter/settings/TomlFrontendCodeStyleSettingsSynchronizer.kt b/plugins/toml/core/src/main/kotlin/org/toml/ide/formatter/settings/TomlCodeStyleSettingsSynchronizer.kt similarity index 100% rename from plugins/toml/core/src/main/kotlin/org/toml/ide/formatter/settings/TomlFrontendCodeStyleSettingsSynchronizer.kt rename to plugins/toml/core/src/main/kotlin/org/toml/ide/formatter/settings/TomlCodeStyleSettingsSynchronizer.kt diff --git a/plugins/toml/core/src/main/resources/intellij.toml.core.xml b/plugins/toml/core/src/main/resources/intellij.toml.core.xml index 29192e2c37c5..cfd51f002c77 100644 --- a/plugins/toml/core/src/main/resources/intellij.toml.core.xml +++ b/plugins/toml/core/src/main/resources/intellij.toml.core.xml @@ -17,9 +17,6 @@ - - -