Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.6
-
Component/s: Plugin API
-
Labels:None
Description
The current highligher API is based on the end-of-life sonar-channel library.
It must therefore evolve in order to remove that dependency.
In addition, it currently does not allow to work on multi-line tokens, i.e. a tokenizer is not expected to consume a line terminator. This assumption is too restrictive and should be removed, as in many languages, it is possible to have multi-line strings.
Attachments
Issue Links
- is depended upon by
-
SONARJAVA-153 Use the Sonar Syntax Highlighting API to colorize java source code
-
- Closed
-
- relates to
-
SONAR-4237 Highlight any symbol use or declaration (variable/method/parameter/class) in the code viewer
-
- Closed
-