Skip to content
Snippets Groups Projects
  1. Jan 06, 2010
  2. Jan 05, 2010
  3. Jan 04, 2010
  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
  13. Dec 04, 2009
  14. Dec 03, 2009
    • con's avatar
      Updated supported platforms. · 3ef32636
      con authored
      3ef32636
    • 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
    • Christian Kamm's avatar
      Compile fix for 42f849c4. · cc6c543a
      Christian Kamm authored
      Reviewed-by: Roberto Raggi
      cc6c543a
Loading