The following forum message was posted by  at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4821798:

Hi everyone,

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; like so:

        # My lines of code
        # My lines of code
        # My lines of code
        # My lines of code
        # My lines of code

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.


------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to