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 617907 - Preservation of indentation on multiple new lines
Preservation of indentation on multiple new lines
Status: RESOLVED FIXED
Product: gedit
Classification: Applications
Component: general
2.30.x
Other Linux
: Normal trivial
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2010-05-06 14:20 UTC by Tam Denholm
Modified: 2010-05-06 14:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tam Denholm 2010-05-06 14:20:02 UTC
I use gedit as my primary code editor to write PHP and have done for years. This issue has only risen when upgrading my ubuntu from 9.10 to 10.04 so im not sure if this is an intentional change or not. Either way, its something i miss and while not critical its rather annoying.

When i have 1 or more tabs of indentation and hit return for a new line, it correctly keeps the indentation as it should. However, if instead i hit return twice (which i often do) and then press the up key, the tab preservation hasnt been applied and it resets the above line.

I hope i've explained this correctly.
Comment 1 Ignacio Casal Quinteiro (nacho) 2010-05-06 14:21:24 UTC
This was already fixed in gtksourceview 2.10.1 and it is already in lucid, so if you upgrade your system you should get it back.
Comment 2 Tam Denholm 2010-05-06 14:28:11 UTC
Excellent, that worked, thanks for the prompt reply.