From 5cffa38ec4410f2f91366a1c9c16a8dda9f17087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedek=20Horv=C3=A1th?= Date: Wed, 9 Oct 2024 16:30:37 +0200 Subject: [PATCH] docs(mps-sync-plugin-lib): move RenameModelDialog back to the comments because the import FQN is not found in MPS 2022.3.1 and 2023.2 --- .../main/kotlin/org/modelix/mps/sync/mps/ModelRenameHelper.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mps-sync-plugin-lib/src/main/kotlin/org/modelix/mps/sync/mps/ModelRenameHelper.kt b/mps-sync-plugin-lib/src/main/kotlin/org/modelix/mps/sync/mps/ModelRenameHelper.kt index 942c4c9..9485fcf 100644 --- a/mps-sync-plugin-lib/src/main/kotlin/org/modelix/mps/sync/mps/ModelRenameHelper.kt +++ b/mps-sync-plugin-lib/src/main/kotlin/org/modelix/mps/sync/mps/ModelRenameHelper.kt @@ -18,7 +18,6 @@ package org.modelix.mps.sync.mps import jetbrains.mps.extapi.model.EditableSModelBase import jetbrains.mps.extapi.persistence.FileDataSource -import jetbrains.mps.ide.refactoring.RenameModelDialog import jetbrains.mps.project.AbstractModule import jetbrains.mps.project.MPSProject import jetbrains.mps.refactoring.Renamer @@ -67,7 +66,7 @@ class ModelRenameHelper(private val model: EditableSModelBase, private val mpsPr /** * Rename the model to a new name. * - * The code is adopted from [RenameModelDialog.renameModel]. + * The code is adopted from [jetbrains.mps.ide.refactoring.RenameModelDialog.renameModel]. * * @param newModelName the new name of the model. * @param changeFile if true, then the [SModelListener.modelFileChanged] method will be called after the model's