Skip to content

Commit

Permalink
docs(mps-sync-plugin-lib): move RenameModelDialog back to the comments
Browse files Browse the repository at this point in the history
because the import FQN is not found in MPS 2022.3.1 and 2023.2
  • Loading branch information
benedekh committed Oct 9, 2024
1 parent 236c52a commit 5cffa38
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5cffa38

Please sign in to comment.