-
Notifications
You must be signed in to change notification settings - Fork 218
Fix open and switch command behaviour #193
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
Fix open and switch command behaviour #193
Conversation
c94dfa1
to
83d30ee
Compare
- Open command uses Switch command- Switches to file if already opened; if not, opens the file. - Improve switch command to search for the candidate entity in all panels, not just the selected panel, also focus on the panel when found. Both improvements are a real time saver when using these commands with ipc.
83d30ee
to
c46ca8e
Compare
This has been cleaned up in post-0.9.17 as of 2c58b81. When driving the debugger via IPC, you'll almost certainly want to use |
Both improvements are a real time saver when using these commands with ipc.