Uses of Interface
dev.zemco.codegame.presentation.highlighting.IHighlightStyleComputer
Packages that use IHighlightStyleComputer
Package
Description
Provides syntax highlighting for source code.
MVC components for presenting the solution to the user.
-
Uses of IHighlightStyleComputer in dev.zemco.codegame.presentation.highlighting
Classes in dev.zemco.codegame.presentation.highlighting that implement IHighlightStyleComputerModifier and TypeClassDescriptionclassImplementation of a compiler, which computes CSS highlight styles for individual parts of a source code using the CodeGame syntax. -
Uses of IHighlightStyleComputer in dev.zemco.codegame.presentation.solution
Constructors in dev.zemco.codegame.presentation.solution with parameters of type IHighlightStyleComputerModifierConstructorDescriptionSolutionController(ISolutionModel model, INavigator navigator, IDialogService dialogService, IHighlightStyleComputer highlightStyleComputer) Creates an instance ofSolutionController.