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

Simplify Inspector dock #9836

Open
derket25 opened this issue May 28, 2024 · 5 comments
Open

Simplify Inspector dock #9836

derket25 opened this issue May 28, 2024 · 5 comments

Comments

@derket25
Copy link

Describe the project you are working on

Multiple projects.

Describe the problem or limitation you are having in your project

The Inspector dock is too cluttered.
It contains buttons that are rarely used but take up three rows of usable space.

Describe the feature / enhancement and how it helps to overcome the problem or limitation

The buttons for managing resources and opening documentation are suggested to be removed to a drop-down menu.
Move the arrow buttons in front of the node name, as on the FileSystem dock.
Remove History button. Instead, open history by holding down the Back button, as implemented in Google Chrome.

Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams

Mock-up
concept

If this enhancement will not be used often, can it be worked around with a few lines of script?

It's core.

Is there a reason why this should be core and not an add-on in the asset library?

It's core.

@AThousandShips
Copy link
Member

AThousandShips commented May 28, 2024

Hiding a lot of functionality behind menus makes editing slower and hurts discoverability of features, making it harder for new and experienced users alike

@KoBeWi
Copy link
Member

KoBeWi commented May 28, 2024

How exactly removing a single row, which is less than 5% of the whole inspector size, helps to remove clutter?

@timothyqiu
Copy link
Member

#4273 did something similar when creating the mockup.

It moved the sub-resource dropdown to a button beside the search box. The documentation button is moved to the top row.

action-area

#9205 suggests hiding the search box row by default instead.

inspector

@passivestar
Copy link

I have some questions as a new user. I haven't seen this being done this way in other software and I haven't seen that functionality being mentioned in tutorials that I watched and read, so:

  1. When do you want to create a resource in memory through the editor and not save it?
  2. If you create a resource and not save it, how do you reference it?
  3. Is this functionality needed often enough to have the first row of inspector dedicated to it (as opposed to being in the dropdown menu like this proposal suggests)?

@npinsker
Copy link

I don't personally use these buttons (I do all of these through the FileSystem window), but can understand why they're there.

IMO the top of the Inspector is among the most valuable real estate in the entire engine, and it's worth carefully considering how that space is used. This isn't meant as support for this proposal specifically, but in my view, saving a single line is significant.

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

6 participants