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
Initiates the autostarting of the debuggee process execution (default None).
When Run: the debugger is started automatically
When Run with dialog: displays the Run/Start dialog automatically
When None: display in the debugger console the message that the debugger
is started and explain that the debuggee should be run manualy.
For eng/ide/gnatstudio#409
This is needed in order to prepare the transition to GPR2.
Project edition should be done by editing the .gpr files now, with
the help of the Ada Language Server.
Documentation and comments have been updated accordingly and tests
checking the Project Properties GUI have been removed.
For eng/ide/gnatstudio#569
For Casing On_The_Fly and End_Of_Word Change "Word_Added"
to check the newly added character after the word.
It handles adding a '"' after 'f'.
For Casing End_Of_Line, change the Ada language to protect 'f"'.
Add a test.
Closes eng/ide/gnatstudio#496
For Casing On_The_Fly and End_Of_Word Change "Word_Added"
to check the newly added character after the word.
It handles adding a '"' after 'f'.
For Casing End_Of_Line, change the Ada language to protect 'f"'.
Add a test.
Closes eng/ide/gnatstudio#496