tonkv / qdevelop

Automatically exported from code.google.com/p/qdevelop
0 stars 0 forks source link

The code highlighter can't distinguish single line comments and multiline comments #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
-- What steps will reproduce the problem?
1. open a c++ source file with qdevelop
2. write a line starts like this:
//* something...

-- What is the expected output? What do you see instead?
This line is actually a single-line comment, but qdevelop treats it as
multiline comment

-- Please use labels and text to provide additional information.
I'm using qdevelop revision 20 from svn repo.

Original issue reported on code.google.com by Trent.Z...@gmail.com on 18 Oct 2006 at 12:31

GoogleCodeExporter commented 9 years ago
Fixed, but not a final solution.
I'm working on a new C++ syntax highlighter.

Original comment by Trent.Z...@gmail.com on 18 Oct 2006 at 5:14