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