Skip to content
Snippets Groups Projects
  1. Jul 19, 2012
  2. Jun 28, 2012
  3. May 25, 2012
  4. May 11, 2012
  5. Feb 23, 2012
  6. Feb 20, 2012
  7. Feb 15, 2012
  8. Feb 09, 2012
  9. Jan 26, 2012
  10. Jan 25, 2012
  11. Jan 24, 2012
  12. Jan 11, 2012
  13. Dec 09, 2011
  14. Nov 03, 2011
  15. Sep 28, 2011
  16. Sep 23, 2011
  17. Sep 05, 2011
  18. Aug 09, 2011
  19. Jul 08, 2011
  20. May 27, 2011
  21. May 24, 2011
  22. 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
  23. May 06, 2011
  24. Apr 13, 2011
  25. Jan 12, 2011
  26. 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
  27. Dec 17, 2010
  28. Dec 08, 2010
  29. Nov 02, 2010
  30. Oct 08, 2010
  31. Sep 06, 2010
    • dt's avatar
      Remove EditorManager::ensureEditorManagerVisible() · bde1ebaa
      dt authored
      The function always switched to Edit Mode, which was the cause for
      several bugs. Since openEditor() already does switch to the right mode,
      the function is not really needed.
      
      The following actions now respect the prefered mode of the editor:
      "f file"-locator
      The Open Documents list
      Editor history navigation
      bde1ebaa
  32. Jul 23, 2010
    • con's avatar
      C++ symbols find filter for advanced find. · 2bda8675
      con authored
      Required refactoring of the search result window to show real trees of
      search results.
      
      The backend is the backend from the Locator filter, which is a bit
      outdated now.
      2bda8675
  33. Jul 13, 2010
  34. Jun 25, 2010
Loading