Bug 541108

Summary: DOT Graph View - add support for escString (multiline labels) alignment
Product: [Tools] GEF Reporter: Tamas Miklossy <miklossy>
Component: GEF DOTAssignee: gef-inbox <gef-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: ed
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
See Also: https://bugs.eclipse.org/bugs/show_bug.cgi?id=540596
Whiteboard:
Attachments:
Description Flags
Screenshot about the current rendering none

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