Skip to content

Commit 1927b0d

Browse files
2 parents 6f8d208 + b4ce341 commit 1927b0d

7 files changed

+37
-4
lines changed
23 KB
Loading
33.3 KB
Loading
36.9 KB
Loading
46 KB
Loading

docs/usage/KnownIssues.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@
9292

9393
**MVVS-1314** delete currently connected server should also disconnect from current connection in online editing mode.
9494

95-
**MVVS-1320** Execute offline editing mode commands will disable online editing mode.
96-
9795

9896
## Others
9997

@@ -107,3 +105,16 @@
107105

108106
**MVVS-1326** Duplicated file path used on the Linux environment.
109107

108+
**MVVS-1374** Delete file exception if other user locked same BASIC on the server side
109+
110+
**MVVS-1373** Compilation failed if user clicked another account folder in ROCKET EXPLORER
111+
112+
**MVVS-1372** read BASIC file exception after sorted files in different order
113+
114+
**MVVS-1369** MVVS code exception for the included file
115+
116+
**MVVS-1367** Receive U2 XToolSub read directory record exception for ".swp" file
117+
118+
**MVVS-1366** Unable to open account folder if user has no WRITE access to the VOC file
119+
120+
**MVVS-1364** U2 XToolSub file lock exception when compiled BASIC is opened in another

docs/usage/OnlineEditing.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ By accessing the configuration file, you can perform actions such as adding, edi
4646

4747
![](../img/online_editing_server_3.png)
4848

49-
- **"datasource"**: Must be either UNIVERSE or UNIDATA. In the online editing feature, you can only choose one data source.
49+
- **"datasource"**: Must be either UNIVERSE or UNIDATA. In the online editing feature, you can only choose one data source. If you change the data source, the extension must be restarted for the change to take affect.
5050

5151
- **"address"**: Specify the address of the U2 server.
5252

@@ -110,12 +110,34 @@ Here is the synchronization process when editing a BASIC program file:
110110

111111
4. After successfully applying the WRITE lock to the BASIC file on the server side, the extension will overwrite the corresponding file with the local copy of the BASIC program. All changes made on the server side will be overwritten without warning.
112112

113+
### Compile and catalog
114+
Before using the compilation or catalog functions, a U2 database account must already connected.
115+
116+
#### Quick compile
117+
Users can right-click a BASIC program file and select “” to compile a single file.
118+
119+
![](../img/online_editing_compile_1.png)
120+
121+
For UniData, there are multiple compilation commands for different flavors.
122+
123+
#### Compile / Catalog with configuration file
124+
The configuration file can help a user to compile and catalog multiple files.
125+
Select “Configure Default Build Task…” from the Terminal menu, and then select “BASIC: Online Editing build” to create a build task.
126+
127+
![](../img/online_editing_compile_2.png)
128+
129+
![](../img/online_editing_compile_3.png)
130+
131+
A default task file will be generated. For more information on this file, see the “Compile” documentation.
132+
133+
![](../img/online_editing_compile_4.png)
134+
113135
### Limitation:
114136
Most of the LSP (Language Server Protocol) features are supported, but there are some limitations.
115137

116138
- Features like Go to Definition, Rename, and Find References may not be able to locate references or definitions in other files.
117139

118-
- Compilation and debugging functionalities are currently not supported.
140+
- Debugging related functions are currently not supported.
119141

120142
- Custom documentation features are also not supported now.
121143

docs/usage/onlineEditing.docx

625 KB
Binary file not shown.

0 commit comments

Comments
 (0)