Valentin Fritz

Results 14 comments of Valentin Fritz

You are totally right. I forgot to mention that I was talking only about the TextInput control.

I'm ok with your first point, I'll add a piece of code to use a GUID if no identifier is set. About the uniqueness of the identifiers, I think this...

I think yes it could make sense to introduce a identifier generator since it's not a lot of work and it allows more freedom. I've tested to create a graph...

I've started to implement it, you can check PR #11 For my current implementation if a node has no identifier it's generating one when the node is added to the...

Hey, Thanks for the issue, currently I don't have much time to work on this project. At first DotNetGraph was just a personal project to be able to print an...

Thanks for your pull request, I just merged it. Using an enum to specify the label format seems good to me. I think I'll update the nuget package later on,...

Sorry for the delay, I've made a PR: #24 Is it what you want?

Thanks for your message. So, basically, you'd like to set a default node/edge stlye on graph object? And then it's applied to every child without specified style?

I like the idea of making styles separate object/class. I will start some POC and make a draft PR to see how it goes. Sorry for my late answer.

Fixed by #28 Default identifier generator might be implemented in v3