After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 301456 - Patch: indent selection when TAB is pressed
Patch: indent selection when TAB is pressed
Status: RESOLVED DUPLICATE of bug 107044
Product: gtksourceview
Classification: Platform
Component: General
git master
Other Linux
: High enhancement
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on:
Blocks:
 
 
Reported: 2005-04-21 12:58 UTC by Hongli Lai
Modified: 2005-08-05 14:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (3.52 KB, patch)
2005-04-21 12:59 UTC, Hongli Lai
none Details | Review

Description Hongli Lai 2005-04-21 12:58:28 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.
Comment 1 Hongli Lai 2005-04-21 12:59:08 UTC
Created attachment 45513 [details] [review]
Proposed patch
Comment 2 Hongli Lai 2005-04-21 14:15:09 UTC
For your information: this patch does not implement shift+tab unindenting. I've
heard that shift+tab causes accessibility problems.
Comment 3 Jeroen Zwartepoorte 2005-08-05 14:02:38 UTC

*** This bug has been marked as a duplicate of 107044 ***