Skip to content

Commit 7d574f5

Browse files
committed
Move TomlKeyInsertionHandler to correct package
1 parent dfdc8cf commit 7d574f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/kotlin/toml/toml/TomlKeyInsertionHandler.kt renamed to src/main/kotlin/toml/TomlKeyInsertionHandler.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
*/
2020

21-
package com.demonwav.mcdev.toml.toml
21+
package com.demonwav.mcdev.toml
2222

2323
import com.intellij.codeInsight.AutoPopupController
2424
import com.intellij.codeInsight.completion.InsertHandler

src/main/kotlin/toml/platform/forge/completion/ModsTomlCompletionContributor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
package com.demonwav.mcdev.toml.platform.forge.completion
2222

2323
import com.demonwav.mcdev.platform.forge.util.ForgeConstants
24+
import com.demonwav.mcdev.toml.TomlKeyInsertionHandler
2425
import com.demonwav.mcdev.toml.TomlSchemaEntry
2526
import com.demonwav.mcdev.toml.TomlStringValueInsertionHandler
2627
import com.demonwav.mcdev.toml.inModsTomlKey
2728
import com.demonwav.mcdev.toml.inModsTomlValueWithKey
2829
import com.demonwav.mcdev.toml.platform.forge.ModsTomlSchema
29-
import com.demonwav.mcdev.toml.toml.TomlKeyInsertionHandler
3030
import com.demonwav.mcdev.util.isAncestorOf
3131
import com.intellij.codeInsight.completion.CompletionContributor
3232
import com.intellij.codeInsight.completion.CompletionParameters

0 commit comments

Comments
 (0)