Skip to content

Commit dc04f6f

Browse files
authored
Merge pull request #23 from IBM/workshop-transformer-doc
workshop transformer docs
2 parents 0e57f42 + a4a8a13 commit dc04f6f

File tree

7 files changed

+28
-5
lines changed

7 files changed

+28
-5
lines changed

docs/workshop/04/observer_b.png

21.5 KB
Loading

docs/workshop/04_observer.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
## Arcad Observer in Merlin
21

32
<!-- panels:start -->
43

54
<!-- div:left-panel -->
65

7-
### Explore the Xrefs
6+
## Explore the Xrefs
87

9-
Click on the Explorer view icon, then do a right-click on a source member and select the Open in ARCAD-Observer option to open a new Xref panel: each tab of the panel shows different kinds of Xref information:
8+
Click on the Explorer view icon, then do a right-click on a source member and select the `Open in ARCAD-Observer` option to open a new Xref panel. Each tab of the panel shows different kinds of Xref information:
109

1110
<!-- div:right-panel -->
1211

1312
![](04/observer_a.png)
13+
![](04/observer_b.png)
1414

1515
<!-- panels:end -->
1616

docs/workshop/05_build.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
## Compilation in a sandbox.
1+
## Compilation in a sandbox
22

33
During a development, it can be interesting to compile a source member to check that the compilation works and to be able to do some unit tests.
44

5-
1. To do that, when a source member is edited, press F1 and select IBM i Developer: Compile, or do a right click in the edited source member and select the compilation option, or do a right click on the source member in the explorer view and select the compilation option.
5+
1. To do that, when a source member is edited, press F1 and select `IBM i Developer: Compile`, or do a right click in the edited source member and select the compilation option, or do a right click on the source member in the explorer view and select the compilation option.
66
2. The compiling job starts.
77
3. It is possible to follow the process in the IBM i Build Output.
88
4. This job creates a new version, a sandbox version linked to the feature version only for the developer.
9+
5. Compilation errors and warnings appear in Problems view. Spool files can be viewed in .logs folder.
10+
11+
To build a project, use `IBM i Developer: Build Project` function
912

1013
---
1114

docs/workshop/07/transformer_a.png

98.8 KB
Loading

docs/workshop/07/transformer_b.png

193 KB
Loading

docs/workshop/07_transformer.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
<!-- panels:start -->
3+
4+
<!-- div:left-panel -->
5+
6+
## Convert to fully free RPGLE
7+
8+
* Edit a RPGLE or SQLRPGLE file.
9+
* Right-click in the editor and select the `IBM i Developer: Convert to Fully-free RPG with ARCAD` option.
10+
* When completed, the editor is refreshed and the component is automatically recompiled.
11+
12+
<!-- div:right-panel -->
13+
14+
![](07/transformer_a.png)
15+
![](07/transformer_b.png)
16+
17+
<!-- panels:end -->
18+
19+
---

docs/workshop/sidebar.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
- [Usage](workshop/03_ide)
77
- [Observer](workshop/04_observer)
88
- [Build](workshop/05_build)
9+
- [Transformer](workshop/07_transformer)
910
- CI/CD
1011
- [Usage](workshop/06_cicd)

0 commit comments

Comments
 (0)