We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have an editor event for when the preferences window is opened but that's about it.
I think it would be useful. For example you'd be able to add your own pages to the project settings.
I don't know if there should be a different event for every main widget? ( i.e editor.settings, editor.inspector, editor.hierarchy, editor.console ).
editor.settings
editor.inspector
editor.hierarchy
editor.console
If not that, then maybe qt.open or window.open. It would still be nice to narrow the search to a specific window.
qt.open
window.open
The event should pass the window as an argument.
I couldn't think of a good way to detect when a window opens. If there is please let me know.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What can't you do?
We have an editor event for when the preferences window is opened but that's about it.
I think it would be useful. For example you'd be able to add your own pages to the project settings.
How would you like it to work?
I don't know if there should be a different event for every main widget? ( i.e
editor.settings
,editor.inspector
,editor.hierarchy
,editor.console
).If not that, then maybe
qt.open
orwindow.open
. It would still be nice to narrow the search to a specific window.The event should pass the window as an argument.
What have you tried?
I couldn't think of a good way to detect when a window opens. If there is please let me know.
Additional context
No response
The text was updated successfully, but these errors were encountered: