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