Skip to content
Snippets Groups Projects
  1. Apr 10, 2013
  2. Apr 03, 2013
  3. Mar 19, 2013
  4. Jan 29, 2013
  5. Dec 11, 2012
  6. Nov 07, 2012
  7. Oct 05, 2012
  8. Jul 19, 2012
  9. Feb 20, 2012
  10. Feb 15, 2012
  11. Jan 26, 2012
  12. Nov 03, 2011
  13. Aug 19, 2011
    • Christian Kamm's avatar
      Refactoring changes: Cleanup and improvements. · 8a6d767a
      Christian Kamm authored
      Previously RefactoringFiles were usually passed around by value.
      However, since a RefactoringFile may sometimes own a QTextDocument
      (when it was read from a file), that's not great and caused the
      file to be reread after every copy.
      
      With this change RefactoringFile becomes noncopyable and is always
      owned by a shared pointer.
      
      This change also allowed having const RefactoringFiles which is
      useful because they can be safely used from other threads. See
      CppRefactoringChanges::fileNoEditor.
      
      Change-Id: I9045921d6d0f6349f9558ff2a3d8317ea172193b
      Reviewed-on: http://codereview.qt.nokia.com/3084
      
      
      Reviewed-by: default avatarLeandro T. C. Melo <leandro.melo@nokia.com>
      8a6d767a
  14. May 18, 2011
    • 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
  15. May 06, 2011
  16. Apr 13, 2011
  17. 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
  18. Jan 20, 2011
  19. Jan 12, 2011
  20. Dec 17, 2010
  21. Nov 01, 2010
  22. Sep 30, 2010
  23. Sep 09, 2010
  24. Aug 16, 2010
  25. Aug 13, 2010
  26. Aug 12, 2010
  27. Jul 27, 2010
    • Erik Verbruggen's avatar
      Added the InsertionPointLocator. · b2659950
      Erik Verbruggen authored
      For answers to questions about where to insert a snippet/chunk of C++ code. Ok,
      currently it will only find the One And Only place to insert method
      declarations in classes, and it will need some tuning.
      b2659950
  28. Jul 26, 2010
  29. Jul 20, 2010
  30. Jul 19, 2010
Loading