Skip to content
Snippets Groups Projects
  1. Jan 29, 2010
  2. Jan 25, 2010
  3. Jan 21, 2010
  4. Jan 20, 2010
  5. Jan 19, 2010
  6. Jan 15, 2010
  7. Jan 14, 2010
  8. Jan 13, 2010
  9. Jan 12, 2010
  10. Jan 11, 2010
    • Thorbjørn Lindeijer's avatar
      Fixed logic for whether to skip or insert a closing brace · 79bf4183
      Thorbjørn Lindeijer authored
      Due to wrongly checking whether findPreviousBlockOpenParenthesis and
      findNextBlockOpenParenthesis actually found anything, the wrong range
      was counted when a code block start or end was not found.
      
      Reviewed-by: mae
      79bf4183
    • Thorbjørn Lindeijer's avatar
      Fixed crash when leaving session with invalid bookmarks or breakpoints · 2b46f828
      Thorbjørn Lindeijer authored
      When the bookmark could not be added to the editor due to being on a
      non-existing line, it would not be cleaned up properly when the editor
      was closed, resulting in a crash when it later tried to remove itself
      from the no longer existing editor.
      
      In addition to fixing the crash, bookmarks that are not on valid lines
      are now automatically removed when you try to navigate to them.
      
      Task-number: QTCREATORBUG-545
      Reviewed-by: mae
      2b46f828
  11. Jan 08, 2010
Loading