mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
[Peek]Add wrap and formatting options for Monaco previewer (#29378)
* add options for monaco previewer * fix formatting
This commit is contained in:
committed by
GitHub
parent
9693fd7035
commit
5a06bcb473
@@ -3838,4 +3838,22 @@ Activate by holding the key for the character you want to add an accent to, then
|
||||
<data name="EnabledModules.Text" xml:space="preserve">
|
||||
<value>Enabled modules</value>
|
||||
</data>
|
||||
<data name="Peek_Preview_GroupSettings.Header" xml:space="preserve">
|
||||
<value>Preview</value>
|
||||
</data>
|
||||
<data name="Peek_SourceCode_Header.Description" xml:space="preserve">
|
||||
<value>.cpp, .py, .json, .xml, .csproj, ...</value>
|
||||
</data>
|
||||
<data name="Peek_SourceCode_Header.Header" xml:space="preserve">
|
||||
<value>Source code files (Monaco)</value>
|
||||
</data>
|
||||
<data name="Peek_SourceCode_TryFormat.Description" xml:space="preserve">
|
||||
<value>Applies to json and xml. Files remain unchanged.</value>
|
||||
</data>
|
||||
<data name="Peek_SourceCode_TryFormat.Header" xml:space="preserve">
|
||||
<value>Try to format the source for preview</value>
|
||||
</data>
|
||||
<data name="Peek_SourceCode_WrapText.Content" xml:space="preserve">
|
||||
<value>Wrap text</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user