Do you feel it?

 From:  Michael Gibson
4363.44 In reply to 4363.43 
Thanks Ambimind!

Yeah, often times the negative consequences of adding stuff to UI is not really considered very carefully by many developers, that's a big reason why typically a program becomes sort of "bloated" over time.

Trying to avoid that is a big priority for MoI's continued development.

One way that I do that is by trying to get more multiple functions out of the same UI area - like in this case for filtering the selection indicator will do double duty to also allow for filtering as well. I try to make it a higher priority any time there is a good concept on how to re-use some existing UI to make it more powerful without really adding any extra footprint to the simple use case.

- Michael