Skip to content

Commit 2c63c13

Browse files
bump up the version to 1.4.0 (#84)
Objective To prepare the offical version 1.4.0, I bump up the minor version and change the datas for change log text. Abstractions Tests performed Screen shot
1 parent 6bae193 commit 2c63c13

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [1.4.0] - 2021-01-20
1+
## [1.4.0] - 2021-02-19
22
a. Added the ability to open the reference documentation of a built-in function or DCL tile/attribute when a LSP or DCL file is open. Select a function or DCL tile/attribute, and then right-click and choose "Open Online Help" to open the associated reference documentation.
33

44
b. Added support to insert user-defined regions. A region is defined using the ;#region and ;#endregion comments.

DevREADME.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ You have two ways to run the tests:
4141
npm run test
4242
```
4343

44+
### localization
45+
It uses the gulp to do localization to reference project https://github.com/microsoft/vscode-extension-samples/tree/master/i18n-sample
46+
And the codes in each ts file:
47+
```
48+
const localize = nls.config({ messageFormat: nls.MessageFormat.file })();
49+
```
50+
does good stuffs for localization.
51+
4452
### Profile the performence issue
4553
For the performence issue of vscode extension, see wiki page https://github.com/microsoft/vscode-wiki/blob/master/Performance-Issues.md
4654

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "autolispext",
33
"displayName": "AutoCAD AutoLISP Extension",
44
"description": "This is a vscode extension for AutoCAD AutoLISP",
5-
"version": "1.3.8",
5+
"version": "1.4.0",
66
"license": "SEE LICENSE IN LICENSE.md",
77
"bugs": {
88
"url": "https://github.com/Autodesk-AutoCAD/AutoLispExt/issues"

0 commit comments

Comments
 (0)