Skip to content

Commit adb84d1

Browse files
committed
docs(bbcode): Update bbcode files
1 parent b6be689 commit adb84d1

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

Docs/README.egosoft

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ Example:
132132
</diff>
133133
[/code]
134134

135+
[size=120][u]Defining the position generation for the diff by in-line comment[/u][/size]
136+
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].
138+
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].
139+
135140
[size=125][u]How to apply a diff file[/u][/size]
136141

137142
There is a command line help for the [b]XMLPatch[/b] tool:
@@ -272,6 +277,13 @@ Please be aware - each release archive has an appropriate link to the [url=https
272277

273278
[size=130][u]Changelog[/u][/size]
274279

280+
[size=125][u][0.2.26] - 2025-06-16[/u][/size]
281+
[list]
282+
[*] Improved:
283+
[list]
284+
[*] Added in-line comments processing for the [b]add[/b] elements in the modified XML file. It allows to define the position attribute of the [b]add[/b] element in the diff file.
285+
[/list]
286+
[/list]
275287
[size=125][u][0.2.25] - 2025-03-31[/u][/size]
276288
[list]
277289
[*] Fixed:

Docs/README.nexus

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ Example:
132132
</diff>
133133
[/code]
134134

135+
[size=3][u]Defining the position generation for the diff by in-line comment[/u][/size]
136+
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].
138+
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].
139+
135140
[size=3][u][i]How to apply a diff file[/i][/u][/size]
136141

137142
There is a command line help for the [b]XMLPatch[/b] tool:
@@ -272,6 +277,13 @@ Please be aware - each release archive has an appropriate link to the [url=https
272277

273278
[size=3][u][b]Changelog[/b][/u][/size]
274279

280+
[size=3][u][i][0.2.26] - 2025-06-16[/i][/u][/size]
281+
[list]
282+
[*] Improved:
283+
[list]
284+
[*] Added in-line comments processing for the [b]add[/b] elements in the modified XML file. It allows to define the position attribute of the [b]add[/b] element in the diff file.
285+
[/list]
286+
[/list]
275287
[size=3][u][i][0.2.25] - 2025-03-31[/i][/u][/size]
276288
[list]
277289
[*] Fixed:

0 commit comments

Comments
 (0)