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
Copy file name to clipboardExpand all lines: vs-code-extension/CHANGELOG.md
+7-35Lines changed: 7 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,51 +1,23 @@
1
1
2
-
## 5.0.0
3
-
# What's New in Autodesk Post Processor Utility 5.0.0
4
-
5
-
This release is a major update of the **Autodesk Fusion Post Processor Utility**. Below are the main new features, changes, and improvements.
6
-
## New features
7
-
8
-
### CNC and Machine Selector
9
-
-**Recently used**: last 10 selected CNC files and last 10 selected machine files appear in a **"Recently used"** node at the top of the CNC Selector and Machine Selector. Selecting a file updates the list.
10
-
-**Filter / search**: CNC list and Machine list have **Filter / Search** and **Clear filter** in the view title.
11
-
-**Create folder / Delete folder / Delete file / Remove folder from list** for both CNC and Machine custom folders (context menu on folders).
-**New "Regression test" view** in the Explorer: run the post on multiple CNC files, save output as reference, and compare current output to reference.
27
-
-**Create reference** to (re)create a baseline.
28
-
-**Compare with reference** to diff current output vs reference (built-in diff or external tool).
29
-
-**External diff tool** setting to choose WinMerge, Beyond Compare, KDiff3, Meld, P4Merge, or Custom (with custom path). Used for **Compare with reference** and regression compare. Built-in VS Code diff is used by default.
-**Debug output modes** Settings: **Off**, **Inline** (entry function and line on each NC line; full call stack on hover), or **Full** (keep !DEBUG lines in output).
34
-
-**Inline debug options**: column-align annotations, max padding, show/hide writeBlock and writeStartBlocks in call stack, padding limit.
-**Go to Definition** from the NC output to the post.
40
16
-**"Post Utility: Debug selected line(s)"** (editor context menu on .cps): run the post with instrumentation on the selected line(s) and show evaluated expressions (variables, comparisons, call results) in the NC output as `(DEBUG line N: ...)`.
41
-
42
-
## General changes and improvements
43
17
-**Performance** improvements for eg. postprocessing, property interrogation and updating Function list
44
18
-**Automatic refresh** of CNC/Machine Selector list, no need anymore to refresh the content manually.
45
19
-**Post Processor engine version** is now always shown in the status bar.
46
20
-**Show Properties by group** setting displays properties in the Properties selector organized according to their respective groups.
-**Debug output modes** Settings: **Off**, **Inline** (entry function and line on each NC line; full call stack on hover), or **Full** (keep !DEBUG lines in output).
45
+
-**Inline debug options**: column-align annotations, max padding, show/hide writeBlock and writeStartBlocks in call stack, padding limit.
-**Go to Definition** from the NC output to the post.
51
+
-**"Post Utility: Debug selected line(s)"** (editor context menu on .cps): run the post with instrumentation on the selected line(s) and show evaluated expressions (variables, comparisons, call results) in the NC output as `(DEBUG line N: ...)`.
52
+
53
+
### CNC and Machine Selector
54
+
-**Recently used**: last 10 selected CNC files and last 10 selected machine files appear in a **"Recently used"** node at the top of the CNC Selector and Machine Selector. Selecting a file updates the list.
55
+
-**Search**: Added **Search** support for CNC and Machine files
56
+
-**Create folder / Delete folder / Delete file / Remove folder from list** for both CNC and Machine custom folders (context menu on folders).
-**New "Regression test" view** in the Explorer: run the post on multiple CNC files, save output as reference, and compare current output to reference.
65
+
-**Create reference** to (re)create a baseline.
66
+
-**Compare with reference** to diff current output vs reference (built-in diff or external tool).
67
+
-**External diff tool** setting to choose WinMerge, Beyond Compare, KDiff3, Meld, P4Merge, or Custom (with custom path). Used for **Compare with reference** and regression compare. Built-in VS Code diff is used by default.
0 commit comments