Set font size in code editor from the settings page (#140)

This commit is contained in:
yflory
2018-10-29 11:46:57 +01:00
parent 2af2fccc11
commit 8b554dec63
3 changed files with 43 additions and 4 deletions

View File

@@ -643,6 +643,7 @@ define(function () {
out.settings_codeIndentation = 'Code editor indentation (spaces)';
out.settings_codeUseTabs = "Indent using tabs (instead of spaces)";
out.settings_codeFontSize = "Font size in the code editor";
out.settings_padWidth = "Editor's maximum width";
out.settings_padWidthHint = "Rich text pads use by default the maximum available width on your screen and it can be difficult to read. You can reduce the editor's width here.";