Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 568809

Summary: DOT Editor - Provide highlighting for indentation of HTML-Like Labels
Product: [Tools] GEF Reporter: Tamas Miklossy <miklossy>
Component: GEF DOTAssignee: gef-inbox <gef-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 5.3.2 (2020-12)   
Hardware: PC   
OS: Windows 10   
Whiteboard:

Description Tamas Miklossy CLA 2020-11-14 08:35:15 EST
In order to better recognize the text belonging to a html-like label, the DOT Editor should provide syntax highlighting for indentation of the html-like labels, similar to the xml indentation highlighting found in https://bugs.eclipse.org/bugs/attachment.cgi?id=223106
Comment 1 Tamas Miklossy CLA 2020-11-14 08:39:32 EST
I pushed the following changes to the master branch:

[568809] DOT Editor - Highlighting the indentation of HTML-Like Labels.

- Modify the DotSemanticHighlightingCalculator to highlight the
indentation of the HTML-Like Labels with grey background.
- Implement corresponding DotHtmlLabelIndentationHighlightingTest test
cases.

Resolving as fixed in 5.3.2 (2020-12).