Force Save not working when selected from the Project Tree

Issue #270 resolved
Possum Kingston created an issue

Reproduction Steps:

  1. Ensure nothing is open in the project.
  2. Browse down the project tree to an apex class (ApexClass1 for example).
  3. Right-Click > Illuminated Cloud > Force Save.

    • Result : Nothing happens. No logging info for the action.
    • Expectation : ApexClass1 is deployed.
  4. Double-click on ApexClass1 to open it.

  5. In the tree, find ApexClass2.
  6. Right-Click > Illuminated Cloud > Force Save.
    • Result: ApexClass1 is deployed. Log shows successful deployment of the class.
    • Expectation: ApexClass2 is deployed.

Where this creates a bigger headache for me is when I want to find a static resource (not a bundle; built with an ant task) in the tree and then Force Save it to the server, because it isn't possible to open the resource into the window.

I don't think I have anything special configuration-wise, but I'm happy to provide that information if necessary.

Comments (7)

  1. Scott Wells repo owner

    I'm in the middle of some deployment work now that might be related to this. I'll see if I can reproduce this (thanks for the detailed steps!) and, assuming I can, see if I can slot it in with the current work.

  2. Scott Wells repo owner

    Very easy to reproduce with the information you've provided (thanks!). I'll have a fix in the next released build.

  3. Log in to comment