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

Highlight BlockCode nodes in the 2D or 3D canvas #232

Open
dylanmccall opened this issue Sep 25, 2024 · 0 comments
Open

Highlight BlockCode nodes in the 2D or 3D canvas #232

dylanmccall opened this issue Sep 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@dylanmccall
Copy link
Contributor

dylanmccall commented Sep 25, 2024

When the user is editing a BlockCode node, it can be unclear what object in the scene they are affecting: nothing in the canvas appears as selected, because BlockCode isn't a CanvasItem. Previously, the plugin has tried to help by ensuring a BlockCode node's parent node is selected along with the BlockCode node itself, but this was removed in #227.

Instead, let's have the editor plugin add another node just for the BlockCode node's visual representation in the editor.

@dylanmccall dylanmccall added the enhancement New feature or request label Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant