]
George Gastaldi updated JBIDE-21791:
------------------------------------
Project: Tools (JBoss Tools) (was: Forge)
Key: JBIDE-21791 (was: FORGE-2606)
Workflow: GIT Pull Request workflow (was: GIT Pull Request workflow with
automatic PR triggers)
Affects Version/s: (was: 3.0.0.CR1)
Forge addon - Changing the current file may cause a "file has
changed in file vs memory" issue in Eclipse
---------------------------------------------------------------------------------------------------------
Key: JBIDE-21791
URL:
https://issues.jboss.org/browse/JBIDE-21791
Project: Tools (JBoss Tools)
Issue Type: Bug
Reporter: Claus Ibsen
Attachments: eclipse-add.png
Similar problem as FORGE-2605 but this time its in Eclipse.
See the attached screenshot, where I have edited the file camel-context.xml, and then run
my forge command, which would insert a Camel endpoint at the cursor position. But eclipse
has detected a file conflict as in that dialog.
I wonder if the fix should be like in IDEA to save the file before the command is run.