Changing Commenting behavior for ruby in Aptana Studio
Posted
by
Flethuseo
on Super User
See other posts from Super User
or by Flethuseo
Published on 2011-11-14T01:32:49Z
Indexed on
2011/11/14
1:54 UTC
Read the original article
Hit count: 556
aptana-studio
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 with '# ' instead.
I have gone to the key preferences and tried changing PyDev toggle comment to Ctrl+Shift+/ but it doesn't work. It must be picking that behavior from somewhere else. What do I need to change so that I get the IDE to behave like I want.
Ted.
© Super User or respective owner