andre2007
andre2007
Solved.
Solved
This issue is also fixed.
Issue is solved for me.
When the server (dls in my case) crashes I get the info message you mentioned but also the LSP traffic icon disappears and I have to restart the whole IntelliJ...
@gtache In case of a crash, where can I find the content of stderr? I need this information to check why the language server (dls) crashed and how this can...
Thanks Adam. This almost works fine. I adapted the coding above. Please notice the function ``` d void correctScale(StaticLayout l) { foreach(child; l.children) { child.x = child.scaleWithDpi(child.x); child.y = child.scaleWithDpi(child.y);...
Thanks a lot Adam that you have analyzed it. I will check wheter I can pre process if as suggested by you. Thanks.
Thanks for the detailed answer. You are right, the scenario is not strong enough to build a real JSON output into Pasdoc. But I had a much simpler solution in...
Ok, I see, I thought Pasdoc is using an XML library, to generate the XML file. But as the XML content is build directly using string concatenation (https://github.com/pasdoc/pasdoc/blob/master/source/component/PasDoc_GenSimpleXML.pas) converting it...