QTfrontend/ui/widget/SmartLineEdit.h
changeset 6188 e48280142001
parent 6187 59ff93c0ae2d
child 6200 6a4ace88d85a
equal deleted inserted replaced
6187:59ff93c0ae2d 6188:e48280142001
   123 private:
   123 private:
   124     QRegExp m_whitespace; ///< regexp that matches a whitespace
   124     QRegExp m_whitespace; ///< regexp that matches a whitespace
   125 
   125 
   126     QStringList * m_cmds;  ///< list of recognized commands
   126     QStringList * m_cmds;  ///< list of recognized commands
   127     QStringList * m_nicks; ///< list of recognized nicknames
   127     QStringList * m_nicks; ///< list of recognized nicknames
   128     /// list of recognized commands, sorted case-insensitive
   128 
       
   129     /// recognized nicknames, sorted case-insensitive
   129     QMap<QString, QString> * m_sorted_nicks;
   130     QMap<QString, QString> * m_sorted_nicks;
   130 
   131 
   131     // these variables contain information about the last replacement
   132     // these variables contain information about the last replacement
   132     // they get reset whenever cursor is moved or text is changed
   133     // they get reset whenever cursor is moved or text is changed
   133 
   134