andre2007

Results 172 comments of andre2007

@Priyatham10 Thanks for updating the wiki. I created 2 private repositories for the discussion. You should have received access: https://github.com/andre2007/DelphiFMXLib https://github.com/andre2007/DelphiFMX4D I created a file spec.json, which contains the content...

@Priyatham10 Yes, invitation was sent to all three of you. I also started to make a list of discussion points for thursday: https://github.com/andre2007/DelphiFMXLib/issues/2

@jimmckeeth as non native speaker, next Thursday means tomorrow or January 19?

@Priyatham10 I have a question regarding the list of included types (https://github.com/Embarcadero/DelphiFMX4Python/wiki/Included-Types) The class `TCollection` is in the list of included types. It has a function `function Add: TCollectionItem;`. The...

Thanks for the answer. This class just serve as example for the general case that the public functions / procedures/ properties using classes/ types which aren't listed. I will add...

@Priyatham10 Yes, I like to contribute here. I assume we are using different Delphi versions (Mine is Delphi 10.2). Could you do me a favor and provide for the targeted...

@Priyatham10 I just noticed the SimpleXML output of Pasdoc is incomplete in case a Property is defined protected in an ancestor class and set to published in the child class....

Copilot assumes this issue: This is a string escaping issue. In C++, \t is interpreted as a tab character escape sequence. When the path is being constructed or passed as...

Thanks I will try to make a pull request

good tipp. I tried and saw in the logs this: ``` json { "settings": { "d": { "servedPath": "C:\\Users\\Developer\\AppData\\Roaming\\code-d\\bin\\serve-d.exe", "stdlibPath": "auto", ``` I tried in the plugin with and without...