Skip to content
Snippets Groups Projects
  1. Sep 14, 2011
  2. Sep 13, 2011
  3. Sep 06, 2011
  4. May 31, 2011
  5. May 12, 2011
    • Oswald Buddenhagen's avatar
      move the "cannot undo" warning to the search result pane · a14955d0
      Oswald Buddenhagen authored
      this is where it belongs, rather than into some arbitrary editor.
      as a nice side effect, now not only the "rename symbol", but also the
      global search&replace has such a warning.
      a14955d0
    • 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
  6. May 06, 2011
  7. Apr 18, 2011
  8. Apr 13, 2011
  9. 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
  10. Jan 17, 2011
    • Erik Verbruggen's avatar
      Fixed the line retreival for find-usages. · dea74862
      Erik Verbruggen authored
      Instead of using the pre-processed source, the original one is used.
      This makes a difference when a macro is used in the line, where the pre-
      processed source would have a "#gen true" token.
      
      Task-number: QTCREATORBUG-3345
      dea74862
  11. Jan 12, 2011
  12. Jan 04, 2011
  13. Dec 17, 2010
  14. Sep 14, 2010
    • dt's avatar
      EditorManager: Change openEditor/activateEditor to not do mode switching · 08ccda58
      dt authored
      Also introduce a indirection, modes have now types, edit and debug have
      the same type, and editors do have a prefered type of modes instead of a
      prefered mode.
      
      That fixes the bug that if the prefered qml editing mode was set to
      design, then in switching between qml editors would
      - in Edit Mode: stay in edit mode
      - in Debug Mode: switch to debug mode
      08ccda58
  15. Sep 10, 2010
  16. Aug 26, 2010
  17. Aug 11, 2010
  18. Aug 10, 2010
  19. Aug 05, 2010
  20. Jul 23, 2010
    • con's avatar
      C++ symbols find filter for advanced find. · 2bda8675
      con authored
      Required refactoring of the search result window to show real trees of
      search results.
      
      The backend is the backend from the Locator filter, which is a bit
      outdated now.
      2bda8675
  21. Jul 20, 2010
  22. Jul 12, 2010
  23. Jul 06, 2010
  24. May 31, 2010
  25. May 25, 2010
  26. Mar 30, 2010
  27. Mar 18, 2010
  28. Mar 17, 2010
  29. Mar 09, 2010
    • Erik Verbruggen's avatar
      Fixed QTCREATORBUG-745. · 417a1c9f
      Erik Verbruggen authored
      Fixed crash in FindUsages on a dirty file in a large project, which is saved
      while the FindUsages is still running.
      417a1c9f
  30. Mar 05, 2010
  31. Dec 21, 2009
Loading