intellij-community icon indicating copy to clipboard operation
intellij-community copied to clipboard

Convenient method for adding additional checkboxes to move file dialog

Open dima74 opened this issue 5 years ago • 0 comments

When implementing "Move file" refactoring, it may be needed to customize the dialog:

image

Usually the only customization needed is to add additional checkboxes, e.g. here is the dialog for Kotlin files, where checkbox "Update package directives" is added:

image


If I understand correctly, currently the supposed way to add checkboxes is to copy-paste MoveFilesOrDirectoriesDialog file and just add checkboxes. This pull request adds a method to MoveFilesOrDirectoriesDialog which allows to easily add additional checkboxes

dima74 avatar Jun 11 '20 08:06 dima74