← Back to team overview

sikuli-driver team mailing list archive

[Bug 585342] 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.



** Summary changed:

- [ feature request ] comment out a whole block
+ [feature request] IDE shortcut: comment/uncomment a whole block

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/585342

Title:
  [feature request] IDE shortcut: comment/uncomment a whole block

Status in Sikuli:
  Triaged

Bug description:
  If you want to test some code actions, you often have to comment out some lines in your code.
  It would be very nice if there was a key kombination for commenting out a whole selected code block.

  I also use the Eclipse editor for programming in Java, an there is a
  feature like that.

  Maybe this feature would increase the usability of SIKULI much.