dialogos-project / dialogos

The DialogOS dialog system.
https://www.dialogos.app
GNU General Public License v3.0
21 stars 8 forks source link

nodes should focus content-specific properties tab instead of "general" tab on first call to properties #122

Closed timobaumann closed 5 years ago

timobaumann commented 6 years ago

it's super annoying: for every node I create, I have to switch from the super-useful tab that allows me to change the colors and name to the even more useful tabs.ge

We could either (a) move the general tab to the right by appending it last (instead of first), or (b) initially focusing the second tab instead of the first (under the assumption that there are always two tabs -- may need to include a safety check and set it to min(2,number-of-tabs).

This must be somewhere in Node.java

alexanderkoller commented 6 years ago

I like this. Especially (a).

timobaumann commented 6 years ago

you implement, I add to changelog?

timobaumann commented 6 years ago

(attempting to learn how to get tenure...)

alexanderkoller commented 6 years ago

It's not a high priority for me, compared to some other issues that we have open. If it annoys you, go ahead and fix it. :) Otherwise, someone will eventually find it annoying enough to make the change.