Set default color for spell checker to white on black
This commit is contained in:
parent
3462c2f6bf
commit
3903cd14d8
@ -10,9 +10,11 @@ ______________________________________________________________________
|
|||||||
Notes for GoldED+ 1.1.5, /snapshot/
|
Notes for GoldED+ 1.1.5, /snapshot/
|
||||||
______________________________________________________________________
|
______________________________________________________________________
|
||||||
|
|
||||||
|
- Set default color for spell checker to white on black.
|
||||||
|
|
||||||
= Snapshot for the March 26, 2006.
|
= Snapshot for the March 26, 2006.
|
||||||
|
|
||||||
- GoldEd will not use charset import table if its level is greater than
|
- GoldEd will not use charset import table if its level is less than
|
||||||
level of CHRS kludge.
|
level of CHRS kludge.
|
||||||
|
|
||||||
- Fixed QuoteString middle name initials.
|
- Fixed QuoteString middle name initials.
|
||||||
|
@ -119,6 +119,9 @@ Win gold_color1[16] = {
|
|||||||
{3, { 7, 12, 14, 31, 15, 8, 7, 7, 7, 7, 7, 12}, 0}, // Cfgb 11
|
{3, { 7, 12, 14, 31, 15, 8, 7, 7, 7, 7, 7, 12}, 0}, // Cfgb 11
|
||||||
{0, { 7, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15}, 0}, // Style 12
|
{0, { 7, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15}, 0}, // Style 12
|
||||||
{0, { 7, 7, 7, 7, 7, 7, 7, 8, 7, 7, 7, 7}, 0}, // Shad 13
|
{0, { 7, 7, 7, 7, 7, 7, 7, 8, 7, 7, 7, 7}, 0}, // Shad 13
|
||||||
|
#if defined(GCFG_SPELL_INCLUDED)
|
||||||
|
{0, { 15, }, 0 }, // SpellCheker
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
@ -140,6 +143,9 @@ Win gold_color2[16] = {
|
|||||||
{3, { 240, 241, 244, 143, 244, 7, 7, 7, 7, 7, 7, 241}, 0}, // Cfgb 11
|
{3, { 240, 241, 244, 143, 244, 7, 7, 7, 7, 7, 7, 241}, 0}, // Cfgb 11
|
||||||
{0, { 135, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249}, 0}, // Style 12
|
{0, { 135, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249, 249}, 0}, // Style 12
|
||||||
{0, { 7, 7, 7, 7, 7, 7, 7, 8, 7, 7, 7, 7}, 0}, // Shad 13
|
{0, { 7, 7, 7, 7, 7, 7, 7, 8, 7, 7, 7, 7}, 0}, // Shad 13
|
||||||
|
#if defined(GCFG_SPELL_INCLUDED)
|
||||||
|
{0, { 15, }, 0 }, // SpellCheker
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
@ -161,6 +167,9 @@ Win gold_mono1[16] = {
|
|||||||
{3, { 7, 7, 112, 112, 15, 7, 7, 7, 7, 7, 7, 7}, 0}, // Cfgb B
|
{3, { 7, 7, 112, 112, 15, 7, 7, 7, 7, 7, 7, 7}, 0}, // Cfgb B
|
||||||
{0, { 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7}, 0}, // Style C
|
{0, { 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7}, 0}, // Style C
|
||||||
{0, { 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7}, 0}, // Shad F
|
{0, { 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7}, 0}, // Shad F
|
||||||
|
#if defined(GCFG_SPELL_INCLUDED)
|
||||||
|
{0, { 15, }, 0 }, // SpellCheker
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user