Skip to content

Commit 7dbee02

Browse files
committed
new symbol table UI
1 parent 1e2551b commit 7dbee02

6 files changed

Lines changed: 1053 additions & 507 deletions

File tree

package.json

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"customEditors": [
127127
{
128128
"viewType": "cl.eide.map.view",
129-
"displayName": "MapView",
129+
"displayName": "eide map view",
130130
"selector": [
131131
{
132132
"filenamePattern": "*.map.view"
@@ -727,22 +727,6 @@
727727
"light": "./res/icon/Import_16x.svg"
728728
}
729729
},
730-
{
731-
"command": "_cl.eide.project.symbol_view.sort_by_addr",
732-
"title": "Sort By Address"
733-
},
734-
{
735-
"command": "_cl.eide.project.symbol_view.sort_by_size",
736-
"title": "Sort By Size"
737-
},
738-
{
739-
"command": "_cl.eide.project.symbol_view.disp_hide_no_sized",
740-
"title": "Hide no-size Symbols"
741-
},
742-
{
743-
"command": "_cl.eide.project.symbol_view.disp_show_all",
744-
"title": "Show All Symbols"
745-
},
746730
{
747731
"command": "_cl.eide.project.static-check.cppcheck",
748732
"title": "%eide.prj.menus.sub.static-check.cppcheck%"
@@ -1265,26 +1249,6 @@
12651249
"command": "_cl.eide.project.source.show_cmsis_config_wizard",
12661250
"group": "commands",
12671251
"when": "resourceLangId =~ /^c$|^cpp$/ && !config.EIDE.Option.DisableEditorContextMenu"
1268-
},
1269-
{
1270-
"command": "_cl.eide.project.symbol_view.sort_by_addr",
1271-
"group": "commands",
1272-
"when": "resourceExtname =~ /\\.elf-symbols$/ && cl.eide.projectActived"
1273-
},
1274-
{
1275-
"command": "_cl.eide.project.symbol_view.sort_by_size",
1276-
"group": "commands",
1277-
"when": "resourceExtname =~ /\\.elf-symbols$/ && cl.eide.projectActived"
1278-
},
1279-
{
1280-
"command": "_cl.eide.project.symbol_view.disp_hide_no_sized",
1281-
"group": "commands",
1282-
"when": "resourceExtname =~ /\\.elf-symbols$/ && cl.eide.projectActived"
1283-
},
1284-
{
1285-
"command": "_cl.eide.project.symbol_view.disp_show_all",
1286-
"group": "commands",
1287-
"when": "resourceExtname =~ /\\.elf-symbols$/ && cl.eide.projectActived"
12881252
}
12891253
],
12901254
"explorer/context": [

0 commit comments

Comments
 (0)