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

Editor: Make dropdown show/hide a window with checkboxes #6407

Open
3 tasks
bunnybot opened this issue Mar 13, 2024 · 1 comment
Open
3 tasks

Editor: Make dropdown show/hide a window with checkboxes #6407

bunnybot opened this issue Mar 13, 2024 · 1 comment
Labels
editor Editor-specific features enhancement New feature or request ui User interface under discussion There is no consensus about a critical point yet

Comments

@bunnybot
Copy link

frankystoneMirrored from Codeberg
Created on Wed Mar 13 11:51:27 CET 2024 by frankystone


Is your feature request related to a problem? Please describe.
Sometimes when editing a map one hides the display of some things, say resources. During further editing one wonders why there are areas with no resources... because one had forgotten that displaying resources are disabled.
Another, sometimes irritating, example: One had hidden immovables and after some further editing he/she wonders why the building spaces are limited and searches for wrong placed terrains…

Describe the solution you'd like
Instead of the main menus dropdown "Show/Hide" the button should open a window with checkboxes. This has also the advantage that less translation is needed:

[ ] Hide Building spaces
[ x ] Hide Maximum Buildings spaces
[ ] Hide Grid
[ ] Hide Immovables
[ ] Hide Animals
[ ] Hide Resources

Describe alternatives you've considered
At least there should be an indicator in some way, e.g. in the main menu bar, which shows which things are hidden or not. Maybe also for other things?

Another solution might be to add the indicator of hidden things in the history window. But i think this too specific and not globally enough.

Implementation steps

  • ...
  • ...
  • ...
@bunnybot bunnybot added enhancement New feature or request editor Editor-specific features ui User interface under discussion There is no consensus about a critical point yet labels Mar 13, 2024
@bunnybot
Copy link
Author

NordfrieseMirrored from Codeberg
On Wed Mar 13 13:31:55 CET 2024, Benedikt Straub (Nordfriese) wrote:


-1
IMO a window would make both the status and the options themselves less visible, and perhaps require an extra click to toggle them.

You can however make a plugin that…

  • Creates such a window
  • Removes the showhide dropdown from the toolbar (using die() or visible=false)
  • Adds a new toolbar button that toggles your window
  • Optionally adds status indicator panels to the toolbar and a timer to keep them updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor Editor-specific features enhancement New feature or request ui User interface under discussion There is no consensus about a critical point yet
Projects
None yet
Development

No branches or pull requests

1 participant