Fast alternative to Flash Builder

六月ゝ 毕业季﹏ 提交于 2019-12-12 04:13:46

问题


I have a large application in Flex. I use Flash Builder to develop it. Flash Builder works good, until I attempt to compile my project. It takes too much time to check small changes of application interface.

  1. Is there faster alternative to Flash Builder? Does InelliJ Idea compile large projects faster?
  2. I need to check just one interface panel out of 100, is there any solution that would allow to preview just it (except dividing application into smaller modules)?

回答1:


FDT and IntelliJ Idea both use the default compiler that is shipped with the SDK for the version of Flex that you use. I would assume that Flash Builder does the same, but I currently have never used this product. I know that FDT will compile a relatively large program quickly by only compiling those thing that have changed since the last compile, which is an option for IntelliJ as well.

Before abandoning your current IDE I would check to make sure this is not an option in it as well, I know that if I go from FDT to FlashDevelop or IntelliJ there are several little things that seem to show up in the IDE. None are really errors, but have to be taken care of prior to a compile to keep things tidy.

If you decide that a change in IDE is a must, I can vouch for any of the above as solid software to work in, with FDT being my current favorite as it has the tools that I use the most.



来源:https://stackoverflow.com/questions/11352266/fast-alternative-to-flash-builder

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!