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 617681 - Automatic indentation fails on whitespace lines
Automatic indentation fails on whitespace lines
Status: RESOLVED FIXED
Product: gedit
Classification: Applications
Component: general
2.30.x
Other Linux
: Normal minor
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2010-05-04 18:32 UTC by Steven S
Modified: 2010-05-04 18:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Steven S 2010-05-04 18:32:57 UTC
Launchpad link by someone else (it also affects me):
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/546097

The problem comes with the default gedit installed in Ubuntu Lucid Lynx, and is a continual inconvenience during coding.

As described in launchpad:
--------------------
1. Open gedit, create new document
2. type "abcde" <ENTER>
3. hit 'tab' to indent the next line
4. type "1234" <ENTER>
5. hit <ENTER>
    You now have two text lines, the second of which is indented. The third line is blank, but indented.
6. hit <ENTER>
    You now have another indented blank line. If you now arrow up, the third line is blank, but no longer indented.

Both of the blank lines created should have been indented, but the action of creating a new empty line erases the indentation of the empty line above it.
-------------------------
Comment 1 Ignacio Casal Quinteiro (nacho) 2010-05-04 18:36:44 UTC
This is already fixed in gtksourceview 2.10.1
Comment 2 Steven S 2010-05-04 18:38:27 UTC
My apologies, my search didn't turn it up.