Skip to content

menu: Remove ConstantName and ConstantValue from PartsMenu#1653

Open
duncanita wants to merge 1 commit intoc3d:devfrom
duncanita:fix/1628-remove-constant-from-partsmenu
Open

menu: Remove ConstantName and ConstantValue from PartsMenu#1653
duncanita wants to merge 1 commit intoc3d:devfrom
duncanita:fix/1628-remove-constant-from-partsmenu

Conversation

@duncanita
Copy link

Summary

  • Remove ConstantName and ConstantValue from PartsMenu — they are internal helpers for the constant browser, not user-facing "extract parts" operations
  • Update reference test image for the shifted menu layout

Fixes #1628

Test plan

  • Full test suite passes (3452 tests, 0 new failures)
  • Verified menu image reflects correct new layout

These are internal helpers for the constant browser, not user-facing
"extract parts" operations. Having them in PartsMenu confused users.

Fixes c3d#1628

Signed-off-by: gnuduncan <gnuduncan@gmail.com>
@c3d c3d added bug Something isn't working user Reported by an actual user, yay! labels Mar 8, 2026
@c3d
Copy link
Owner

c3d commented Mar 8, 2026

Hi @duncanita. Thanks for reminding me about this one.

I will not accept it as is, because the intent is for ConstantName and ConstantValue to work correctly as command when not invoked directly from the menu, extracting the name and value of a constant.

I will try to implement that fix today.

@duncanita
Copy link
Author

I'll try to rework this soon as possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working user Reported by an actual user, yay!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants