Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[NONE] Add hovering support to the DOT Editor for the dot color values.
- Provide custom implementation of the DotEObjectHover and
DotHoverProvider (with corresponding bindings into the DotUiModule) to
show the detailed color description when hovering over the current dot
color values.
- Implement corresponding DotHoverTests test cases.
  • Loading branch information
miklossy committed Jan 14, 2018
1 parent 4a1ea81 commit a3a6969
Show file tree
Hide file tree
Showing 5 changed files with 560 additions and 4 deletions.
Expand Up @@ -28,7 +28,7 @@
DotContentAssistTests.class, DotBSplineInterpolatorTests.class,
DotHtmlLabelTests.class, DotOutlineViewTests.class,
DotFoldingTests.class, DotStyleTests.class, DotRecordLabelTests.class,
DotAstTests.class })
DotAstTests.class, DotHoverTests.class })
public class AllUiTests {

}

0 comments on commit a3a6969

Please sign in to comment.