Skip to content
Snippets Groups Projects
  1. Nov 01, 2010
    • Friedemann Kleint's avatar
      Fix exported headers in Core and TextEditor. · 6063fb84
      Friedemann Kleint authored
      - Unexport Core::Internal::MainWindow and remove its includes.
      - Move RssFetcher from Core::Internal to Core.
      - Unexport CopyTaskHandler.
      - Move TextEditor's completion support and Refactor Overlay
        helper classes from TextEditor::Internal to TextEditor as they
        are exported.
      - Move internal BaseTextBlockSelection into private header.
      - Unexport TextEditorOverlay as they are not used.
      6063fb84
  2. Sep 16, 2010
    • Friedemann Kleint's avatar
      Further header cleanup. · bb13b69e
      Friedemann Kleint authored
      Introduce some more private classes for the coreplugin,
      use header include convention
      <QtModule/QClass>, de-qobjectify VariableManager.
      bb13b69e
  3. Jul 05, 2010
  4. Jul 02, 2010
    • Friedemann Kleint's avatar
      Compile fix Windows. · df6fcd36
      Friedemann Kleint authored
      df6fcd36
    • mae's avatar
      add basic support to show refactor markers · 6ef602d1
      mae authored
      See BaseTextEditor::setRefactorMarkers(...). The markers support
      a clicked signal via BaseTextEditor and tooltips. They feature
      a cursor, but are always positioned at the end of the line (not block!).
      
      As special gimmick they do extend the document width when they
      are positioned outside the document area.
      6ef602d1
Loading