allowPathNames | CSyntaxRichEditCtrl | protected |
AllowPathNames(bool allow) | CSyntaxRichEditCtrl | |
AutoCompleteHide(void) | CSyntaxRichEditCtrl | protected |
AutoCompleteInsertText(void) | CSyntaxRichEditCtrl | protected |
autoCompleteListBox | CSyntaxRichEditCtrl | protected |
AutoCompleteShow(int charIndex) | CSyntaxRichEditCtrl | protected |
autoCompleteStart | CSyntaxRichEditCtrl | protected |
AutoCompleteUpdate(void) | CSyntaxRichEditCtrl | protected |
bracedSection | CSyntaxRichEditCtrl | protected |
BracedSectionAdjustEndTabs(void) | CSyntaxRichEditCtrl | protected |
BracedSectionEnd(char braceStartChar, char braceEndChar) | CSyntaxRichEditCtrl | protected |
BracedSectionHide(void) | CSyntaxRichEditCtrl | protected |
BracedSectionShow(void) | CSyntaxRichEditCtrl | protected |
BracedSectionStart(char braceStartChar, char braceEndChar) | CSyntaxRichEditCtrl | protected |
braceHighlightColor | CSyntaxRichEditCtrl | protected |
caseSensitive | CSyntaxRichEditCtrl | protected |
charType | CSyntaxRichEditCtrl | protected |
charType_t enum name | CSyntaxRichEditCtrl | protected |
CSyntaxRichEditCtrl(void) | CSyntaxRichEditCtrl | |
CT_COMMENT enum value | CSyntaxRichEditCtrl | protected |
CT_LITERAL enum value | CSyntaxRichEditCtrl | protected |
CT_NAME enum value | CSyntaxRichEditCtrl | protected |
CT_NUMBER enum value | CSyntaxRichEditCtrl | protected |
CT_PUNCTUATION enum value | CSyntaxRichEditCtrl | protected |
CT_STRING enum value | CSyntaxRichEditCtrl | protected |
CT_WHITESPACE enum value | CSyntaxRichEditCtrl | protected |
defaultCharFormat | CSyntaxRichEditCtrl | protected |
defaultColor | CSyntaxRichEditCtrl | protected |
EnableKeyWordAutoCompletion(bool enable) | CSyntaxRichEditCtrl | |
FindKeyWord(const char *keyWord, int length) const | CSyntaxRichEditCtrl | protected |
FindNext(const char *find, bool matchCase, bool matchWholeWords, bool searchForward) | CSyntaxRichEditCtrl | |
FreeKeyWordsFromFile(void) | CSyntaxRichEditCtrl | protected |
funcParmToolTip | CSyntaxRichEditCtrl | protected |
funcParmToolTipStart | CSyntaxRichEditCtrl | protected |
GetBackColor(int charIndex) const | CSyntaxRichEditCtrl | |
GetCursorPos(int &line, int &column, int &character) const | CSyntaxRichEditCtrl | |
GetForeColor(int charIndex) const | CSyntaxRichEditCtrl | |
GetFunctionParms | CSyntaxRichEditCtrl | protected |
GetNameBeforeCurrentSelection(CString &name, int &charIndex) const | CSyntaxRichEditCtrl | protected |
GetNameForMousePosition(idStr &name) const | CSyntaxRichEditCtrl | protected |
GetObjectMembers | CSyntaxRichEditCtrl | protected |
GetText(idStr &text) const | CSyntaxRichEditCtrl | |
GetText(idStr &text, int startCharIndex, int endCharIndex) const | CSyntaxRichEditCtrl | |
GetToolTip | CSyntaxRichEditCtrl | protected |
GetVisibleRange(void) const | CSyntaxRichEditCtrl | |
GoToLine(int line) | CSyntaxRichEditCtrl | |
HighlightSyntax(int startCharIndex, int endCharIndex) | CSyntaxRichEditCtrl | protected |
Init(void) | CSyntaxRichEditCtrl | |
InitFont(void) | CSyntaxRichEditCtrl | protected |
InitSyntaxHighlighting(void) | CSyntaxRichEditCtrl | protected |
keyWordAutoCompletion | CSyntaxRichEditCtrl | protected |
keyWordColors | CSyntaxRichEditCtrl | protected |
keyWordHash | CSyntaxRichEditCtrl | protected |
keyWordLengths | CSyntaxRichEditCtrl | protected |
keyWords | CSyntaxRichEditCtrl | protected |
keyWordsFromFile | CSyntaxRichEditCtrl | protected |
keyWordToolTip | CSyntaxRichEditCtrl | protected |
literalColor | CSyntaxRichEditCtrl | protected |
LoadKeyWordsFromFile(const char *fileName) | CSyntaxRichEditCtrl | |
m_DefaultFont | CSyntaxRichEditCtrl | protected |
m_pchTip | CSyntaxRichEditCtrl | protected |
m_pwchTip | CSyntaxRichEditCtrl | protected |
m_TextDoc | CSyntaxRichEditCtrl | protected |
mousePoint | CSyntaxRichEditCtrl | protected |
multiLineCommentColor | CSyntaxRichEditCtrl | protected |
OnAutoCompleteListBoxChange() | CSyntaxRichEditCtrl | protected |
OnAutoCompleteListBoxDblClk() | CSyntaxRichEditCtrl | protected |
OnChange() | CSyntaxRichEditCtrl | protected |
OnChar(UINT nChar, UINT nRepCnt, UINT nFlags) | CSyntaxRichEditCtrl | protected |
OnGetDlgCode() | CSyntaxRichEditCtrl | protected |
OnKeyDown(UINT nKey, UINT nRepCnt, UINT nFlags) | CSyntaxRichEditCtrl | protected |
OnLButtonDown(UINT nFlags, CPoint point) | CSyntaxRichEditCtrl | protected |
OnMouseMove(UINT nFlags, CPoint point) | CSyntaxRichEditCtrl | protected |
OnMouseWheel(UINT nFlags, short zDelta, CPoint pt) | CSyntaxRichEditCtrl | protected |
OnProtected(NMHDR *pNMHDR, LRESULT *pResult) | CSyntaxRichEditCtrl | protected |
OnSize(UINT nType, int cx, int cy) | CSyntaxRichEditCtrl | protected |
OnToolHitTest(CPoint point, TOOLINFO *pTI) const | CSyntaxRichEditCtrl | protectedvirtual |
OnToolTipNotify(UINT id, NMHDR *pNMHDR, LRESULT *pResult) | CSyntaxRichEditCtrl | protected |
OnVScroll(UINT nSBCode, UINT nPos, CScrollBar *pScrollBar) | CSyntaxRichEditCtrl | protected |
ReplaceAll(const char *find, const char *replace, bool matchCase, bool matchWholeWords) | CSyntaxRichEditCtrl | |
ReplaceText(int startCharIndex, int endCharIndex, const char *replace) | CSyntaxRichEditCtrl | |
SetCaseSensitive(bool caseSensitive) | CSyntaxRichEditCtrl | |
SetCharType(int first, int last, int type) | CSyntaxRichEditCtrl | protected |
SetColor(int startCharIndex, int endCharIndex, COLORREF foreColor, COLORREF backColor, bool bold) | CSyntaxRichEditCtrl | protected |
SetCommentColor(const COLORREF color) | CSyntaxRichEditCtrl | |
SetDefaultColor(const COLORREF color) | CSyntaxRichEditCtrl | |
SetDefaultFont(int startCharIndex, int endCharIndex) | CSyntaxRichEditCtrl | protected |
SetFunctionParmCallback(toolTipCallback_t callback) | CSyntaxRichEditCtrl | |
SetKeyWords(const keyWord_t kws[]) | CSyntaxRichEditCtrl | |
SetLiteralColor(const COLORREF color) | CSyntaxRichEditCtrl | |
SetObjectMemberCallback(objectMemberCallback_t callback) | CSyntaxRichEditCtrl | |
SetStringColor(const COLORREF color, const COLORREF altColor=-1) | CSyntaxRichEditCtrl | |
SetText(const char *text) | CSyntaxRichEditCtrl | |
SetToolTipCallback(toolTipCallback_t callback) | CSyntaxRichEditCtrl | |
singleLineCommentColor | CSyntaxRichEditCtrl | protected |
stringColor | CSyntaxRichEditCtrl | protected |
stringColorIndex | CSyntaxRichEditCtrl | protected |
stringColorLine | CSyntaxRichEditCtrl | protected |
ToolTipHide(void) | CSyntaxRichEditCtrl | protected |
ToolTipShow(int charIndex, const char *string) | CSyntaxRichEditCtrl | protected |
updateRange | CSyntaxRichEditCtrl | protected |
updateSyntaxHighlighting | CSyntaxRichEditCtrl | protected |
UpdateVisibleRange(void) | CSyntaxRichEditCtrl | protected |
~CSyntaxRichEditCtrl(void) | CSyntaxRichEditCtrl | |