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. Oct 18, 2010
    • mae's avatar
      Fixed find scope · da5cdda7
      mae authored
      There was an off-by-one error for the normal find scope.
      Improved look by ignoring the left side.
      da5cdda7
  3. Sep 28, 2010
    • mae's avatar
      Fixed find scope · 5c6cfdf8
      mae authored
      There was an off-by-one error for the normal find scope.
      Improved look by ignoring the left side.
      5c6cfdf8
  4. Aug 25, 2010
  5. Aug 06, 2010
  6. Aug 05, 2010
    • mae's avatar
      Refactor block selection · 29b073e9
      mae authored
      Block selection was "broken" when using tabs, or rather
      incomplete: It treated tabs as normal characters, which
      has shown to be unexpected by people using tabs in code.
      
      The new implementation has a vastly improved find scope
      as well. In addition, creating a blog selection with
      mouse or keyboard feels a lot more solid now, as the
      actual selection is detached from possible valid cursor
      positions.
      
      Task-number: QTCREATORBUG-1541
      29b073e9
  7. Jul 14, 2010
    • mae's avatar
      Fix findScope performance issue · b61c3769
      mae authored
      Fixes the performance of large find scope selections. Try
      Ctrl+A Ctrl+F in a large file and scroll.
      b61c3769
  8. Apr 26, 2010
  9. Apr 12, 2010
  10. Mar 05, 2010
  11. Jan 19, 2010
  12. Dec 15, 2009
    • Christian Kamm's avatar
      Fix a bug with selection paths in the editor overlay. · d282ee9b
      Christian Kamm authored
      If the first or last line in a selection ended up with nothing to
      highlight after whitespaces were trimmed, they'd use a codepath that
      only works correctly for inner 'empty' lines.
      
      Instead we now make sure the beginning and end of a selection are always
      highlighted.
      d282ee9b
  13. Dec 04, 2009
  14. Dec 03, 2009
    • mae's avatar
      refactor rename selections · 480c9a5b
      mae authored
      the new approach makes it possible to use more edit features
      inside the rename selection like cut/copy/paste. Furthermore
      it compresses rename operations better on the undo stack.
      480c9a5b
  15. Dec 02, 2009
  16. Dec 01, 2009
  17. Nov 30, 2009
  18. Nov 25, 2009
Loading