mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
(cherry picked from commit 656ed2562377be73a7b49b965bfb42c187ce69ca) Signed-off-by: Sergey Pak <sergey.pak@jetbrains.com> GitOrigin-RevId: 6dba33081f0acb3ca5ba1fc89bb4ed08b624c280
10 lines
608 B
XML
10 lines
608 B
XML
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
|
<idea-plugin package="intellij.settingsSync.fileSystem">
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<settingsSync.communicatorProvider implementation="intellij.settingsSync.fileSystem.FSCommunicatorProvider"/>
|
|
</extensions>
|
|
<actions resource-bundle="messages.BackupNSyncFSBundle">
|
|
<action class="intellij.settingsSync.fileSystem.EnableBackupNSyncRemotely" id="settingsSync.enableRemotely"
|
|
icon="AllIcons.General.Settings"/>
|
|
</actions>
|
|
</idea-plugin> |