Skip to content
Snippets Groups Projects
  1. May 25, 2009
  2. Mar 24, 2009
  3. Mar 19, 2009
  4. Mar 10, 2009
  5. Feb 25, 2009
  6. Jan 21, 2009
  7. Jan 20, 2009
  8. Jan 19, 2009
  9. Jan 13, 2009
  10. Dec 16, 2008
  11. Dec 10, 2008
  12. Dec 05, 2008
    • mae's avatar
      support different selection kinds in basetexteditor. · 6d37029b
      mae authored
          enum ExtraSelectionKind {
              CurrentLineSelection,
              ParenthesesMatchingSelection,
              CodeWarningsSelection,
              CodeSemanticsSelection,
              OtherSelection,
              NExtraSelectionKinds
          };
          void setExtraSelections(ExtraSelectionKind kind, const QList<QTextEdit::ExtraSelection> &selections);
          QList<QTextEdit::ExtraSelection> extraSelections(ExtraSelectionKind kind) const;
      
      This is mainly for the benefit of the cppmodelmanager.
      6d37029b
  13. Dec 02, 2008
Loading