When I push F11
in Flash Builder, it does a full build and runs in the context of my main ActionScript file. When I do the same in FDT, i开发者_JAVA百科t builds the last selected file in the Flash Explorer pane and runs in the context of that. While I can see how it could be useful, I'd much rather always run in the context of my entire application. How can I make FDT always build and run my main file?
Possibly relevant: I imported the project from Flash Builder into FDT.
Go to Window-Preferences, type "launch" in the quick search bar, click Run/Debug-Launching and check on the bottom Launch Operation "Always launch the previously lanched Application".
精彩评论