Jump to content
Sign in to follow this  
ULIK

Bug when editing a class property?

Recommended Posts

Hi!

 

can anyone confirm this bug (?): Delphi 10.2.3, MMX 15.0.11 Build 2371

 

- create a new unit

- type the following class declaration:

 TMyClass = class(TObject)
 private
   FTest: Integer;
 public
   property Test: integer read FTest write FTEst;
 end;

- now select the property on MMX code explorer and hit Ctrl+E to edit it

 

Here this results always in this message:

image.thumb.png.ae6653d34a19a7a5bdf85afd14bffb22.png

 

 

kind regards,

Ulrich

Share this post


Link to post

I can confirm that even for 15.0.12 - a fix is in the pipeline.

 

As a workaround add these files to the Excluded list:

  • System
  • IdGlobal
  • IdThreadSafe

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
×