You've already forked gnatstudio
mirror of
https://github.com/AdaCore/gnatstudio.git
synced 2026-02-12 12:42:33 -08:00
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