diff --git a/docs/notework.txt b/docs/notework.txt index d155593..6a83549 100644 --- a/docs/notework.txt +++ b/docs/notework.txt @@ -10,9 +10,11 @@ ______________________________________________________________________ Notes for GoldED+ 1.1.5, /snapshot/ ______________________________________________________________________ +- Set default color for spell checker to white on black. + = 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. - Fixed QuoteString middle name initials. diff --git a/golded3/geglob.cpp b/golded3/geglob.cpp index baed047..753ce7f 100644 --- a/golded3/geglob.cpp +++ b/golded3/geglob.cpp @@ -119,6 +119,9 @@ Win gold_color1[16] = { {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, 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 {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 +#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 {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 +#if defined(GCFG_SPELL_INCLUDED) + {0, { 15, }, 0 }, // SpellCheker +#endif };