- New option to limit minimum preview length

- New option only preview with parameters
- Improve preview drawing modes
- Prevent null ref on plugin load
This commit is contained in:
Infi
2024-05-20 06:25:54 +02:00
parent a18861ea87
commit 592892e45a
8 changed files with 140 additions and 53 deletions
+14 -2
View File
@@ -1052,10 +1052,10 @@
<value>Emotes available:</value>
</data>
<data name="Options_Preview_Description" xml:space="preserve">
<value>A preview wih all emote, auto-translate encoded as they appear in chat</value>
<value>Displays a preview with special parameter evaluated, like emotes and &lt;item&gt;</value>
</data>
<data name="Options_Preview_Name" xml:space="preserve">
<value>Input preview</value>
<value>Text preview</value>
</data>
<data name="Options_Preview_None" xml:space="preserve">
<value>None</value>
@@ -1075,4 +1075,16 @@
<data name="Options_Preview_Tooltip" xml:space="preserve">
<value>Tooltip</value>
</data>
<data name="Options_PreviewOnlyIf_Name" xml:space="preserve">
<value>Only with parameter</value>
</data>
<data name="Options_PreviewOnlyIf_Description" xml:space="preserve">
<value>Show only if the text contains special parameter</value>
</data>
<data name="Options_PreviewMinimum_Name" xml:space="preserve">
<value>Minimum input length</value>
</data>
<data name="Options_PreviewMinimum_Description" xml:space="preserve">
<value>Show only if the text length is greater-than or equal</value>
</data>
</root>