Skip to content

Commit

Permalink
Update the change log for AutolispExt v1.5.0 (#151)
Browse files Browse the repository at this point in the history
Update the change log for AutolispExt v1.5.0 (#151)
  • Loading branch information
Sen-real authored May 24, 2021
1 parent c51764b commit 147e182
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.5.0] - 2021-05-28
a. Added the ability to generate a short comment above a user defined function for the programmer to complete.

b. Fixed a few bugs.

## [1.4.0] - 2021-02-19
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.

Expand Down
4 changes: 3 additions & 1 deletion i18n/enu/package.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
"autolispext.loadcurrentfile.title": "Load File into AutoCAD",
"autolispext.openwebhelp.title": "Open Online Help",
"autolispext.regionsnippet.title": "Insert Region",
"autolispext.commentdefun.title": "Generate Documentation",
"autolispext.configuration.title": "AutoCAD® AutoLISP configuration",
"autolispext.configuration.maxlinechars.desc": "Suggested maximum number of characters to display on each line. Value must be 60 or greater.",
"autolispext.configuration.narrowstyleindent.desc": "Indentation value used in the Narrow Formatting Style of function arguments. Value must be in the range of 1 and 6.",
"autolispext.configuration.closeparenstyle.desc": "Controls the style of closing parenthesis. Closing parenthesis is placed on the same line as the function or aligned with the function’s opening parenthesis.",
"autolispext.configuration.longlistformatstyle": "Controls the format style of long lists. Each or multiple parameters of a function are placed on separate lines.",
"autolispext.configuration.helptargetyear": "",
"autolispext.configuration.helptargetyear": "Target AutoCAD release for the 'Open Online Help' command.",
"autolispext.configuration.macfilter.desc" : "Enabling this feature will remove Windows-Only fuctions from auto-completion results while using Mac OS",
"autolispext.configuration.attachprocess.desc": "Process name to filter on for Debug Attach.",
"autolispext.configuration.launchprogram.desc": "Absolute path to the AutoCAD executable.",
"autolispext.configuration.launchparameters.desc": "AutoCAD command line startup switches.",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "autolispext",
"displayName": "AutoCAD AutoLISP Extension",
"description": "This is a vscode extension for AutoCAD AutoLISP",
"version": "1.4.1",
"version": "1.4.2",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/Autodesk-AutoCAD/AutoLispExt/issues"
Expand Down
2 changes: 1 addition & 1 deletion package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"autolispext.configuration.narrowstyleindent.desc": "Indentation value used in the Narrow Formatting Style of function arguments. Value must be in the range of 1 and 6.",
"autolispext.configuration.closeparenstyle.desc": "Controls the style of closing parenthesis. Closing parenthesis is placed on the same line as the function or aligned with the function’s opening parenthesis.",
"autolispext.configuration.longlistformatstyle": "Controls the format style of long lists. Each or multiple parameters of a function are placed on separate lines.",
"autolispext.configuration.helptargetyear": "Determines the targeted AutoCAD year version of the 'Open Online Help' command.",
"autolispext.configuration.helptargetyear": "Target AutoCAD release for the 'Open Online Help' command.",
"autolispext.configuration.macfilter.desc" : "Enabling this feature will remove Windows-Only fuctions from auto-completion results while using Mac OS",
"autolispext.configuration.attachprocess.desc": "Process name to filter on for Debug Attach.",
"autolispext.configuration.launchprogram.desc": "Absolute path to the AutoCAD executable.",
Expand Down

0 comments on commit 147e182

Please sign in to comment.