Skip to content

Commit 4361cbb

Browse files
committed
feat: convertin NVS dialog to the editor
1 parent a93af6e commit 4361cbb

File tree

4 files changed

+977
-34
lines changed

4 files changed

+977
-34
lines changed

bundles/com.espressif.idf.ui/plugin.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,13 @@
639639
id="com.espressif.idf.ui.editor.idfsize"
640640
name="%editor.name">
641641
</editor>
642+
<editor
643+
class="com.espressif.idf.ui.nvs.dialog.NvsEditor"
644+
default="false"
645+
icon="icons/ESP-IDF_NVS_Table_Editor.png"
646+
id="com.espressif.idf.ui.nvs.nvsEditor"
647+
name="%command.name.nvsTableEditor">
648+
</editor>
642649
</extension>
643650
<extension
644651
point="org.eclipse.cdt.launch.coreBuildTab">

0 commit comments

Comments
 (0)