Right click -> "Package All Modified" option ?

Today IDEA provides a right click -> "Package file" option which copies the current file to exploded directory (usually a JSP or JS).
How about "Package All Modified" option that will package all currently modified files.

This is different from Make Project as this command then attempts to redeploy the application. Simply packaging (=copying) all files that were recently modified will be much faster and easier !

0

You can set "Deploy applications to server after compilation" option to
"Never" (Settings -> Compiler) and IDEA won't attempt to redeploy after
compilation.

Today IDEA provides a right click -> "Package file" option which copies the current file to exploded directory (usually a JSP or JS).
How about "Package All Modified" option that will package all currently modified files.

This is different from Make Project as this command then attempts to redeploy the application. Simply packaging (=copying) all files that were recently modified will be much faster and easier !



--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"

0

请先登录再写评论。