Skip to content
Snippets Groups Projects
  1. Mar 05, 2014
  2. Jan 24, 2014
  3. Jan 15, 2014
  4. Jan 10, 2014
    • Eike Ziller's avatar
      TextEditors: Avoid changing document after construction. · 22519583
      Eike Ziller authored
      
      Also when duplicating editors, we don't want to change the document
      after construction. Actually at some places (e.g. CppEditorSupport
      creation) we don't handle document changes correctly, and we are only
      lucky that things still (more or less?) work. Get rid of
      BaseTextEditorWidget::duplicateFrom and use copy-constructor style instead.
      
      Change-Id: I7f688b7fcc51d1bb5e222bb333f0d28479b597a6
      Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@digia.com>
      22519583
  5. Jan 08, 2014
  6. Dec 18, 2013
  7. Aug 26, 2013
  8. May 27, 2013
  9. Mar 19, 2013
  10. Mar 12, 2013
  11. Feb 07, 2013
    • Sergey Shambir's avatar
      Added PythonEditor plugin · 04b9d761
      Sergey Shambir authored
      
      Contains lexical highlighter, indenter and file wizard.
      Icon loaded from theme, if possible.
      Class wizard will be added later since it needs to extend libUtils.
      
      Change-Id: If723867c01e9be83371424e406d116805c88c2b0
      Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
      04b9d761
  12. Jan 29, 2013
  13. Nov 20, 2012
  14. Oct 05, 2012
  15. Jul 19, 2012
  16. Feb 15, 2012
  17. Jan 26, 2012
  18. Nov 10, 2011
    • hjk's avatar
      more Id type fixes · 82f55736
      hjk authored
      
      Change-Id: I3720946ba5485696822976567d83b4d6cb1fb283
      
      x
      
      Change-Id: Iab58bc34bc56371405d132315573b484a533b77c
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      82f55736
  19. Nov 03, 2011
  20. Sep 02, 2011
  21. May 27, 2011
  22. May 06, 2011
  23. Apr 14, 2011
  24. Apr 13, 2011
  25. 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
  26. Jan 14, 2011
    • Leandro Melo's avatar
      Snippets: Check for content change on apply · 7968853f
      Leandro Melo authored
      Cannot rely on the focus out event (on Mac) in the
      situation where a snippet is added/edited and the
      dialog is immediately confirmed.
      
      Reviewed-by: con
      Task-number: QTCREATORBUG-3464
      7968853f
  27. Jan 12, 2011
  28. Dec 17, 2010
  29. Dec 08, 2010
Loading