Is there a way to comment out a chunk of highlighted code?
I am programming in ruby, and I hate putting # on lines individually.
Ruby has block commenting...
=begin Insert comment here =end
This will avoid the need to add # to each line... However, I don't think Gedit will convert highlighted code into commented lines by default.