Greg, hello;
1) when moving around bxml and related java files, bxml entries like
xmlns:ui="com.example.plugin.core.impl.about.ui"
become a pain, since IDE like eclipse are not aware of them;
do you think you could accept a feature in BXMLSerializer,
a reserved name, say "package", so the reference from above would
take form:
xmlns:ui="package"
and this would instruct BXMLSerializer to assume that:
* both *.java and *.bxml are in the same package;
* package is determined by the location of *.bxml file
then is should be refactoring-safe;
2) or am I missing some obvious feature that would resolve this concern?
3) or may be there is a plugin for eclipse that is aware of bxml? :-)
Thank you,
Andrei.