BasilDean liked a comment+100 XP
2d ago
BasilDean wrote a comment+100 XP
2d ago
@wemersonrv battled with this as well for some time today seems like new UI just ignores this option when customising toolbar I can change order and icons. Add some other options but this one doesn't show. This toolbar is very context dependent so probably IDE just decided that we don't need to see it there anymore.
Works fine with right click AI Actions though.
BasilDean wrote a comment+100 XP
3w ago
One of the reasons i personaly like setters and protected properties: they make it imposible to accidantally assign property instead of just checking condition (e.g. with != one small typo and it return true all the time, messing with property value on the way). So it looks nice but doesn't do much for data protection and keeping intentions clear in cases like this.