CString CBCGPEditCtrl::m_strSpecialDelimiters |
Defines a list of special delimiters.
The default value is ";.{}\\n".
When the user navigates the text using Ctrl+Left or Ctrl+Right (next/previous word) the caret is stopped on the beginning/end of each word and on the beginning/end of each block of delimiters. The caret will stop always on the delimiters defined as "special", even a special delimiter resides inside of a block of regular delimiters.