Skip to content

Feature request: Drop-down menu for choosing model to simulate #145

@CSchoel

Description

@CSchoel

The usability of Webmodelica could be greatly improved if we could provide users with a Drop-down menu of "simulateable" models in a project. This could be implemented in the UI by changing the entry field for the model name in the simulation tab to a combo box.

In the backend this would actually also be quite simple: Just load all model files in the project (or if that would lead to problems provide a project-wide setting to choose packages to load) and look for models which have an experiment() annotation. Only select the models that have such an annotation and gather their fully qualified names as list of options for the combo box.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featurea new featureuiUser Interface/frontend related

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions