Skip to content
Snippets Groups Projects
  1. Mar 05, 2014
  2. Feb 25, 2014
  3. Jan 14, 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 12, 2013
    • Eike Ziller's avatar
      Remove the need to register editors in the action handler · 3d1b70c5
      Eike Ziller authored
      
      The action handler already knows which editors to handle through the
      context. It only needs to receive signals for updating the actions from
      the current editor. So there is no need to tell the action handler about
      every individual editor. This also removes some noise from the text
      editor implementations.
      
      Change-Id: I76dc5b1559cc8cf54ff313e6cdba4e789a3108aa
      Reviewed-by: default avatarDavid Schulz <david.schulz@digia.com>
      3d1b70c5
  7. Sep 03, 2013
  8. Aug 26, 2013
  9. May 27, 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. Oct 05, 2012
  14. Jul 19, 2012
  15. May 08, 2012
  16. Jan 26, 2012
  17. Nov 03, 2011
  18. May 06, 2011
  19. Apr 14, 2011
  20. Apr 13, 2011
  21. 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
  22. Jan 12, 2011
  23. Dec 17, 2010
  24. Nov 10, 2010
  25. Jun 25, 2010
  26. Mar 05, 2010
  27. Jan 15, 2010
  28. Jan 07, 2010
    • Tobias Hunger's avatar
      Make method naming more consistent. · a6ad7737
      Tobias Hunger authored
        * Use id() for methods returning a string used to represent
          some type of object.
        * Use displayName() for strings that are meant to be user
          visible.
        * Quieten some warnings while touching the files anyway.
        * Move Factories to their products in the plugins where that
          was not done before.
      
      Reviewed-by: dt
      a6ad7737
  29. Sep 30, 2009
  30. Sep 01, 2009
  31. Aug 14, 2009
  32. Jun 16, 2009
    • con's avatar
      Cherry-pick: Update license headers and sales contact details. · 2919c210
      con authored
      Reviewed-by: Trust Me
      
      Conflicts:
      
      	src/libs/cplusplus/CppBindings.cpp
      	src/libs/cplusplus/CppBindings.h
      	src/libs/cplusplus/FastPreprocessor.cpp
      	src/libs/cplusplus/FastPreprocessor.h
      	src/plugins/cpptools/cppcurrentdocumentfilter.cpp
      	src/plugins/cpptools/cppcurrentdocumentfilter.h
      	src/plugins/cpptools/cppsemanticsearch.cpp
      	src/plugins/cpptools/cppsemanticsearch.h
      	src/plugins/duieditor/parser/qmljs.g
      	src/plugins/duieditor/parser/qmljsast.cpp
      	src/plugins/duieditor/parser/qmljsast_p.h
      	src/plugins/duieditor/parser/qmljsastfwd_p.h
      	src/plugins/duieditor/parser/qmljsastvisitor.cpp
      	src/plugins/duieditor/parser/qmljsastvisitor_p.h
      	src/plugins/duieditor/parser/qmljsengine_p.cpp
      	src/plugins/duieditor/parser/qmljsengine_p.h
      	src/plugins/duieditor/parser/qmljsgrammar.cpp
      	src/plugins/duieditor/parser/qmljsgrammar_p.h
      	src/plugins/duieditor/parser/qmljslexer.cpp
      	src/plugins/duieditor/parser/qmljslexer_p.h
      	src/plugins/duieditor/parser/qmljsmemorypool_p.h
      	src/plugins/duieditor/parser/qmljsnodepool_p.h
      	src/plugins/duieditor/parser/qmljsparser.cpp
      	src/plugins/duieditor/parser/qmljsparser_p.h
      	src/plugins/duieditor/parser/qmljsprettypretty.cpp
      	src/plugins/duieditor/parser/qmljsprettypretty_p.h
      	src/plugins/duieditor/rewriter/rewriter.cpp
      	src/plugins/duieditor/rewriter/rewriter_p.h
      	src/plugins/duieditor/rewriter/textwriter.cpp
      	src/plugins/duieditor/rewriter/textwriter_p.h
      	src/shared/cplusplus/ASTClone.cpp
      	tests/manual/cplusplus/main.cpp
      2919c210
    • Jason McDonald's avatar
      Update license headers and sales contact details. · 884b7af7
      Jason McDonald authored
      Reviewed-by: Trust Me
      884b7af7
  33. May 04, 2009
  34. Apr 22, 2009
  35. Feb 25, 2009
  36. Feb 16, 2009
  37. Jan 20, 2009
Loading