Delphi 10.2 Berlin support

Issue #53 resolved
Former user created an issue

It seems that plugin does not recognize 10.2 Berlin SDK. Considering that there is absolutely free Starter edition I think this plugin should support it.

Thank you.

Comments (6)

  1. George Bakhtadze repo owner

    What exactly not working? Just installed Delphi 10.1 Berlin on Windows 7, IDEA CE 2017.1 + I-Pascal, pointed to "c:\program files (x86)\Embarcadero\Studio\18.0" as SDK home directory and it correctly recognized as Delphi SDK v 31.0. Delphi 10.2 should also work.

  2. leonel zxc

    _delphi_starter_ipascal_1.JPG When adding the 10.1 Starter SDK I get message "probably SDK is corrupt". SDK is not working and all the units in uses are red-underlined. I think the problem is Starter Edition.

  3. George Bakhtadze repo owner

    It seems that Starter Edition doesn't include command line compiler. Without the compiler you will be able to analyze and edit code but not to compile and run. I'll add support of Starter Edition with corresponding notification.

  4. leonel zxc

    That would be great thank you. Starter edition has some restrictions in code editor which makes it nearly unusable - missing ctrl-click to go to declaration feature and no code navigation.

  5. Log in to comment