FD_SamplePlugin
FD_SamplePlugin copied to clipboard
Expected Settings to work
I assumed the values from Settings.hx would appear in Tools -> SamplePlugin, but its blank.

It appears the variable needs to have a [DisplayName("value")] attribute, so in Haxe it should be @:strict(DisplayNameAttribute("value")).
Looks like its kind of working.
