Suggestion regarding function of minimize button on code components

Hi guys,
I have a suggestion for future versions, regarding the ‘minimize’ button in code components:

Currently if the loop\conditional expression is a multiline one (like this one):
if trials.thisN == 100 and condition in (2,4) _
_ or trials.thisN == 99 and condition in (1,3):

than the minimalization leaves only the first line visible (like this):
if trials.thisN == 100 and condition in (2,4)

I know its not really necassary, but for it would be a nice feature if the whole multi-line expression would be visible, hiding only what follows the colon.

Thanks!
Eitan