[gedit-list] Ctrl-Backspace



Is there a way to make gedit be smarter when using ctrl-backspace?

Example:
  def new
    @issue = Issue.new
    @
  end

if I try to delete the last @ using ctrl-backspace it will end up like this:
  def new
    @issue = Issue.
  end
 
It has deleted the new at the end of Issue also.

I think in this case it should have only delete the @.

Vitaly Babiy


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]