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: docs/usage/OnlineEditing.md
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ By accessing the configuration file, you can perform actions such as adding, edi
46
46
47
47

48
48
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.
50
50
51
51
-**"address"**: Specify the address of the U2 server.
52
52
@@ -110,12 +110,34 @@ Here is the synchronization process when editing a BASIC program file:
110
110
111
111
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.
112
112
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
+

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
+

128
+
129
+

130
+
131
+
A default task file will be generated. For more information on this file, see the “Compile” documentation.
132
+
133
+

134
+
113
135
### Limitation:
114
136
Most of the LSP (Language Server Protocol) features are supported, but there are some limitations.
115
137
116
138
- Features like Go to Definition, Rename, and Find References may not be able to locate references or definitions in other files.
117
139
118
-
-Compilation and debugging functionalities are currently not supported.
140
+
-Debugging related functions are currently not supported.
119
141
120
142
- Custom documentation features are also not supported now.
0 commit comments