omecra / de.omecra.oedt.updatesite

OEDT Plug-in Updatesite - Issue Repository for OEDT
12 stars 0 forks source link

Make new Java style comments optional #178

Closed lievendf closed 8 months ago

lievendf commented 9 months ago

Hi,

I'm not a fan of the new Java style comments that get used when using the "Toggle comment" functionality. With the old style it was possible to uncomment parts of a commented block, by selecting it and using the Toggle comment shortcut again. Now this is no longer possible. The new functionality also has problems to uncomment blocks that have nested comment blocks. Could the new Java comments style be made optional?

Thanks, Lieven

lievendf commented 9 months ago

Unless I'm mistaken you could previously select some words, tap the "toggle comment" shortcut and have it in between / / signs. This is now no longer possible either...

lneumeier commented 9 months ago

Unless I'm mistaken you could previously select some words, tap the "toggle comment" shortcut and have it in between / / signs. This is now no longer possible either...

I look into it.

lneumeier commented 9 months ago

Hi,

I'm not a fan of the new Java style comments that get used when using the "Toggle comment" functionality. With the old style it was possible to uncomment parts of a commented block, by selecting it and using the Toggle comment shortcut again. Now this is no longer possible. The new functionality also has problems to uncomment blocks that have nested comment blocks. Could the new Java comments style be made optional?

Thanks, Lieven

Why do you not use the single-line comment style?

/* ... */
/* ... */ 

vs.

// ...
// ...
lneumeier commented 8 months ago

Fixed in OEDT 9.5.1.