'Open in Anonymous Apex/SOQL Query tool window' open older version of file

Issue #2360 resolved
Vytautas Germanavičius created an issue

Steps to reproduce:
1. Create soql file, like `query1.soql`
2. Enter soql query
3. Make copy of file with different name, like `query2.soql`
4. Enter new query
5. Save `query2.soql`
6. open `query2.soql` in external editor to make sure that changes are saved.
7. Click on `query2.soql` , open context menu IlliminatedCloud -> Open in SOQL Query tool window

Expected result: SOQL query window with content of query2.soql

Actual result: SOQL query window with content of query1.soql

Same behavior occurs in Anonymous Apex tool window.

IluminatedCloud2 2.2.6.8
WebStorm 2023.1.2
OS: Ubuntu 22.04.2 LTS

Comments (6)

  1. Log in to comment