Skip to content
Snippets Groups Projects
  1. Mar 18, 2010
  2. Mar 17, 2010
  3. Mar 15, 2010
  4. Mar 12, 2010
  5. Mar 11, 2010
    • Christian Kamm's avatar
      Make sure the BackwardScanner has tokenized before asking for a string. · 5a7858f5
      Christian Kamm authored
      The problem was that for
      
      Foo::Foo
      (|)
      
      when the user triggers completion at |, startOfLine() returns a token
      that's not on the current line and not yet tokenized by that instance
      of the BackwardScanner.
      
      As a fix I explicitly ask the instance to tokenize up to the given
      index.
      
      Task-number: QTCREATORBUG-673
      Reviewed-by: Roberto Raggi
      5a7858f5
  6. Mar 10, 2010
  7. 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
  8. Mar 05, 2010
  9. Mar 01, 2010
  10. Feb 23, 2010
  11. Feb 22, 2010
  12. Feb 15, 2010
  13. Feb 04, 2010
  14. Feb 03, 2010
  15. Feb 01, 2010
  16. Jan 29, 2010
  17. Jan 26, 2010
  18. Jan 20, 2010
  19. Jan 19, 2010
  20. Jan 14, 2010
  21. Jan 12, 2010
  22. Jan 11, 2010
  23. 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
    • con's avatar
      Version bump. · 2e495e70
      con authored
      2e495e70
    • Thorbjørn Lindeijer's avatar
      Use the completion case sensitivity settings also for relevance · aeaaa392
      Thorbjørn Lindeijer authored
      Avoids some annoyance for people using case-sensitive completion, when
      unrelated completions items would get higher relevance because they
      start with the typed string when matched case-insensitively.
      
      In case-insensitive mode, a case-sensitive prefix match now does get a
      higher relevance than a case-insensitive match.
      
      Reviewed-by: con
      aeaaa392
    • ck's avatar
      Move Q_DECLARE_OPERATORS_FOR_FLAGS out of namespaces. · dedea5ea
      ck authored
      If this macro is used inside a namespace, it hides global operators.
      
      Reviewed-by: hjk
      dedea5ea
  24. Dec 21, 2009
    • Christian Kamm's avatar
      Find macro uses. · f90f9e48
      Christian Kamm authored
      Reviewed-by: Erik Verbruggen
      f90f9e48
    • Christian Kamm's avatar
      Enhance data stored for macros and macro uses. · c3cc7cf4
      Christian Kamm authored
      In preparation for finding macro uses.
      
      * Macro: add offset and length
      * MacroUse: add line
      * Document: add convenience functions for finding a macro definition, use
        or undefined use at a given location.
      
      Reviewed-by: Erik Verbruggen
      c3cc7cf4
    • con's avatar
      Remove unused code. · 6c27faf0
      con authored
      6c27faf0
    • con's avatar
      Implement string based search & replace in multiple files. · 1a95f6f2
      con authored
      This uses the same UI as "Rename Symbol".
      Moves the actual rename implementation to a static method in
      BaseFileFind and uses it for rename symbol and search & replace.
      Moves the signal notification for the code model from VCSManager to
      the more general FileManager.
      Note that as for rename symbol, there's no undo yet.
      
      Task-number: QTCREATORBUG-73
      1a95f6f2
Loading