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

Replaced InputText for the script component with a Combo (dropdown) #608

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nepp95
Copy link
Contributor

@nepp95 nepp95 commented Jan 16, 2023

  • Lists all classes in ScriptEngine::GetEntityClasses
  • Effectively removes the need to check for an existing class

Describe the issue (if no issue has been made)

While giving feedback when a class does not exist in the assembly, the input text doesn't what classes are available. Replacing this with a dropdown menu (ImGui::Combo / BeginCombo) removes this handicap, while also removing the check for an existing class, since this always will exist.
Nothing has been changed to the "Fields" part of the code, but the alignment and the ScriptClassExists check. The alignment causes an annoying unclear overview of the commit.

PR impact (Make sure to add closing keywords)

List of related issues/PRs this will solve:

Impact Issue/PR
Issues this solves None
Other PRs this solves None

Proposed fix

Described in "Describe the issue"

Additional context

Only tested on Windows x64 with the latest master branch. (f8f8e30)

- Lists all classes in ScriptEngine::GetEntityClasses
- Effectively removes the need to change for an existing class
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.

1 participant