Skip to content

Commit 31532b9

Browse files
committed
multi root
1 parent 922cd19 commit 31532b9

14 files changed

+573
-544
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
## 0.1.17 (, 2020)
1+
## 0.2.0
2+
- Multi-Root Workspace
3+
4+
## 0.1.17 (June 25, 2020)
25
- Language service tests
36
- Sequence number refactoring skip on G10/G11
47
- Sequence number reference search

README.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Fanuc Macro Executor syntax highlighting, validating and project building
1111

1212

1313
## News
14-
- Label/Sequence number references/implementations search
14+
- [Multi-Root Workspaces](#Multi-Root)
1515

1616
***
1717
@@ -101,11 +101,22 @@ For some color themes, the semantic highlighting must be enabled in the settings
101101
}
102102
```
103103

104+
| disabled | enabled |
105+
|:-------------:|:-------------:|
106+
| ![no semantic](./resources/no_semantic.png) | ![with Semantic](./resources/with_semantic.png) |
104107

105-
![References](./resources/semantic.gif)
108+
109+
106110

107111
*The color theme used in screenshot →* **[Noctis](https://marketplace.visualstudio.com/items?itemName=liviuschera.noctis#review-details)**
108112

113+
## Multi-Root Workspaces
114+
The extension supports [multi-root workspaces](https://code.visualstudio.com/docs/editor/multi-root-workspaces). Each workspace is handled as a separate macro project.
115+
This could be usefull if a fanuc project consists of several controls e.g machine and handling:
116+
117+
![multi root workspace](./resources/mrworkspaces.png)
118+
119+
109120

110121
## Lint
111122
The Lint is configurable by changing the following rules in the settings (user or workspace).

0 commit comments

Comments
 (0)