Files
haiku-beta6/src
Rene Gollent 15852b070a Debugger: Fix tokenizer bug.
- When detecting a possible start of string literal, ensure that a
  terminator was actually found, otherwise simply consider it as a
  single character token. Otherwise, cases such as an apostrophe in
  a C-style comment that spanned a single line would result in us
  missing the token for the comment close, and highlighting all
  subsequent lines until such a token was encountered as comments.
2014-12-28 23:43:56 -05:00
..
2014-12-28 23:43:56 -05:00
2014-12-27 14:01:54 +01:00
2014-12-26 23:27:23 -05:00
2014-12-24 11:52:01 +01:00