Skip to content
Snippets Groups Projects
  1. Aug 26, 2013
  2. Aug 02, 2013
  3. May 31, 2013
  4. Mar 12, 2013
  5. 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
  6. Jan 29, 2013
  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. Sep 08, 2011
  14. May 12, 2011
    • Oswald Buddenhagen's avatar
      rewrite editor info bar handling · 882e34ee
      Oswald Buddenhagen authored
      the info about the bars is now stored in the IFile, not in the
      EditorView. this is somewhat more expensive for the bars which
      identically apply to all editors of one type, but fixes consistency
      issues between views.
      
      additionally, it is now possible to set several simultaneous
      info bars per file, which ensures that no information is lost.
      
      Co-authored-by: mae
      882e34ee
  15. May 06, 2011
  16. Apr 13, 2011
  17. Jan 12, 2011
  18. Dec 17, 2010
  19. Mar 31, 2010
  20. Mar 09, 2010
    • Friedemann Kleint's avatar
      Design mode/Qt Designer: clean-up Part II: Fix undo. · 1c78e200
      Friedemann Kleint authored
      Re-introduce FormEditorFile that delegates dirty handling to the form
      window. Change DesignerXmlEditable to be an IEditor that embeds
      TextEditable so that the PlainTextEditor can work with it, but delegates
      relevant functionality to FormEditorFile.
      Centralize all form window creation code that was scattered around
      in FormEditorW::createEditor() and have that return a struct Editor
      data, which is passed to FormEditorStack.
      Update the text editor only on open/createNew/switch away from design
      mode.
      1c78e200
  21. Mar 05, 2010
  22. 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
  23. Aug 14, 2009
  24. 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
  25. Feb 25, 2009
  26. Jan 20, 2009
  27. Jan 14, 2009
  28. Jan 13, 2009
  29. Dec 16, 2008
  30. Dec 02, 2008
Loading