Bug ?

hello,

i find another bug ?

Try to create an integer property (in windows) and change in computed property, this normally create a property mXXX protected and in property XXX create the methods GET and SET … but not with an integer property (only in windows ?)

Yes I have noticed an inconsistency with this. I can’t reliably replicate it but is does happen regularly. I thought it was if the property was initially private and then you clicked it but not always. I then thought it didnt happen if the property lost focus in the navigator and then regained it and then you converted it to computed but not always.

However, yes you dont always get mProperty, sometimes you get Property without the ‘m’ prefix as the store for the getter/setter

I’ve seen this as well, but can’t reproduce it at will.