mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Add dots to the action name
This commit is contained in:
@@ -37,7 +37,7 @@ import java.nio.file.Paths
|
||||
*
|
||||
* @author traff
|
||||
*/
|
||||
class AttachProjectAction : AnAction("Attach project"), DumbAware {
|
||||
class AttachProjectAction : AnAction("Attach project..."), DumbAware {
|
||||
override fun update(e: AnActionEvent?) {
|
||||
e?.presentation?.isEnabledAndVisible = ProjectAttachProcessor.canAttachToProject() &&
|
||||
GeneralSettings.getInstance().confirmOpenNewProject != GeneralSettings.OPEN_PROJECT_ASK
|
||||
|
||||
Reference in New Issue
Block a user