Skip to content
Snippets Groups Projects
  1. Jun 25, 2013
  2. 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
  3. Jun 03, 2013
  4. May 31, 2013
  5. Apr 26, 2013
  6. Apr 10, 2013
  7. Apr 03, 2013
  8. Mar 20, 2013
  9. Mar 08, 2013
  10. Feb 15, 2013
  11. Feb 14, 2013
  12. Jan 29, 2013
  13. Jan 24, 2013
  14. 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
  15. Oct 16, 2012
  16. Oct 12, 2012
  17. Oct 05, 2012
  18. Jul 19, 2012
  19. Jun 28, 2012
  20. May 25, 2012
  21. May 11, 2012
  22. Feb 23, 2012
  23. Feb 20, 2012
  24. Feb 15, 2012
  25. Feb 09, 2012
  26. Jan 26, 2012
  27. Jan 25, 2012
  28. Jan 24, 2012
  29. Jan 11, 2012
  30. Dec 09, 2011
  31. Nov 03, 2011
  32. Sep 28, 2011
  33. Sep 23, 2011
  34. Sep 05, 2011
Loading