BasilDean's avatar

BasilDean liked a comment+100 XP

2d ago

Should have shown before and after code

BasilDean's avatar

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's avatar

BasilDean liked a comment+100 XP

2w ago

@jwmcpeak Excellent parenting :-D

BasilDean's avatar

BasilDean started a new conversation+100 XP

3w ago

Please add watched filter in "All series" section data is actively there and it will improve UX so much

BasilDean's avatar

BasilDean liked a comment+100 XP

3w ago

Love the video. Great info.

#definitelyNotScripted. lol

BasilDean's avatar

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.