Skip to content

Next input system (#332) draft #357

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

diabloproject
Copy link
Contributor

Draft for #332
Ignore the keyge variable name, I don't know how to name it yet.
For now, I made draw_editor.rs:draw_goto_menu work, so I can play with implementation.
Migrationot this system does not require us ot migrate the whole editor at once.
All feedback is highly appreciated!

Btw @lhecker, can you clean up my previous attempts on creating a proper PR? I suck at git so hard...

@lhecker
Copy link
Member

lhecker commented May 30, 2025

It's not really possible to delete PRs, but it's fine. If you have any specific questions regarding git, please let me know (e.g. how to forcefully update a branch with your local changes, etc.).

Please feel free to just keep pushing into your branch though. When we merge this, we'll "squash" (flatten) its entire history into a single commit anyway. 🙂

@diabloproject
Copy link
Contributor Author

diabloproject commented May 30, 2025

e.g. how to forcefully update a branch with your local changes, etc.

Yeah,I tried to filter-branch replace my email, which resulted in my pr having whole commit history...

Right now I want to get some feedback on:

  • Is this implementation reasonable?
  • Any fundamental API changes that have to be done?
  • Generally, will this work in your opinion?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants