Can't rename dialog id's (d_N) #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The d_N names are not helpful, easy to mix-up forget, etc. But most of the interface is using them to reference dialogs.
Would be good to have an ability to name them.
Even better: make them completely obsolete and let people see the actual text in all contexts where they need to choose d_N.
The text is now shown whenever possible. The dialog ID is still needed in some context and can't be too freely set (would become difficult to add a new dialog that way).
I would be fine with only viewing d_IDs (formspec, afterall), but being able to rename them would be most helpful. Compare:
Dialogs can now be renamed. The names have to be uniq.
You can test it on the test server (port 30001).
Works now.