Skip to content
Snippets Groups Projects
  1. Sep 08, 2011
  2. Sep 07, 2011
  3. Aug 08, 2011
  4. May 26, 2011
  5. May 20, 2011
  6. May 19, 2011
  7. May 18, 2011
    • Leandro Melo's avatar
      c++ editor: Fix automatic completion for includes · 0dc44994
      Leandro Melo authored
      Reviewed-by: Roberto Raggi
      0dc44994
    • 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
  8. May 06, 2011
  9. Apr 13, 2011
  10. Feb 22, 2011
    • hjk's avatar
      texteditor: merge ITextEditable into ITextEditor · f576ad9f
      hjk authored
      rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor
      rename BaseTextEditor{,Widget} subclasses
      rename editableInterface->editorInterface
      rename createEditableInterface->createEditor
      minor cleanups after renamings
      f576ad9f
  11. Feb 21, 2011
  12. Jan 19, 2011
  13. Jan 12, 2011
  14. Jan 07, 2011
  15. Dec 20, 2010
  16. Dec 17, 2010
  17. Dec 16, 2010
  18. Dec 14, 2010
  19. Dec 08, 2010
  20. Dec 06, 2010
  21. Nov 08, 2010
  22. Sep 27, 2010
  23. Sep 24, 2010
  24. Sep 15, 2010
  25. Sep 02, 2010
  26. Aug 26, 2010
  27. Aug 11, 2010
  28. Aug 05, 2010
Loading