Let's make sure issue is not already fixed in latest builds first.
Steps to reproduce
From a fresh installation and clean workspace:
Help > Perform Setup Tasks -> Next, next ... finish
I expected: That the contents of the eclipse.ini remain unchanged or at least that the comments remain in the file
But got: Comments got removed and the content was rearranged (a flag was moved a few lines up)
Screenshots
I had this at the very end of my eclipse.ini file:
I started the wizard via Help > Perform Setup Tasks, here's what I had:
After finishing the update (even before restarting Eclipse) the line with the flag was moved some lines up (sorry, I forgot to include the line numbers in the screenshot) and, worst of all, the comment is gone.
This is a small nuance but I usually comment out flags that I only need every once in a while and I leave them in the ini file so that I can uncomment them when necessary. This bug makes that practice impossible.
I know it was possible to leave comments in the file before since I had been doing it for a while, I just don't know exactly when did this behavior changed so I can't provide a lower version bound for this bug.
Tested under this environment:
- OS & version: Windows 11
- Eclipse IDE/Platform version (as shown in Help > About): 2026-06 (4.40) - I20260427-1800
Community
Tip
Originally reported as a releng issue but it was suggested that I report it here: see Ed's comment.
Let's make sure issue is not already fixed in latest builds first.
Steps to reproduce
From a fresh installation and clean workspace:
Help > Perform Setup Tasks-> Next, next ... finishI expected: That the contents of the
eclipse.iniremain unchanged or at least that the comments remain in the fileBut got: Comments got removed and the content was rearranged (a flag was moved a few lines up)
Screenshots
I had this at the very end of my
eclipse.inifile:I started the wizard via
Help > Perform Setup Tasks, here's what I had:After finishing the update (even before restarting Eclipse) the line with the flag was moved some lines up (sorry, I forgot to include the line numbers in the screenshot) and, worst of all, the comment is gone.
This is a small nuance but I usually comment out flags that I only need every once in a while and I leave them in the
inifile so that I can uncomment them when necessary. This bug makes that practice impossible.I know it was possible to leave comments in the file before since I had been doing it for a while, I just don't know exactly when did this behavior changed so I can't provide a lower version bound for this bug.
Tested under this environment:
Community