Bug 541108 - DOT Graph View - add support for escString (multiline labels) alignment
Summary: DOT Graph View - add support for escString (multiline labels) alignment
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF DOT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-13 13:58 EST by Tamas Miklossy CLA
Modified: 2018-11-30 12:24 EST (History)
1 user (show)

See Also:


Attachments
Screenshot about the current rendering (106.82 KB, image/png)
2018-11-13 13:58 EST, Tamas Miklossy CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tamas Miklossy CLA 2018-11-13 13:58:21 EST
Created attachment 276566 [details]
Screenshot about the current rendering

The DOT Graph View should render the escape sequences defined in label, headlabel or taillabel attributes values: "\n", "\l" and "\r" should divide the label into lines, centered, left-justified, and right-justified, respectively. 

Example:

digraph {
	1[label="a\nbb\nccc"]
	2[label="a\lbb\lccc"]
	3[label="a\rbb\rccc"]
}
Comment 1 Tamas Miklossy CLA 2018-11-14 03:53:34 EST
See also https://bugs.eclipse.org/bugs/show_bug.cgi?id=508868