Edvin, That's all very funny, but Eclipse will patch these references up for you I believe. I believe you just have to check the option to update textual references when you refactor. It will force you to preview the changes because the refactoring tools can't guarantee changes that aren't verifiable using type checking (aka non-Java sources).
IDEA does this automatically even though it's not a safe operation? Toy indeed. ;D Brent On Fri, Oct 7, 2011 at 8:56 AM, Edvin Syse <[email protected]> wrote: > 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;**** > > ** ** > > This has always worked in IntelliJ IDEA. File a bug report for Eclipse and > ask them to add this functionality or switch out your toy for a real IDE :) > hehe..**** > > ** ** > > -- Edvin**** >
