> I like the idea of an enhanced Component Explorer Tool (or maybe an > extension of it ...) with the load/reload of bxml files. > Or in the meantime maybe we could even think at some addition to > BXMLSerializer (or an utility class) to simplify the reload ... we have to > see what Greg say on this.
I don't think an addition to BXMLSerializer makes sense. The only responsibility of a serializer is to turn a data stream into an object and vice versa. This is primarily a tooling issue, so a utility class probably wouldn't make much sense either. I think this is probably something that is best done at the IDE (plugin) level. G
