Skip to content

Commit aa67dcf

Browse files
committed
docs(bbcode): Update bbcode files
1 parent bc1feeb commit aa67dcf

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

docs/README.egosoft

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ X4 Log Watcher is a simple tool to monitor the log files of X4: Foundations. It
1616
[*] Support simple text search in current filtered content via Ctrl+F and F3(Enter)/Shift+F3 for next/previous search result
1717
[*] Has a status bar with the current log file name and it's stats. Additionally shows the loading progress of the log file in the offline mode
1818
[*] Shows the updates in non-focused tabs via "bolding" and adding the notification symbol "🔔" to the tab name
19-
[*] Can show up to 10 lines after the matched line in the log file. Useful for showing the error details in the scripts
2019
[*] Extension for the log file is configurable via editing of the config file. By default, it is set to [b].log[/b]
2120
[*] Has option to skip the signature related errors in the log file. By default, it is set to [b]true[/b]
2221
[*] Has option to add "real" timestamp to the filtered content. By default, it is set to [b]false[/b]
22+
[*] Supports AutoTabs feature - automatically create tabs based on the appropriate regex pattern from log file content
23+
[*] Supports multi-lined log entries, allowing the tool to handle log entries that span multiple lines
2324
[/list]
2425
[size=130][u]Requirements[/u][/size]
2526

@@ -62,6 +63,12 @@ To use X4 Log Watcher, follow these steps:
6263
[spoiler][img]https://raw.githubusercontent.com/chemodun/X4LogWatcher/refs/heads/main/docs/images/common_errors_parsing.png[/img][/spoiler]
6364
[spoiler][img]https://raw.githubusercontent.com/chemodun/X4LogWatcher/refs/heads/main/docs/images/exact_ship_monitoring.png[/img][/spoiler]
6465

66+
[size=130][u]Multi-lined log entries[/u][/size]
67+
68+
The tool can now handle log entries that span multiple lines, making it easier to read and analyze complex log messages. Regex patterns can be applied to only the first line of the multi-lined entry. Same rule is applied to the AutoTabs and TimeStamping features.
69+
70+
[spoiler][img]https://raw.githubusercontent.com/chemodun/X4LogWatcher/refs/heads/main/docs/images/multi-lined.png[/img][/spoiler]
71+
6572
[size=130][u]AutoTabs feature[/u][/size]
6673

6774
From version 0.6.0 onwards, the application supports the AutoTabs feature. This feature allows you to automatically create tabs based on the log file content. The application will analyze the log file and create tabs for each unique entry, making it easier to monitor multiple entries simultaneously.
@@ -106,6 +113,13 @@ In some cases too many tabs can fill a whole window of a tool. There is limitati
106113
[/list]
107114
[size=130][u]Changelog[/u][/size]
108115

116+
[size=125][u][0.8.0] - 2025-07-20[/u][/size]
117+
[list]
118+
[*] Added:
119+
[list]
120+
[*] Support for the multi-lined log entries. Now the tool can handle log entries that span multiple lines, making it easier to read and analyze complex log messages. Regex patterns can be applied to only the first line of the multi-lined entry.
121+
[/list]
122+
[/list]
109123
[size=125][u][0.7.1] - 2025-06-12[/u][/size]
110124
[list]
111125
[*] Changed:

docs/README.nexus

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ X4 Log Watcher is a simple tool to monitor the log files of X4: Foundations. It
1616
[*] Support simple text search in current filtered content via Ctrl+F and F3(Enter)/Shift+F3 for next/previous search result
1717
[*] Has a status bar with the current log file name and it's stats. Additionally shows the loading progress of the log file in the offline mode
1818
[*] Shows the updates in non-focused tabs via "bolding" and adding the notification symbol "🔔" to the tab name
19-
[*] Can show up to 10 lines after the matched line in the log file. Useful for showing the error details in the scripts
2019
[*] Extension for the log file is configurable via editing of the config file. By default, it is set to [b].log[/b]
2120
[*] Has option to skip the signature related errors in the log file. By default, it is set to [b]true[/b]
2221
[*] Has option to add "real" timestamp to the filtered content. By default, it is set to [b]false[/b]
22+
[*] Supports AutoTabs feature - automatically create tabs based on the appropriate regex pattern from log file content
23+
[*] Supports multi-lined log entries, allowing the tool to handle log entries that span multiple lines
2324
[/list]
2425
[size=3][u][b]Requirements[/b][/u][/size]
2526

@@ -62,6 +63,12 @@ To use X4 Log Watcher, follow these steps:
6263
[img]https://raw.githubusercontent.com/chemodun/X4LogWatcher/refs/heads/main/docs/images/common_errors_parsing.png[/img]
6364
[img]https://raw.githubusercontent.com/chemodun/X4LogWatcher/refs/heads/main/docs/images/exact_ship_monitoring.png[/img]
6465

66+
[size=3][u][b]Multi-lined log entries[/b][/u][/size]
67+
68+
The tool can now handle log entries that span multiple lines, making it easier to read and analyze complex log messages. Regex patterns can be applied to only the first line of the multi-lined entry. Same rule is applied to the AutoTabs and TimeStamping features.
69+
70+
[img]https://raw.githubusercontent.com/chemodun/X4LogWatcher/refs/heads/main/docs/images/multi-lined.png[/img]
71+
6572
[size=3][u][b]AutoTabs feature[/b][/u][/size]
6673

6774
From version 0.6.0 onwards, the application supports the AutoTabs feature. This feature allows you to automatically create tabs based on the log file content. The application will analyze the log file and create tabs for each unique entry, making it easier to monitor multiple entries simultaneously.
@@ -110,6 +117,13 @@ In some cases too many tabs can fill a whole window of a tool. There is limitati
110117
[/list]
111118
[size=3][u][b]Changelog[/b][/u][/size]
112119

120+
[size=3][u][i][0.8.0] - 2025-07-20[/i][/u][/size]
121+
[list]
122+
[*] Added:
123+
[list]
124+
[*] Support for the multi-lined log entries. Now the tool can handle log entries that span multiple lines, making it easier to read and analyze complex log messages. Regex patterns can be applied to only the first line of the multi-lined entry.
125+
[/list]
126+
[/list]
113127
[size=3][u][i][0.7.1] - 2025-06-12[/i][/u][/size]
114128
[list]
115129
[*] Changed:

0 commit comments

Comments
 (0)