-wxChar* CppWordlist1 =
- _T("asm auto bool break case catch char class const const_cast \
- continue default delete do double dynamic_cast else enum explicit \
- export extern false float for friend goto if inline int long \
- mutable namespace new operator private protected public register \
- reinterpret_cast return short signed sizeof static static_cast \
- struct switch template this throw true try typedef typeid \
- typename union unsigned using virtual void volatile wchar_t \
- while");
-wxChar* CppWordlist2 =
- _T("file");
-wxChar* CppWordlist3 =
- _T("a addindex addtogroup anchor arg attention author b brief bug c \
- class code date def defgroup deprecated dontinclude e em endcode \
- endhtmlonly endif endlatexonly endlink endverbatim enum example \
- exception f$ f[ f] file fn hideinitializer htmlinclude \
- htmlonly if image include ingroup internal invariant interface \
- latexonly li line link mainpage name namespace nosubgrouping note \
- overload p page par param post pre ref relates remarks return \
- retval sa section see showinitializer since skip skipline struct \
- subsection test throw todo typedef union until var verbatim \
- verbinclude version warning weakgroup $ @ "" & < > # { }");
+const char* CppWordlist1 =
+ "asm auto bool break case catch char class const const_cast "
+ "continue default delete do double dynamic_cast else enum explicit "
+ "export extern false float for friend goto if inline int long "
+ "mutable namespace new operator private protected public register "
+ "reinterpret_cast return short signed sizeof static static_cast "
+ "struct switch template this throw true try typedef typeid "
+ "typename union unsigned using virtual void volatile wchar_t "
+ "while";
+const char* CppWordlist2 =
+ "file";
+const char* CppWordlist3 =
+ "a addindex addtogroup anchor arg attention author b brief bug c "
+ "class code date def defgroup deprecated dontinclude e em endcode "
+ "endhtmlonly endif endlatexonly endlink endverbatim enum example "
+ "exception f$ f[ f] file fn hideinitializer htmlinclude "
+ "htmlonly if image include ingroup internal invariant interface "
+ "latexonly li line link mainpage name namespace nosubgrouping note "
+ "overload p page par param post pre ref relates remarks return "
+ "retval sa section see showinitializer since skip skipline struct "
+ "subsection test throw todo typedef union until var verbatim "
+ "verbinclude version warning weakgroup $ @ \"\" & < > # { }";