Search This Blog

29 February, 2012

adding/inserting comment in Aptana studio 3

For inserting comment in Aptana Studio 3 check the menu Commands > Source > Comments. as seen below attached screencapture

Ctrl - /      to add/remove // for a single line of code, or for multiple selected lines.
Ctrl-shift-/ to add /* */ around selected code or inserting block comment
Ctrl-Shift-B  insert comment banner



No comments:

Post a Comment

tmux enabling mouse interaction

Add the below line to the ~/.tmux.conf setw -g mouse on save the file and exit from the tmux shell, you should be able to use your mouse to ...