Skip to content
Snippets Groups Projects
  1. Oct 01, 2013
  2. Sep 13, 2013
  3. Sep 03, 2013
  4. Aug 30, 2013
  5. Jul 18, 2013
  6. Jul 12, 2013
  7. Jul 09, 2013
  8. Jun 25, 2013
  9. Jun 05, 2013
    • Eike Ziller's avatar
      Switch less often to edit mode · 7c8db798
      Eike Ziller authored
      
      This change
      * Removes IMode::type, ModeManager::activateModeType, and
        IEditor::preferredModeType, and adds IEditor::isDesignModePreferred
        instead
      * Adapts the mode switching code in EditorManager to handle multiple
        windows, for example switching to edit mode should only happen if
        the editor/view is in the main window. Otherwise the editor window
        should be raised and focused
      * Renames EditorManager::NoActivate --> DoNotChangeCurrentEditor
      * Reverts the EditorManager::ModeSwitch logic to switch mode or
        make the current editor visible by default, introducing
        DoNotMakeVisible flag instead
      * Fixes a few instances where EditorManager::ModeSwitch should have been
        used
      
      One non-trivial problem left: If you open a .ui file and switch to an
      external editor window, edit mode is activated, because the current
      editor no longer is a .ui file, which means that the design mode gets
      deactivated.
      
      Change-Id: I76c5c2391eb4090143b778fb103acff3a5a1ff41
      Reviewed-by: default avatarDavid Schulz <david.schulz@digia.com>
      7c8db798
  10. Jun 03, 2013
  11. May 31, 2013
  12. Apr 26, 2013
  13. Apr 10, 2013
  14. Apr 03, 2013
  15. Mar 20, 2013
  16. Mar 08, 2013
  17. Feb 15, 2013
  18. Feb 14, 2013
  19. Jan 29, 2013
  20. Jan 24, 2013
  21. Jan 11, 2013
    • Petar Perisin's avatar
      Editor: Allow to open links in a new split. · 39e9c5ef
      Petar Perisin authored
      
      This changes current behavior while opening links. Link is now opened in
      next split by default. If you use CTRL+Click to open links, it will also
      open in next split. However, by using CTRL+ALT+click it will open in
      current split.
      
      There are two new checkboxes in Tools/Options/Text Editor/Display:
      - "Open Links in New Split" - if it is checked, links will not be opened
      in current split. However, if document with link is already opened, it
      will be used to open the split
      - "Force open links in next split" - Links will always open in next
      split, even if their document is already opened somewhere else.
      
      Task-number: QTCREATORBUG-8117
      Change-Id: Ib99075b55d9e9683ed2c2386767227457de0a3fc
      Reviewed-by: default avatarDavid Schulz <david.schulz@digia.com>
      39e9c5ef
  22. Oct 16, 2012
  23. Oct 12, 2012
  24. Oct 05, 2012
  25. Jul 19, 2012
  26. Jun 28, 2012
  27. May 25, 2012
  28. May 11, 2012
  29. Feb 23, 2012
  30. Feb 20, 2012
  31. Feb 15, 2012
  32. Feb 09, 2012
  33. Jan 26, 2012
  34. Jan 25, 2012
Loading