Fix outdated mentions of default code font in EditorSettings documentation
This commit is contained in:
parent
03f6a9d88e
commit
517220f6d4
|
@ -465,15 +465,15 @@
|
||||||
</member>
|
</member>
|
||||||
<member name="interface/editor/code_font_contextual_ligatures" type="int" setter="" getter="">
|
<member name="interface/editor/code_font_contextual_ligatures" type="int" setter="" getter="">
|
||||||
The font ligatures to enable for the currently configured code font. Not all fonts include support for ligatures.
|
The font ligatures to enable for the currently configured code font. Not all fonts include support for ligatures.
|
||||||
[b]Note:[/b] The default editor code font (Hack) does not have contextual ligatures in its font file.
|
[b]Note:[/b] The default editor code font ([url=https://www.jetbrains.com/lp/mono/]JetBrains Mono[/url]) has contextual ligatures in its font file.
|
||||||
</member>
|
</member>
|
||||||
<member name="interface/editor/code_font_custom_opentype_features" type="String" setter="" getter="">
|
<member name="interface/editor/code_font_custom_opentype_features" type="String" setter="" getter="">
|
||||||
List of custom OpenType features to use, if supported by the currently configured code font. Not all fonts include support for custom OpenType features. The string should follow the OpenType specification.
|
List of custom OpenType features to use, if supported by the currently configured code font. Not all fonts include support for custom OpenType features. The string should follow the OpenType specification.
|
||||||
[b]Note:[/b] The default editor code font (Hack) does not have custom OpenType features in its font file.
|
[b]Note:[/b] The default editor code font ([url=https://www.jetbrains.com/lp/mono/]JetBrains Mono[/url]) has custom OpenType features in its font file, but there is no documented list yet.
|
||||||
</member>
|
</member>
|
||||||
<member name="interface/editor/code_font_custom_variations" type="String" setter="" getter="">
|
<member name="interface/editor/code_font_custom_variations" type="String" setter="" getter="">
|
||||||
List of alternative characters to use, if supported by the currently configured code font. Not all fonts include support for custom variations. The string should follow the OpenType specification.
|
List of alternative characters to use, if supported by the currently configured code font. Not all fonts include support for custom variations. The string should follow the OpenType specification.
|
||||||
[b]Note:[/b] The default editor code font (Hack) does not have alternate characters in its font file.
|
[b]Note:[/b] The default editor code font ([url=https://www.jetbrains.com/lp/mono/]JetBrains Mono[/url]) has alternate characters in its font file, but there is no documented list yet.
|
||||||
</member>
|
</member>
|
||||||
<member name="interface/editor/code_font_size" type="int" setter="" getter="">
|
<member name="interface/editor/code_font_size" type="int" setter="" getter="">
|
||||||
The size of the font in the script editor. This setting does not impact the font size of the Output panel (see [member run/output/font_size]).
|
The size of the font in the script editor. This setting does not impact the font size of the Output panel (see [member run/output/font_size]).
|
||||||
|
|
Loading…
Reference in New Issue