You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a file is opened (not by click on file in ActionScript source path view) from source-path folder, there is no way to quickly look into parent folder files. Expected is to see file selected in ActionScript source path view.
Also, if file is opened by click in ActionScript source path view, then focus is changed to another file in editor, selected file in ActionScript source path view should change also.
The text was updated successfully, but these errors were encountered:
I took a look at this one today, but unfortunately, I had to give up after a couple of hours messing with it. I found an event that is dispatched when the active editor changes, and the TreeView API seems to provide a method to "reveal" an item. However, I kept getting exceptions when I tried to call this method. It's probably just a mistake on my part, but I can't justify spending more time on it today. Maybe I'll take a look again in the future.
If a file is opened (not by click on file in ActionScript source path view) from source-path folder, there is no way to quickly look into parent folder files. Expected is to see file selected in ActionScript source path view.
Also, if file is opened by click in ActionScript source path view, then focus is changed to another file in editor, selected file in ActionScript source path view should change also.
The text was updated successfully, but these errors were encountered: