FD_SamplePlugin icon indicating copy to clipboard operation
FD_SamplePlugin copied to clipboard

Expected Settings to work

Open skial opened this issue 9 years ago • 2 comments

I assumed the values from Settings.hx would appear in Tools -> SamplePlugin, but its blank.

screenshot 2016-01-29 10 40 43

skial avatar Jan 29 '16 10:01 skial

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

skial avatar Jan 30 '16 10:01 skial

Looks like its kind of working.

screenshot 2016-01-30 10 50 27

skial avatar Jan 30 '16 10:01 skial