Skip to content

Commit f34d30a

Browse files
committed
docs(bbcode): Update bbcode files
1 parent c8deb05 commit f34d30a

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

Docs/README.egosoft

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If the [b]diff.xsd[/b] file if it located in the "current" folder it will be use
2525
There is a command line help for the [b]XMLDiff[/b] tool:
2626

2727
[code=shell]
28-
XMLDiff 0.2.24
28+
XMLDiff 0.2.27
2929
Developed by Chem O`Dun
3030

3131
-o, --original_xml Required. Path to the original XML file or directory.
@@ -44,6 +44,8 @@ Developed by Chem O`Dun
4444

4545
--use-all-attributes (Default: false) Use all attributes in XPath.
4646

47+
--ignore-diff-in-attribute Ignore differences in the specified attribute when comparing elements.
48+
4749
--help Display this help screen.
4850

4951
--version Display version information.
@@ -132,6 +134,10 @@ Example:
132134
</diff>
133135
[/code]
134136

137+
[size=115][u]Ignore differences in the specified attribute[/u][/size]
138+
139+
The [b]--ignore-diff-in-attribute[/b] option will ignore differences in the specified attribute when comparing elements. It is useful when you want to ignore differences in attributes like [b]version[/b], [b]comment[/b], etc.
140+
135141
[size=120][u]Defining the position generation for the diff by in-line comment[/u][/size]
136142

137143
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].
@@ -277,6 +283,13 @@ Please be aware - each release archive has an appropriate link to the [url=https
277283

278284
[size=130][u]Changelog[/u][/size]
279285

286+
[size=125][u][0.2.27] - 2025-08-28[/u][/size]
287+
[list]
288+
[*] Improved:
289+
[list]
290+
[*] XMLDiff: added --ignore-diff-in-attribute option to ignore differences in the specified attribute when comparing elements. It is useful when you want to ignore differences in attribute [b]version[/b] in X4 script files.
291+
[/list]
292+
[/list]
280293
[size=125][u][0.2.26] - 2025-06-16[/u][/size]
281294
[list]
282295
[*] Improved:

Docs/README.nexus

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If the [b]diff.xsd[/b] file if it located in the "current" folder it will be use
2525
There is a command line help for the [b]XMLDiff[/b] tool:
2626

2727
[code]
28-
XMLDiff 0.2.24
28+
XMLDiff 0.2.27
2929
Developed by Chem O`Dun
3030

3131
-o, --original_xml Required. Path to the original XML file or directory.
@@ -44,6 +44,8 @@ Developed by Chem O`Dun
4444

4545
--use-all-attributes (Default: false) Use all attributes in XPath.
4646

47+
--ignore-diff-in-attribute Ignore differences in the specified attribute when comparing elements.
48+
4749
--help Display this help screen.
4850

4951
--version Display version information.
@@ -132,6 +134,10 @@ Example:
132134
</diff>
133135
[/code]
134136

137+
[size=2][u][i]Ignore differences in the specified attribute[/i][/u][/size]
138+
139+
The [b]--ignore-diff-in-attribute[/b] option will ignore differences in the specified attribute when comparing elements. It is useful when you want to ignore differences in attributes like [b]version[/b], [b]comment[/b], etc.
140+
135141
[size=3][u]Defining the position generation for the diff by in-line comment[/u][/size]
136142

137143
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].
@@ -277,6 +283,13 @@ Please be aware - each release archive has an appropriate link to the [url=https
277283

278284
[size=3][u][b]Changelog[/b][/u][/size]
279285

286+
[size=3][u][i][0.2.27] - 2025-08-28[/i][/u][/size]
287+
[list]
288+
[*] Improved:
289+
[list]
290+
[*] XMLDiff: added --ignore-diff-in-attribute option to ignore differences in the specified attribute when comparing elements. It is useful when you want to ignore differences in attribute [b]version[/b] in X4 script files.
291+
[/list]
292+
[/list]
280293
[size=3][u][i][0.2.26] - 2025-06-16[/i][/u][/size]
281294
[list]
282295
[*] Improved:

0 commit comments

Comments
 (0)