Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Minor update to the Clasic editor theme. |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 7286400315c97f058b640f45a699134107b5acfb |
User & Date: | johnfound 2018-06-22 18:14:28 |
Context
2018-06-25
| ||
20:05 | Reverted the file msgutils to rev.6dd632694ae65 because it fixes the problem with the main window, but disables the shortcut keys in the dialog windows. More research is needed. Again, the mentioned problem is in WINE only. It seems that IsWindowEnabled API works not very correct in some circumstances. check-in: b4ac052701 user: johnfound tags: trunk | |
2018-06-22
| ||
18:14 | Minor update to the Clasic editor theme. check-in: 7286400315 user: johnfound tags: trunk | |
16:17 | Attempt to fix the hotkeys not working on focused editor. It seems that the problem is only in Wine. check-in: 13cc0551fd user: johnfound tags: trunk | |
Changes
Changes to IDE/themes/Classic.theme.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
Theme.FontFace = Fixedsys Theme.FontSize = -13 Theme.FontWeight = 400 Theme.FontItalic = 0 Theme.FontCharset = 0 Theme.EditorStyle = 39 'Theme.Colors.Default text' = 00FFFFFFh 'Theme.Colors.Default background' = 00800000h 'Theme.Colors.Selected text' = 00000000h 'Theme.Colors.Selected background' = 00C0C0C0h 'Theme.Colors.Focused line text' = 00000000h 'Theme.Colors.Focused line background' = 00FFFF00h 'Theme.Colors.Left margin background' = 00C0C0C0h 'Theme.Colors.Left margin border' = 00C0C0C0h 'Theme.Colors.Read-only text color' = 00808080h 'Theme.Colors.Read-only background' = 00800000h 'Theme.Colors.Assembler directive' = 0080FF00h 'Theme.Colors.Preprocessor directive' = 00FF00FFh Theme.Colors.Instruction = 0000FFFFh Theme.Colors.Register = 0000FF00h Theme.Colors.Symbol = 00D0D0D0h Theme.Colors.Number = 00FFFF00h Theme.Colors.String = 00FFFF00h Theme.Colors.Comment = 00A0A0A0h |
| | | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
Theme.FontFace = Fixedsys Theme.FontSize = -13 Theme.FontWeight = 400 Theme.FontItalic = 0 Theme.FontCharset = 0 Theme.EditorStyle = 39 'Theme.Colors.Default text' = 00FFFFFFh 'Theme.Colors.Default background' = 00701919h 'Theme.Colors.Selected text' = 00000000h 'Theme.Colors.Selected background' = 00C0C0C0h 'Theme.Colors.Focused line text' = 00000000h 'Theme.Colors.Focused line background' = 00FFFF00h 'Theme.Colors.Left margin background' = 00C0C0C0h 'Theme.Colors.Left margin border' = 00C0C0C0h 'Theme.Colors.Read-only text color' = 00808080h 'Theme.Colors.Read-only background' = 00800000h 'Theme.Colors.Assembler directive' = 0080FF00h 'Theme.Colors.Preprocessor directive' = 00FF00FFh Theme.Colors.Instruction = 0000D7FFh Theme.Colors.Register = 0000FF00h Theme.Colors.Symbol = 00D0D0D0h Theme.Colors.Number = 00FFFC02h Theme.Colors.String = 00FFFF00h Theme.Colors.Comment = 00A0A0A0h |