Skip to content
Snippets Groups Projects
  1. Dec 16, 2008
  2. Dec 12, 2008
  3. Dec 10, 2008
  4. Dec 09, 2008
  5. Dec 08, 2008
  6. 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
  7. Dec 04, 2008
  8. Dec 03, 2008
  9. Dec 02, 2008
Loading