Skip to content

Commit 06090bb

Browse files
committed
v3.8.4 update
1 parent b8b461a commit 06090bb

File tree

8 files changed

+37
-22
lines changed

8 files changed

+37
-22
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44

55
***
66

7+
### [v3.8.4] revision
8+
9+
**New**:
10+
- Add `Exclude/Include Child Sources` context menu for source folder
11+
- Brand new documentation, product landing page, here: https://em-ide.com
12+
13+
**Change**:
14+
- Adjust `eide.json` structure
15+
- Generate a `.eide.usr.ctx.json` file to save user context data (can be ignored in `.gitignore`)
16+
17+
**Optimize**:
18+
- Format project name when import project from other IDE
19+
20+
***
21+
722
### [v3.8.3] revision
823

924
**Change**:

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,22 @@ Provide `8051/AVR/STM8/Cortex-M/RISC-V` project development, compilation, progra
3434

3535
***
3636

37+
## Quick Start 🏃‍♀️
38+
39+
1. Install any of the above compilers
40+
41+
2. Open the **Operations** bar of the extension to set the compiler installation path
42+
43+
3. Click on the `New` or `Import` function in the Operations bar to start your project
44+
45+
***
46+
47+
## Getting Start 📖
48+
49+
[https://em-ide.com](https://em-ide.com)
50+
51+
***
52+
3753
## Example
3854

3955
- Create A Project By Internal Template
@@ -58,22 +74,6 @@ Provide `8051/AVR/STM8/Cortex-M/RISC-V` project development, compilation, progra
5874

5975
***
6076

61-
## Quick Start 🏃‍♀️
62-
63-
1. Install any of the above compilers
64-
65-
2. Open the **Operations** bar of the extension to set the compiler installation path
66-
67-
3. Click on the `New` or `Import` function in the Operations bar to start your project
68-
69-
***
70-
71-
## Document 📖
72-
73-
[https://docs.em-ide.com](https://docs.em-ide.com)
74-
75-
***
76-
7777
## ChangeLog 📌
7878

7979
[ChangeLog](https://marketplace.visualstudio.com/items/CL.eide/changelog)

README_ZH-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242

4343
***
4444

45-
## 使用文档 📖
45+
## 入门 📖
4646

47-
[文档地址: https://docs.em-ide.com](https://docs.em-ide.com)
47+
[https://em-ide.com](https://em-ide.com)
4848

4949
***
5050

img/open_docs.png

-238 KB
Loading

img/setup_toochain.png

-1.05 KB
Loading

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"homepage": "https://github.com/github0null/eide/blob/master/README.md",
3434
"license": "MIT",
3535
"description": "A mcu development environment for 8051/AVR/STM8/Cortex-M/RISC-V",
36-
"version": "3.8.3",
36+
"version": "3.8.4",
3737
"preview": false,
3838
"engines": {
3939
"vscode": "^1.63.0"
@@ -165,7 +165,7 @@
165165
"altText": "eide docs"
166166
},
167167
"completionEvents": [
168-
"onLink:https://docs.em-ide.com/"
168+
"onLink:https://em-ide.com/"
169169
]
170170
}
171171
]

package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"string.eide.start_project": "Start Your Project",
150150
"string.eide.start_project.detail": "Now, We can create a project !\n[New Project](command:eide.operation.new_project)\nor import a project !\n[Import Project](command:eide.operation.import_project)",
151151
"string.eide.open_docs": "Learn More",
152-
"string.eide.open_docs.detail": "Click the link will open the manual that may help you learn more about usage.\n[Embedded IDE Document](https://docs.em-ide.com/)",
152+
"string.eide.open_docs.detail": "Click the link will open the home page that may help you learn more about usage.\n[Embedded IDE](https://em-ide.com/)",
153153

154154
"string.eide.project.welcome": "There are no project in this workspace ! \n[New Project](command:eide.operation.new_project)\n[Import Project](command:eide.operation.import_project)"
155155
}

package.nls.zh-CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"string.eide.start_project": "开始你的项目",
143143
"string.eide.start_project.detail": "现在,我们可以创建一个项目 !\n[New Project](command:eide.operation.new_project)\n或者导入一个 MDK 项目 !\n[Import Keil Project](command:eide.operation.import_project)",
144144
"string.eide.open_docs": "了解更多",
145-
"string.eide.open_docs.detail": "点击链接可以打开文档,也许能帮您了解到更多的用法。\n[Embedded IDE Document](https://docs.em-ide.com/)",
145+
"string.eide.open_docs.detail": "点击链接可以打开主页,也许能帮您了解到更多的用法。\n[Embedded IDE](https://em-ide.com/)",
146146

147147
"string.eide.project.welcome": "该工作区中没有任何项目!\n[新建项目](command:eide.operation.new_project)\n[导入Keil项目](command:eide.operation.import_project)"
148148
}

0 commit comments

Comments
 (0)