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