Michalis Kamburelis

Results 325 comments of Michalis Kamburelis

I agree we should show the inherited members, and it will be done :) PasDoc doesn't have an option to show it yet, but it should be easy to add...

I updated the issue title to better reflect what is needed.

It's simply an error that on https://castle-engine.io/apidoc-unstable/html/CastleDialogs.TCastleSaveDialog.html we don't display all ancestors, up to the TObject. We should, we have the necessary information. I'll fix it too:) Note that RTTI...

Showing the full ancestors is now fixed in PasDoc, so https://castle-engine.io/apidoc-unstable/html/CastleDialogs.TCastleSaveDialog.html will now show all ancestors. (The page will actually update only once this change is propagated to Docker image...

Thank you, I started working on it in branch https://github.com/castle-engine/castle-engine/tree/update-animation-before-render . I'll need to retest the testcase with that branch, understand why it doesn't fix the problem entirely, fix and...

We support class and record helpers ( https://github.com/pasdoc/pasdoc/blob/master/tests/testcases/ok_class_record_helpers.pas ). Indeed we do not yet parse helpers for simple types with `type helper ...`. Pull requests are welcome :)

AD 1 - Indeed. The `Name` is detected as a standard directive, as in `procedure Foo; external name 'Foo2';` . I didn't fix it yet (we could hardcode a condition...

Let's leave it open for now. I'd like to fix `Name` highlighting (I suspect other Pascal standard directives are similarly affected) at some point, it just needs time to test....

Nothing that I know of. And searching `pasdoc` in VS Code extensions also doesn't yield anything. What features of integration are you looking for? If you just want to run...

> Alas, no. PasDoc wasn't intended for this kind of application - Lazarus itself reads and displays comments before an identifier (in very poor implementation though), Delphi has only HelpInsight...