◐ Shell
clean mode source ↗

ADD : Dialouge after Install/Update/Remove contributions by DeerajTheepshi · Pull Request #5818 · processing/processing

Hi Deeraj, I checked the PR and it requires more testing. The changes seems to work for the update action for the trivial case. However, it does not trigger for remove and it does trigger for install but only after downloading step and not after completing the installation of the library. I only tested this when installing/updating/removing libraries. I have not tested this for tools, examples or mode installs.

One suggestion is to place your change at the end of the following function in the same file: private void finishInstall(boolean error). You can test it in the different scenarios and provide details on your tests. This information will make easier to evaluate the PR.