Skip to content
Snippets Groups Projects
  1. Jan 07, 2010
  2. Jan 06, 2010
  3. Jan 04, 2010
    • Oswald Buddenhagen's avatar
      properly decode messages from gdb · 5fd1e3c4
      Oswald Buddenhagen authored
      ... using fromLocal8Bit instead of fromLatin1.
      of course the localized messages pose a "challenge" for the various
      workarounds which parse them ...
      
      Task-number: QTCREATORBUG-504
      5fd1e3c4
  4. Dec 21, 2009
  5. Dec 18, 2009
  6. Dec 17, 2009
  7. Dec 16, 2009
  8. Dec 15, 2009
  9. Dec 14, 2009
  10. Dec 11, 2009
  11. Dec 09, 2009
  12. Dec 08, 2009
    • Thorbjørn Lindeijer's avatar
      Relax the selection requirement for indent/unindent selection · fdc24639
      Thorbjørn Lindeijer authored
      Before, the selection was required to span multiple lines. Now, any
      selection will trigger the line indenting functionality of
      Tab/Shift+Tab. This should lead to less surprises.
      
      Also, Shift+Tab will now always unindent the current line, even if there
      is no selection, since there is nothing else sensible for this shortcut
      to do.
      
      Task-number: QTCREATORBUG-414
      Reviewed-by: mae
      fdc24639
    • Thorbjørn Lindeijer's avatar
      Fixed autoindent when using tabs instead of spaces · 9839dea6
      Thorbjørn Lindeijer authored
      Several special cases that are handled by the CPPEditor did not take
      into account code that was using tab characters.
      
      Task-number: QTCREATORBUG-292
      Reviewed-by: Roberto Raggi
      9839dea6
  13. Dec 04, 2009
  14. Dec 03, 2009
    • Thorbjørn Lindeijer's avatar
      Fixed problem with indentation when auto-indent is turned off · 67bbce79
      Thorbjørn Lindeijer authored
      When auto-indent is turned off, Qt Creator uses a simplistic approach of
      copying the indentation string from the previous line. This was broken
      when the cursor was positioned inside the indentation, since this caused
      part of the indentation to go to the next line, which was then prepended
      with the copied indentation, in effect increasing the indentation for
      each new line.
      
      The solution here was to copy the indentation from the previous block
      only after inserting the new block, which causes the indentation of the
      previous line to be cut off by exactly the right amount to keep the
      indentation constant.
      
      Task-number: QTCREATORBUG-396
      Reviewed-by: mae
      67bbce79
    • Thorbjørn Lindeijer's avatar
      Fixed in-place renaming when text is selected · 5fa8baf4
      Thorbjørn Lindeijer authored
      This handles the case with the selection inside the name correctly, and
      aborts when part of the selection is outside of the name. Previously, a
      selection could cause the text to get inserted backwards.
      
      Task-number: QTCREATORBUG-302
      Reviewed-by: Roberto Raggi
      5fa8baf4
    • Thorbjørn Lindeijer's avatar
      Fixed inline implemented methods not showing up in the methods filter · 5373017a
      Thorbjørn Lindeijer authored
      Done with Roberto Raggi.
      
      Task-number: QTCREATORBUG-405
      5373017a
  15. Dec 02, 2009
  16. Dec 01, 2009
  17. Nov 30, 2009
  18. Nov 26, 2009
Loading