Files
Andry Ogorodnik 0815e2bb06 Fixes for LSP semantic highlighting:
Tacking in account the document version when applying highlighting
 to prevent applying old info to the changed document.

Fixed full/range request. Now we send a range request on
 document changes.

GPS.Style expanded. Added underline, underline color,
 strikethrough, strikethrough color with Python API suppotr

Styles now support hierarchical updating, so some properties
 can be changed in a parent style and it will be applied to
 all children except the overriden explicitly.

Implemented support for LSP styles in TextMate themes and
 all styles can be adjusted there.

 Added default styles for LSP similar to VS Code

For eng/ide/gnatstudio#618
2026-02-09 17:10:45 +02:00
..