You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##### Objective
In this commit I want to fix the online help bug, because the latest AutoCAD has not been released, so the ACAD2022 help can not get. And I also refined the changelog text.
##### Abstractions
Our tester complains these two issues to us that the "online help" is broken at this point that the new AutoCAD 2022 has not been released. And the change log text is also not correct. So in this commit I aimed to resolve those two issues.
##### Tests performed
- to test the "Online help" can work well for built in keywords
##### Screen shot
Not applicable for this PR
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
-
## [1.4.0] - 2020-09-21
1
+
## [1.4.0] - 2021-01-20
2
2
a. Added Right Click -> 'Open Online Help' feature. This makes it possible for users to quickly access official documentation on a selected symbol.
3
+
b. Support to insert custom regions.
4
+
c. F12 "Go to definition" support.
5
+
d. Fix DCL comments issue and other minor bugs.
3
6
4
-
b. Online Help GUID targets were provided by a new data source (webHelpAbstraction.json) that will likely be used to provide future intellisense enhancements
5
-
6
-
c. Fixed a bug with DCL comments. Both single line and Block comments should now be working.
7
-
7
+
## [1.3.2] - 2020-12-17
8
+
Remove the call to the deprecated vscode APIs
8
9
9
10
## [1.3.0] - 2020-06-12
10
11
a. Support AutoLISP project editing. Support find and replace in the open project.
0 commit comments