Toggle Comment Function do not work properly
Marking a block like this in a .str file
to-java:
Module(x, d*) -> $[ package [x]; [d'*] ] with d'* := <to-java> d*
and toggle comment with Ctrl-/ leads to not every line commented out
// to-java:
// Module(x, d*) -> // $[ package [x]; [d'*] // ] // with // d'* := <to-java> d*
The same error exists in generated editors.
Submitted by Otto Hausbacher on 15 August 2010 at 20:50
Issue Log
On 16 August 2010 at 10:36 Lennart Kats closed this issue.
On 16 August 2010 at 10:36 Lennart Kats commented:
This is a known issue, likely caused by (our version of) IMP. Marking this issue as a duplicate of Spoofax/178.
Log in to post comments