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

RuntimeTabMenu should allow a user to change the type of a graph provider and provide better list support #698

Open
koschke opened this issue Feb 6, 2024 · 0 comments
Labels
Improvement Improvement of existing features

Comments

@koschke
Copy link
Collaborator

koschke commented Feb 6, 2024

The addition and removal of list elements is rudementary currently. We can add only at end of a list and remove only the last element of a list. A user may want to add or remove an element anywhere. A user may even want to change the order of the list elements. This is needed for all lists where the order matters. The order matters, for instance, in graph-provider pipelines.

If a list contains instances of different classes (deriving from the same class), a user needs to specify the type of a list element. Again, that is needed in graph-provider pipelines where we can have all sorts of graph providers (e.g., GXL, CSV, JaCoCo, etc.).

@koschke koschke added the Improvement Improvement of existing features label Feb 6, 2024
koschke added a commit that referenced this issue Feb 6, 2024
Working towards allowing the user to change the type of a graph provider.
Still work in progress. A ticket #698 was added as a follow-up.

At least graph providers are shown and their attributes can be adjusted.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Improvement of existing features
Projects
None yet
Development

No branches or pull requests

1 participant