New Builder Suggestion..
I'm finally getting used to the new builder.... While I'm still partial to the old flash builder. This is probably because I have been using the old one for 8 months or so.
I'm sure I will adjust.
I 'm wondering if you could consider the following.
1). When inserting a Label component. Instead of default text color white and font Italic. Make it Black and non-italic ?
2). The custom JS window open to expanded mode first. Instead of tiny box. I always have to click expand. And the hovering expand & fullscreen buttons are in the way in the small editor.
2a). Change editor hover buttons to.
code
.full-screen-code-mirror-button {
position: absolute;
right: 20px;
top: -25px;
}
.wide-screen-code-mirror-button {
position: absolute;
right: 65px;
top: -25px;
}
/code
So they are not in the way while editing maybe?
3). Any chance we could load screens on demand like the flash builder? I know its great to have everything loaded but for larger projects like mine this becomes a serious browser speed issue. Takes 3 to 5 seconds when placing a component for it to take.
Anyways great overall.
Thanks.