Dialogue box to select what needs to be saved to Salesforce Server

Issue #944 resolved
Rohan Gore created an issue

Currently if some selects the options as shown below: Preferences 2018-03-30 10-03-03.png

All the files that have been modified in the course of time try to get compiled/saved to the Salesforce server without letting the user to select which one she/he really wants to be saved to the server. It would be great every time a user tries to do a Cmd+s or Cntrl+s with the settings above enabled, a dialogue box would appear showing the list of all the changed files to select as it happens with the IntelliJ's VCS while committing as shown below: Commit Changes 2018-03-30 10-08-52.png

At the same time there is an option to just save the file in context by selecting the settings as shown below: IJ2.png But this can be really problematic if a user is working on multiple files and then she/he has to keep track of all the files that have been changed and want to save back to the server. A user has to go on on each of them select Force Save.

Comments (5)

  1. Scott Wells repo owner

    I think this is somewhat of a duplicate of #745. Do you mind looking at that one...and the partial solution I stumbled onto recently...and if it is a functional dupe we can merge this one into it.

  2. Rohan Gore reporter

    Yes this issue can be merged to #745. I am also asking for the same thing.Also I tried the workaround mentioned in the ticket. But on opening the VCS window and selecting the files, I could not get any of the Illuminated Cloud options like Force Save or Deploy Modified Metadata etc. My project is a git repo and I am using IntelliJ's Community Cloud edition. So no doubt, I would love to have this as a first class feature, even when someone is not utilizing a git repo as project (a non git initialized project).

  3. Log in to comment