Skip to content
  • Thorbjørn Lindeijer's avatar
    Don't highlight \ at end of line as whitespace · 55302393
    Thorbjørn Lindeijer authored
    It is not considered a token by the C++ tokenizer, and was hence
    considered to be trailing whitespace. Use the highightLine method to
    make sure that any non-whitespace characters in this "trailing
    whitespace" are not highlighted as such.
    
    Task-number: QTCREATORBUG-987
    55302393