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