Skip to content
Snippets Groups Projects
  1. Jan 24, 2013
  2. 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
  3. Oct 16, 2012
  4. Oct 12, 2012
  5. Oct 05, 2012
  6. Jul 19, 2012
  7. Jun 28, 2012
  8. May 25, 2012
  9. May 11, 2012
  10. Feb 23, 2012
  11. Feb 20, 2012
  12. Feb 15, 2012
  13. Feb 09, 2012
  14. Jan 26, 2012
  15. Jan 25, 2012
  16. Jan 24, 2012
  17. Jan 11, 2012
  18. Dec 09, 2011
  19. Nov 03, 2011
  20. Sep 28, 2011
  21. Sep 23, 2011
  22. Sep 05, 2011
  23. Aug 09, 2011
  24. Jul 08, 2011
  25. May 27, 2011
  26. May 24, 2011
  27. May 18, 2011
    • Leandro Melo's avatar
      C++ editor: Remove scanning/caching of includes · ab40e9c7
      Leandro Melo authored
      With the completion now in a separate thread this should
      no longer be necessary.
      
      Reviewed-by: Roberto Raggi
      ab40e9c7
    • Leandro Melo's avatar
      New code assist API · bec4f024
      Leandro Melo authored
      This is a re-work of our completion engine. Primary goals are:
      
      - Allow the computation to run in a separate thread so the GUI is not locked.
      - Support a model-based approach. QStrings are still needed (filtering, etc), but
      internal structures are free to use more efficient representations.
      - Unifiy all kinds of *assist* into a more reusable and extensible framework.
      - Remove unnecessary dependencies on the text editor so we have more generic
      and easily "plugable" components (still things to be resolved).
      bec4f024
  28. May 06, 2011
  29. Apr 13, 2011
  30. Jan 12, 2011
  31. Dec 20, 2010
    • Nicolas Arnaud-Cormos's avatar
      New plugin: plugin macro · f5fbbbfd
      Nicolas Arnaud-Cormos authored
      
      This plugin let the user record and replay some macros:
       * 3 handlers: action, find and texteditor
       * almost all texteditor and cpp actions recorded
       * options page to set the directories where the macros are stored
       * optional dialog to give a name and comment at the end of a macro
       * locator integration to play a macro
       * shortcuts assignment to macro
      
      The most important change outside the plugin macros is the isScriptable method
      for command: All scriptable commands can be stored in a macro.
      
      Merge-request: 2176
      Reviewed-by: default avatarTobias Hunger <tobias.hunger@nokia.com>
      f5fbbbfd
  32. Dec 17, 2010
  33. Dec 08, 2010
  34. Nov 02, 2010
  35. Oct 08, 2010
Loading