orc-lang / orc

Orc programming language implementation
https://orc.csres.utexas.edu/
BSD 3-Clause "New" or "Revised" License
40 stars 3 forks source link

Fix Last token before EOF not recognized bug in Orc Eclipse plug-in #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Orc code in an IMP editor is syntax colored, but the last token in the editor 
is not passed to the syntax colorer for classification.

This can be observed by simply typing any text at the end of the buffer without 
any succeeding 
whitespace.

Workaround:  End the buffer with a newline.

This appears to be an IMP bug.

Original issue reported on code.google.com by jthywissen on 19 Feb 2010 at 8:05

GoogleCodeExporter commented 9 years ago

Original comment by jthywissen on 19 Feb 2010 at 9:11

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
A new IMP release fixed this bug

Original comment by jthywissen on 9 Aug 2010 at 11:18