Skip to content

Commit 6ca6a97

Browse files
committed
docs(bbcode): Update bbcode files
1 parent 46592c1 commit 6ca6a97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Docs/README.egosoft

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Example:
134134

135135
[size=120][u]Defining the position generation for the diff by in-line comment[/u][/size]
136136

137-
The [b]pos[/b] attribute of the [b]add[/b] usually is set to [b]after[/b], taking in account the common logic of how the program is working. But in some cases, you may want to have a diff file with the [b]pos[/b] attribute set to [b]before[/b]. Mostly it is useful when it working in conjunction with the vscode - [url=https://github.com/chemodun/X4-XMLDiffAndPatch/raw/main//forVSCode/XMLDIffwithVSCode.md]XMLDiff with VSCode[/url].
137+
The [b]pos[/b] attribute of the [b]add[/b] usually is set to [b]after[/b], taking in account the common logic of how the program is working. But in some cases, you may want to have a diff file with the [b]pos[/b] attribute set to [b]before[/b]. Mostly it is useful when it working in conjunction with the vscode - [url=https://github.com/chemodun/X4-XMLDiffAndPatch/raw/main//XMLDIffWithVSCode.md]XMLDiff with VSCode[/url].
138138
From version 0.2.26, you can define the position of the [b]add[/b] element in the diff file by using an in-line comment in the original XML file. The comment should be placed before the element you want to add and should contain the text [b]<!-- pos="before" -->[/b].
139139

140140
[size=125][u]How to apply a diff file[/u][/size]

Docs/README.nexus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Example:
134134

135135
[size=3][u]Defining the position generation for the diff by in-line comment[/u][/size]
136136

137-
The [b]pos[/b] attribute of the [b]add[/b] usually is set to [b]after[/b], taking in account the common logic of how the program is working. But in some cases, you may want to have a diff file with the [b]pos[/b] attribute set to [b]before[/b]. Mostly it is useful when it working in conjunction with the vscode - [url=https://github.com/chemodun/X4-XMLDiffAndPatch/raw/main//forVSCode/XMLDIffwithVSCode.md]XMLDiff with VSCode[/url].
137+
The [b]pos[/b] attribute of the [b]add[/b] usually is set to [b]after[/b], taking in account the common logic of how the program is working. But in some cases, you may want to have a diff file with the [b]pos[/b] attribute set to [b]before[/b]. Mostly it is useful when it working in conjunction with the vscode - [url=https://github.com/chemodun/X4-XMLDiffAndPatch/raw/main//XMLDIffWithVSCode.md]XMLDiff with VSCode[/url].
138138
From version 0.2.26, you can define the position of the [b]add[/b] element in the diff file by using an in-line comment in the original XML file. The comment should be placed before the element you want to add and should contain the text [b]<!-- pos="before" -->[/b].
139139

140140
[size=3][u][i]How to apply a diff file[/i][/u][/size]

0 commit comments

Comments
 (0)