[DEV] UniChar ==> UChar & Hach ==> Hash
This commit is contained in:
@@ -74,7 +74,7 @@ class HighlightPattern {
|
||||
etk::RegExp<etk::Buffer>* m_regExpStop; //!< Stop of Regular Expression
|
||||
bool m_haveStopPatern; //!< Stop patern presence
|
||||
bool m_multiline; //!< The patern is multiline
|
||||
etk::UniChar m_escapeChar; //!< Escape char to prevent exeit of patern ....
|
||||
etk::UChar m_escapeChar; //!< Escape char to prevent exeit of patern ....
|
||||
etk::Vector<HighlightPattern*> m_subPatern; //!< Under patern of this one
|
||||
// etk::Vector<HighlightPattern*> m_subColor; //!< Under Color in the start RegExp ...
|
||||
};
|
||||
|
Reference in New Issue
Block a user