cppit/jucipp

Block comment auto completion is triggered when escaping a new line inside a string

zalox opened this issue · 0 comments

zalox commented

I encountered a small bug with the block comment auto completion:

std::ostream *o = &std::cout;
// expected: press return and continue typing
*o << "hello \
world!";
// bug: insterting a star when inside string
*o << "hello \
*