GNOME Bugzilla – Bug 301456
Patch: indent selection when TAB is pressed
Last modified: 2005-08-05 14:02:38 UTC
Sometimes you want to increase the indent of a block of code. Manually pressing tab for each line is very time consuming. This patch makes gtksourceview automatically indent each line in the entire selection for you when you press tab.
Created attachment 45513 [details] [review] Proposed patch
For your information: this patch does not implement shift+tab unindenting. I've heard that shift+tab causes accessibility problems.
*** This bug has been marked as a duplicate of 107044 ***