[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[gedit-list] Ctrl-Backspace
- From: Vitaly Babiy <vbabiy86 gmail com>
- To: gedit-list gnome org
- Subject: [gedit-list] Ctrl-Backspace
- Date: Thu, 5 Mar 2009 09:31:26 -0500
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]