Community
Participate
Working Groups
Build Identifier: If user opens a file by double clicking on it in Problems view and turns on Link with Editor, the file is not properly selected in TS Explorer as it should be. Reproducible: Always Steps to Reproduce: 1. Create a new TS Project with an Entity artifact 2. Open Entity editor and type in an invalid name under 'Extends' field. 3. Save the file. There should be an error displayed for the Entity file. 4. Collapse everything in TS Explorer and close all editors 5. Open Problems view > Double click on error > this should open the problematic Entity file 6. With everything collapsed in TS Explorer, turn on 'Link with editor'. Notice that the file is not selected in TS Explorer.
This issue fixed now.
Hi Yuri, This still doesn't seem to be working for diagram files. It works really well for artifact files, but doesn't work for class and instance diagram files.
Hi Navid, You are right. Diagrams wrapped with some special AbstractLogicalExplorerNode in the navigator and require additional support. Now this issue should be fixed.
(In reply to comment #3) > Hi Navid, > > You are right. Diagrams wrapped with some special AbstractLogicalExplorerNode > in the navigator and require additional support. Now this issue should be > fixed. This is still not working as expected. Try the following: - Create two separate TS Projects - Create diagram files under both projects - Open both diagram files in the editor - Collapse everything in TS Explorer - Turn on Link-with-editor and select the first diagram file. The correct file is selected in TS Explorer. - Now select the second diagram file. Notice that the file is not selected in TS Explorer.
Hi Navid, Thank you for detailed instruction. Now it should work properly.
(In reply to comment #5) > Hi Navid, > > Thank you for detailed instruction. Now it should work properly. Thanks Yuri! It now works great! Marking as verified.