casteng / i-pascal

A free Object Pascal language plugin for IntelliJ IDEA
111 stars 34 forks source link

Problem with generics #13

Closed megahertz closed 6 years ago

megahertz commented 7 years ago

I have a problem with FPC built-in fgl library.

If I add fgl source to Classpath, I-Pascal can't parse it correctly: fgl

Also, I tried to add compiled fgl unit. But FPC compiles TFPGMap generic to TFPGMap$2 class, so I-Pascal can't recognize compiled TFPGMap$2 as TFPGMap.

casteng commented 6 years ago

Fixed parsing as well as .ppu issue in v1.50.

megahertz commented 6 years ago

Awesome! Thank you.