Notification of completion of key behaviors beyond IDE

Issue #2262 resolved
Matthew Chevalier created an issue

I often navigate away when executing certain actions in IJ/IC

  • deployment
  • test execution
  • building OST

Then I have to check back to the IDE to see when those actions are completed.

It would be nice to be able to enable a more ‘global’ notification of the completion of these actions.
Something like a desktop notification or an audio ‘ding’

Not groundbreaking, but I would enjoy it

Comments (2)

  1. Scott Wells repo owner

    Hi, Matthew. You can get sound notifications now. See the following under Settings / Preferences:

    Just check Play Sound for the notifications for which you want an audible alert. The categories used for bulk deployment/retrieval/removal are going to be IlluminatedCloudMessages, IlluminatedCloudProblems, and for deploy-on-save it also uses IlluminatedCloudStatusBar. Note that several other notifications are sent to the last one as well, but hopefully you can tune things to provide the more overt feedback you’re wanting.

    Unfortunately OS-level notifications are likely going to happen because IC2 is using the IDE’s plugin SDK to send these notifications, and it doesn’t currently support OS-level notifications (to my knowledge).

    Let me know if that doesn’t address this to your satisfaction.

  2. Scott Wells repo owner

    I'm going to set this as resolved given that the requested functionality already exists, at least as much as supported by the plugin SDK. Obviously if it's not working as stated, feel free to reopen with details.

  3. Log in to comment