casteng / i-pascal

A free Object Pascal language plugin for IntelliJ IDEA
112 stars 33 forks source link

Next Delphi generation declares the new types UTF8Char, UTF8String and PUTF8Char #7

Closed silvioprog closed 7 years ago

silvioprog commented 7 years ago

Hello,

These new types are present in Delphi next_gen, please add them to i-pascal.

Thank you!

casteng commented 7 years ago

These type are declared in system unit. You should add RTL units to source path or to class path via DCU32INT decompiler (recommended way) in order to make types declared in these units visible to the IDE.