Auto Deploy when leaving IntelliJ

Issue #460 resolved
Steven Hugo created an issue

Hello

In Validation and Deployment I have disabled the validate on edit checkboxes. When I edit a file and move away focus from IntelliJ it starts to auto deploy the file. I don't think this is normal behavior. I just switched laptops so I can't tell anymore. Is this some setting I'm missing? I don't want the auto deploy.

Thanks

Version 1.7.5.3 Build 20161030190942 OS Windows 10

Comments (4)

  1. Scott Wells repo owner

    Steven, that's happening because IC hooks into IntelliJ IDEA's event stream to know when a file is saved so that it can perform deploy-on-save behavior. However, IntelliJ IDEA will actually save a file on its own under a number of circumstances including losing focus. This is somewhat configurable in Settings>Appearance and Behavior>System Settings>Save files on frame deactivation. However, I recently added a feature to IC to ensure that deploy-on-save only ever occurs when you type Ctrl+S/Cmd+S. In Settings>Illuminated Cloud>Validaiton and Deployment, enable Override Save All action. That should give you the behavior you're wanting. Please let me know if not.

  2. Scott Wells repo owner

    Resolving based on provided explanation, but feel free to reopen if it doesn't address the issue.

  3. Steven Hugo reporter

    Perfect!. Was not entirely clear how Override Save All action worked. But this is exactly what I wanted. Thanks!

  4. Log in to comment