Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CTRL-Click does not find generic types #8

Open
circular17 opened this issue Apr 18, 2020 · 0 comments
Open

CTRL-Click does not find generic types #8

circular17 opened this issue Apr 18, 2020 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@circular17
Copy link

TGenericUniversalBitmap is a generic type and TBGRACustomBitmap is a specialization of that generic type. I suppose that's why they are not found by CTRL-Click whereas other classes around are found.

generic TGenericUniversalBitmap<TPixel, TColorspace> = class(TCustomUniversalBitmap)

TBGRACustomBitmap = class(specialize TGenericUniversalBitmap<TBGRAPixel, TBGRAPixelColorspace>, IBGRAScanner)

@fredvs fredvs added help wanted Extra attention is needed and removed help wanted Extra attention is needed labels Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants