Adding comments in Eclipse can be done using the key combination “Ctrl+/”. In a regular Eclipse (for example Java) this will add just “//” to the beginning of the line. Using Spoofax, it adds "// " (including a space). These three characters where also removed when toggling off. However, if the space is missing, it will also remove the third character:

context-free start-symbols
“Ctrl+/”
// context-free start-symbols
“Ctrl+/”
context-free start-symbols

But:

//context-free start-symbols
“Ctrl+/”
ontext-free start-symbols
(missing ‘c’!!!)

Hope you can fix this ;-)
Regards,
Richard van Heest
Std.nr. 4086570

Submitted on 3 October 2013 at 15:30

On 3 October 2013 at 20:19 Gabriël Konat tagged lab

On 3 October 2013 at 20:19 Gabriël Konat tagged minor

On 3 October 2013 at 22:45 Oskar van Rest commented:

fixed
thnx for reporting


On 3 October 2013 at 22:45 Oskar van Rest closed this issue.

On 28 July 2014 at 22:43 Gabriël Konat tagged 1.2

Log in to post comments