Skip to content

Use various Array types in the IDE _Properties selection

Bruce Steers requested to merge (removed):property-array-types into master

[DEVELOPMENT ENVIRONMENT]

  • NEW: make ArrayChooser gui from FList gui
  • NEW: use various array types as _Properties in the IDE like ColorList{Color[]} and FontList{Font[]} etc to set a String[] list using the corresponding chooser gui with ArrayChooser.
  • NEW: additional array type File[], Synonym for Path[] for IDE property purposes, gives dialog file selector.
  • NEW: additional array type for IDE property purposes, Dir[], Folder[] , gives dialog directory selector.
  • NEW: additional array type for IDE property purposes, FixedFont[] , like Font[] but only shows fixed font selector.
  • NEW: additional array type for IDE property purposes, Audio[] , a synonym for WebAudio[].
  • NEW: Enable drag-n-drop on ArrayChooser for files. single or multiple files dropped on list will be appended.
  • NEW: Show colors/fonts/images in ArrayChooser list. (WebFont size only shows if px, pt or em sizes are used)
  • NEW: if invalid array type is used then pop up a message showing available types.

Supported array types are...
"Picture", "Image", "Animation", "WebImage", "SvgImage", "Font", "FixedFont", "WebFont", "Color", "WebAudio", "Audio", "Path", "File", "Folder", "Dir"

Have removed Draft: because I think it's ready by my standards. But that does not mean it is ready by your standards.

I did the things i said i would, handled filetype checking for drops, added Audio[] to list

Respects

Edited by Bruce Steers

Merge request reports