-
Couldn't load subscription status.
- Fork 10
Description
Depends on #363. Depends on #365.
Create a "wizard" that allows users to easily create or adjust data types. The dialog contains the settings applicable to the current data type: if it's an integer, display the settings for an integer; if it's a string, display string settings. At the same time, users can edit the UDS string of the data type, and if it's a single-type string then the settings for that type are shown; otherwise only the UDS input is shown. Essentially, the type settings and UDS input should be updated at the same time to always be "synchronised".
The dialog is shown when a user edits a data type (e.g. by double-clicking it in the configurable from #363), or if the user adds a new data type (also through the configurable from #363). Changing the settings of a data type through the quick action popup (i.e. Ctrl + Enter) opens the UDS dialog separately of the main settings dialog.
With the introduction of this dialog, it is no longer necessary to have separate configurables for each data type.