ALT Linux Bugzilla
– Attachment 2597 Details for
Bug 14516
В Lazarus невозможно вводить кириллицу в локали UTF-8
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
патч для шрифтов
lazarus-0.9.24-alt-font.patch (text/plain), 1.57 KB, created by
mex3
on 2008-04-29 19:50:32 MSD
(
hide
)
Description:
патч для шрифтов
Filename:
MIME Type:
Creator:
mex3
Created:
2008-04-29 19:50:32 MSD
Size:
1.57 KB
patch
obsolete
>--- lazarus/ide/editoroptions.pp.orig 2008-04-29 19:20:40 +0400 >+++ lazarus/ide/editoroptions.pp 2008-04-29 19:22:47 +0400 >@@ -1241,7 +1241,7 @@ begin > fTabWidth := 8; > > // Display options >- fEditorFont := 'courier'; >+ fEditorFont := '-misc-fixed-medium-r-normal-*-13-*-*-*-*-*-iso10646-1'; > > // Key Mappings > fKeyMappingScheme := 'default'; >@@ -1362,9 +1362,9 @@ begin > XMLConfig.GetValue('EditorOptions/Display/VisibleRightMarginColor' > , clBtnFace); > fEditorFont := >- XMLConfig.GetValue('EditorOptions/Display/EditorFont', 'courier'); >+ XMLConfig.GetValue('EditorOptions/Display/EditorFont', '-misc-fixed-medium-r-normal-*-13-*-*-*-*-*-iso10646-1'); > fEditorFontHeight := >- XMLConfig.GetValue('EditorOptions/Display/EditorFontHeight', 12); >+ XMLConfig.GetValue('EditorOptions/Display/EditorFontHeight', 13); > fExtraLineSpacing := > XMLConfig.GetValue('EditorOptions/Display/ExtraLineSpacing', 1); > FDoNotWarnForFont := >@@ -1491,9 +1491,9 @@ begin > XMLConfig.SetDeleteValue('EditorOptions/Display/RightMarginColor', > fRightMarginColor, clBtnFace); > XMLConfig.SetDeleteValue('EditorOptions/Display/EditorFont', >- fEditorFont, 'courier'); >+ fEditorFont, '-misc-fixed-medium-r-normal-*-13-*-*-*-*-*-iso10646-1'); > XMLConfig.SetDeleteValue('EditorOptions/Display/EditorFontHeight' >- ,fEditorFontHeight, 12); >+ ,fEditorFontHeight, 13); > XMLConfig.SetDeleteValue('EditorOptions/Display/ExtraLineSpacing' > ,fExtraLineSpacing, 1); > XMLConfig.SetDeleteValue('EditorOptions/Display/DoNotWarnForFont'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 14516
: 2597