Skip to content

Commit

Permalink
1.3.4 更新
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonKnightOfBreeze committed Mar 31, 2024
1 parent f2be5bd commit bc861ec
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

* [X] Improved support for the action "Goto to related CWT configs"
* [X] Support for providing extended quick documentation for complex enum values (e.g. 'component_tag') via extended CWT configs (see reference documentation for details)
* [X] Support for providing extended quick documentation for dynamic values (e.g. 'variable') via extended CWT configs (format of relevant CWT rules is changed, see reference document for details)
* [X] Support for providing extended quick documentation for dynamic values (e.g. 'variable') via extended CWT configs (format of relevant CWT configs is changed, see reference document for details)
* [X] Support for providing extended inlay hints for complex enum values (e.g. 'component_tag') via extended CWT configs (see reference documentation for details)
* [X] Support for providing extended inlay hints for dynamic values (e.g. 'variable') via extended CWT configs (see reference documentation for details)
* [X] New code inspection: Overridden for files (level: weak warning, enabled by default: no)
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<li>Renders related type information, scope information, localisation text and DDS images through ways such as quick documentation and inlay hints.</li>
<li>Automatically recognizes the game directory (containing the launcher settings file <code>launcher-settings.json</code>) and mod directory (containing the mod descriptor file <code>descriptor.mod</code>).</li>
</ul>
<p>This plugin has implemented various advanced language features based on <a href="https://windea.icu/Paradox-Language-Support/#/en/config.md#cwt-config-group">CWT config groups</a>, which consists of CWT rule files.
<p>This plugin has implemented various advanced language features based on <a href="https://windea.icu/Paradox-Language-Support/#/en/config.md#cwt-config-group">CWT config groups</a>, which consists of CWT config files.
The latest-version config files are already built into this plugin, make it works right out of the box.
Besides, <a href="https://windea.icu/Paradox-Language-Support/#/en/config.md#writing-cwt-config-files">customizing</a> and <a href="https://windea.icu/Paradox-Language-Support/#/en/config.md#importing-cwt-config-files">importing</a> local config files is also supported.</p>
<p>If <a href="https://github.com/YiiGuxing/TranslationPlugin">Translation</a> is also installed, this plugin can provide some <a href="https://windea.icu/Paradox-Language-Support/#/zh/plugin-integration.md">additional features</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Features:
* Renders related type information, scope information, localisation text and DDS images through ways such as quick documentation and inlay hints.
* Automatically recognizes the game directory (containing the launcher settings file `launcher-settings.json`) and mod directory (containing the mod descriptor file `descriptor.mod`).

This plugin has implemented various advanced language features based on [CWT config groups](https://windea.icu/Paradox-Language-Support/#/en/config.md#cwt-config-group), which consists of CWT rule files.
This plugin has implemented various advanced language features based on [CWT config groups](https://windea.icu/Paradox-Language-Support/#/en/config.md#cwt-config-group), which consists of CWT config files.
The latest-version config files are already built into this plugin, make it works right out of the box.
Besides, [customizing](https://windea.icu/Paradox-Language-Support/#/en/config.md#writing-cwt-config-files) and [importing](https://windea.icu/Paradox-Language-Support/#/en/config.md#importing-cwt-config-files) local config files is also supported.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Features:
* Renders related type information, scope information, localisation text and DDS images through ways such as quick documentation and inlay hints.
* Automatically recognizes the game directory (containing the launcher settings file `launcher-settings.json`) and mod directory (containing the mod descriptor file `descriptor.mod`).

This plugin has implemented various advanced language features based on [CWT config groups](https://windea.icu/Paradox-Language-Support/#/en/config.md#cwt-config-group), which consists of CWT rule files.
This plugin has implemented various advanced language features based on [CWT config groups](https://windea.icu/Paradox-Language-Support/#/en/config.md#cwt-config-group), which consists of CWT config files.
The latest-version config files are already built into this plugin, make it works right out of the box.
Besides, [customizing](https://windea.icu/Paradox-Language-Support/#/en/config.md#writing-cwt-config-files) and [importing](https://windea.icu/Paradox-Language-Support/#/en/config.md#importing-cwt-config-files) local config files is also supported.

Expand Down
6 changes: 3 additions & 3 deletions docs/en/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

### Summary

PLS implements various advanced language features based on CWT config groups, which consists of many CWT rule files.
PLS implements various advanced language features based on CWT config groups, which consists of many CWT config files.

The data in these config groups first comes from the CWT rule files in specific directories,
The data in these config groups first comes from the CWT config files in specific directories,
after merging and computing, it will be used to implement various features of this plugin.

Reference Links:
Expand Down Expand Up @@ -42,7 +42,7 @@ CWT config file use its own file format, which can be considered as a variant of

### Syntax

The basic syntax of a CWT rules file is as follows:
The basic syntax of a CWT config files is as follows:

```cwt
### documentation comment
Expand Down

0 comments on commit bc861ec

Please sign in to comment.