Wish New features for IDE and Designer

bluedude

Well-Known Member
Licensed User
Longtime User
Recently I have done more Android stuff and I have a few needed wishes:

IDE
- filtering on used and not used libraries. As a workaround maybe Erel could add ON and OFF search filters;
- Copy paste from the yellow help popups.

Designer
- the more I need to get access to Views in code the more I miss an Itemindex in the designer. I want to know and NOT test which index a view has. A lot of times I can only get to a view by its index by using panel.GetView(index).

More wishes later, these are some pressing ones.
 
Top