Changing Commenting behavior for ruby in Aptana Studio
- by Flethuseo
There is something I really hate in Aptana Studio 3 when I am using Ruby.
When I try to use Ctrl+Shift+/ it inserts a comment of this form:
=begin
My lines of code
My lines of code
My lines of code
My lines of code
My lines of code
=end
I would like the Ctrl+Shift+/ to be defaulted to toggle commenting…