Hi,
I stumbled upon a weird behaviour, in my opinion.
When I select several lines of code and press Ctrl+3, komodo edit comments every line individually.
While uncommenting with Ctrl+Shift+3 and the same selected lines of code, Komodo does not uncomment each line, but just trim the first and last comment tags.
Is this intended? Anyone else noticed this?
Sample Code after pressing Ctrl+3:
/*.logo-fl {*/
/* font-size: 1.74em;*/
/* letter-spacing: 11px;*/
/*}*/
/*.logo-small {*/
/* font-size: 0.8em;*/
/*}*/
Sample Code after pressing Ctrl+Shift+2:
.logo-fl {*/
/* font-size: 1.74em;*/
/* letter-spacing: 11px;*/
/*}*/
/*.logo-small {*/
/* font-size: 0.8em;*/
/*}
Thanks for helping.