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

Rearrange List-Items in the Editor #759

Open
ChristianGreiner opened this issue Oct 2, 2019 · 1 comment
Open

Rearrange List-Items in the Editor #759

ChristianGreiner opened this issue Oct 2, 2019 · 1 comment
Labels
Editor Area: Duality editor or support libraries Feature It doesn't exist yet, but I want it
Milestone

Comments

@ChristianGreiner
Copy link
Contributor

Summary

It think at some points, it would be useful to rearrange (move up, move down) items in a list.

Example scenario:
Creating a custom render setup: If you want to add a render step between existing render steps, you have to create a new list and do all the steps again. meh.

Here is a screenshot, how we could implement this. Adding two buttons (Up and Down) in the object inspector. As soon as the user selects an item in the list, the two buttons gets enabled.

image

@ilexp ilexp added this to the General milestone Oct 3, 2019
@ilexp ilexp added Editor Area: Duality editor or support libraries Feature It doesn't exist yet, but I want it labels Oct 3, 2019
@ilexp
Copy link
Member

ilexp commented Oct 3, 2019

Let's skip the buttons and do proper dragdrop ("dot" handles, highlighting) instead, with additional insert and remove functionality as a bonus.

The place where this would be done is the IListPropertyEditor in the AdamsLair.WinForms project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Editor Area: Duality editor or support libraries Feature It doesn't exist yet, but I want it
Development

No branches or pull requests

2 participants