Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ActionScript source path view: show/select currently active file in editor #352

Open
neminovno opened this issue Apr 22, 2019 · 2 comments

Comments

@neminovno
Copy link
Contributor

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.

@joshtynjala
Copy link
Member

I don't know if this is possible, but I'll take a look.

@joshtynjala
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants