Skip to content

Commit b7d0d22

Browse files
authored
Merge pull request #442 from github0null/dev
v3.23.6 revision
2 parents 2929620 + 80eccc3 commit b7d0d22

24 files changed

+476
-51
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ All notable version changes will be recorded in this file.
66

77
***
88

9-
### [v3.23.5] revision
9+
### [v3.23.6] revision
1010

1111
**Fix**:
1212
- `Map View`: Fix in some cases, 'map.view' item's diff size is incorrect (LLVM_ARM Toolchain).
1313

1414
**Improve**:
15-
- `Map View`: Improve COSMIC_STM8 'map.view' feature.
15+
- `Map View`: Add a Graph button to switch dynamic chart. Improve COSMIC_STM8 'map.view' feature.
1616
- `LLVM Arm Toolchain`: Add '-Oz' option.
1717
- `Builder Options`: Better option description text. Change web view elements layout.
1818
- `Toolchain Download`: Update remote package `arm-none-eabi-gcc` to v14.3.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"homepage": "https://em-ide.com",
3737
"license": "MIT",
3838
"description": "A mcu development environment for 8051/AVR/STM8/Cortex-M/MIPS/RISC-V",
39-
"version": "3.23.5",
39+
"version": "3.23.6",
4040
"preview": false,
4141
"engines": {
4242
"vscode": "^1.67.0"
@@ -244,7 +244,7 @@
244244
"type": "integer",
245245
"scope": "resource",
246246
"markdownDescription": "%settings.option.mapView.parser.depth%",
247-
"default": 5
247+
"default": 0
248248
},
249249
"EIDE.Option.DisableEditorContextMenu": {
250250
"type": "boolean",

package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"settings.option.use.task.to.build": "Use Task to build project instead of Terminal",
116116
"settings.option.insert.extcommands.at.begin": "The built-in command lines will insert at the beginning of the `beforeBuildTasks / afterBuildTasks`",
117117
"settings.option.show.source.references": "Show c/c++ header references for source file",
118-
"settings.option.mapView.parser.depth": "The depth limit of the obj file path when *.map.view is displayed. Obj files larger than this depth are ignored.",
118+
"settings.option.mapView.parser.depth": "The depth limit of the obj file path when *.map.view is displayed. Obj files larger than this depth are ignored. Set 0 means no limit.",
119119
"settings.option.show.output.files": "Show output files in project resource explorer",
120120

121121
"settings.repo.use.proxy": "Use proxy to improve network speed for github (experimental function)",

package.nls.zh-CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
"settings.option.disable.editor_context.menu": "禁用编辑器上下文菜单",
162162
"settings.option.disable.explorer_context.menu": "禁用资源浏览器上下文菜单",
163163
"settings.option.show.source.references": "显示源文件的头文件引用",
164-
"settings.option.mapView.parser.depth": "显示 *.map.view 时,obj 文件路径的深度限制。大于该深度的 obj 文件将被忽略",
164+
"settings.option.mapView.parser.depth": "显示 *.map.view 时,obj 文件路径的深度限制。大于该深度的 obj 文件将被忽略。设置为0时不限制深度",
165165
"settings.option.show.output.files": "在项目资源管理器中显示编译输出文件",
166166

167167
"string.eide.startup.walkthroughs": "Embedded IDE 演示",

0 commit comments

Comments
 (0)