Comment 2 for bug 585342

Revision history for this message
RaiMan (raimund-hocke) wrote : Re: [ feature request ] comment out a whole block

In Python placing """ (three apostrophes) in the lines before and after the code block does exactly this

"""
this is
a multiline
comment
"""
popup("I am code again")

this might be clearer.

In Netbeans there is a support for that: add/delete comment: which adds or deletes # at the beginning of the selected lines.

This could be easily added to Sikuli IDE, since it is a similar processing like TAB/Shift-TAB.