Comment/uncomment to use same shortcut key
Brought to you by:
fabioz
Seems appropriate to do it this way: for both
comment/uncomment operations, always a Ctrl-3 key
combination is used. At time of user pressing Ctrl-3,
pydev code checks whether at least one line in the
selection already has a comment char, or not. If there
is one, then the action is uncommenting. If not -- the
reverse. (This is how the Java comment/uncomment
feature works and it seems fine.)
Logged In: NO
Hey! I will this "toggle comment" feature, too!
I used SciTE and miss this!