Community
Participate
Working Groups
If you open a random stp file it can't be edited(no keyboard input) but double clicking on probe alias works.
Also, saving the file makes the * go away but the file is not modified on disk
The stp editor is really weird. It seems that the behavior of opening a file using the menu is not the same of the behavior of opening a file using the toolbar icon. Using the toolbar icon works for me and using the menu don't. I never tried to open a stp file from a project. Not sure if it will work. How did you open it?
I am looking into this. Trying to figure out why different ways of opening the file produces differently constructed editors.
Please, copy me in gerrit when you send a patch to fix this. I can help you reviewing it.
It turns out that files opened through File->Open do not go through OpenFileAction and there for do not have PathEditorInput. This change: https://git.eclipse.org/r/#/c/8019/ should fix that and other similar issues.
*** Bug 385231 has been marked as a duplicate of this bug. ***
Fixed.