many parameters make hard to edit
-
I'm constructing a network file with a lot of parameters, and when the numbers of parameters increase, also the difficulty to edit them increases, some times it also crash Hise.
I love "Page" option, it makes it easier to reach them by switching to another Page.
However I'm not so good in planning in what order I need the parameters to set the Page at the right location, that's me...questions:
Is it possible to move a parameter to a different place in the upper row?
Is it possible to select several parameters and edit all of them together at once (if they have similar attributes)If anyone knows if that is possible, please let me know.
Anyway, to make it easier for my self, I made a small application to load the Network file, and edit one, or several selected (of the same sort) parameters, like MinValue, MaxValue etc...
At it's state it's very ruff and have no "same ID" checks yet (I hope it will come in a near future)
And it's only possible to edit "number" values for now, I would also like to implement a order function (if possible).This is how it looks like at the moment.

-
@ulrik Looks nice! I tried to make not so long ago then I finally decided to just edit the XML directly. Sometimes it's faster, especially for main network parameters as they all are at the same place
-
sick.
-
@ustk said in many parameters make hard to edit:
@ulrik Looks nice! I tried to make not so long ago then I finally decided to just edit the XML directly. Sometimes it's faster, especially for main network parameters as they all are at the same place
Yes I tried that as well, I was using BBEdit but was not able to edit more than one at a time.
What editor do you use to do that, is it possible to edit more than one parameter at a time? -
@ulrik Also you could have a look at the sort and filter functions. they might help you building an editor. And what about placing all properties in column so you get a table? Might be even more readable...