IntelliJ flash compiling slow with swc

Im trying to switch from Flash Develop to IntelliJ IDEA. In FD i have .swc ( 15 mb ), witch I did export with Flash IDE. First time FD compiles AS project with new or updated .swc it takes about 1-2 minutes, second time like 5 seconds, so it knows it has compiled it before and spares me time. Its really fast. Swc asset properties in FD is set to Library( include ref classes ).

IntelliJ compiles every time "from scratch", waiting 1-2 min to compile is just painful.

IntelliJ has so many options ( thats why im trying to switch ), there must be a setting for this. I did mess around with module dependencies linkage (Include, Merged, External and Test).

Any ideas?

链接地址: http://www.djcxy.com/p/48270.html

上一篇: 查找进程是否正在响应而不使用System.Diagnostics.Process.Responding

下一篇: 使用swc编译IntelliJ flash慢