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 114943 - GtkCellRendererText vs. single paragraph mode
GtkCellRendererText vs. single paragraph mode
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
unspecified
Other All
: Normal normal
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2003-06-11 15:43 UTC by Morten Welinder
Modified: 2011-02-04 16:12 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4



Description Morten Welinder 2003-06-11 15:43:19 UTC
There seems to be no way of setting the layout's single paragraph mode
and thus no way to get visible newlines.
Comment 1 Morten Welinder 2003-06-13 19:37:19 UTC
Following up on maclas@gmx.de's component change...
Comment 2 Jonathan Blandford 2003-08-14 19:45:18 UTC
er, what's the rationale for this?  I'm curious why you'd want that.
Comment 3 Morten Welinder 2003-08-14 19:58:47 UTC
Gnumeric's text import allows newlines to end up as data (rather than
as separators) for several reasons, the most obvious one being quites:

"oink","oink
oink", "oink oink oink"

In the import preview I want to be able to see what's there and not
have it break lines.

Longer term, having all lines the same height will hopefully allow
decent performance for large tables.  (Make one with 50000 lines of
200 columns to see what I mean.)

Comment 4 Jonathan Blandford 2003-11-20 22:51:17 UTC
Do we want to expose the layout, or just add a single-paragraph-mode
setting.  Are there other uses for the layout that makes it worthwhile?
Comment 5 Morten Welinder 2003-11-21 16:05:44 UTC
I don't think you want to expose the layout.
Comment 6 Jonathan Blandford 2003-11-21 16:08:29 UTC
I agree.  Lets just add a 'single-paragraph-mode' setting to the
GtkCellRendererText.
Comment 7 Kristian Rietveld 2003-12-17 23:30:47 UTC
Fixed on HEAD.