Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. %e-YAML
  2. ---
  3.  
  4. -compatibility
  5. Type: Group
  6. Label: Compatibility/Progress
  7. -inherit-strings-from:
  8. Type: Radio-1
  9. Label: Inherit strings from:
  10. Options: GML ('A'="A"), C++ ('A'=65)
  11. -inherit-escapes-from:
  12. Type: Radio-1
  13. Label: Inherit escape sequences:
  14. Options: GML (#), C++ (\n)
  15. -inherit-increment-from:
  16. Type: Radio-1
  17. Label: Inherit ++/-- from:
  18. Options: GML (+), C++ (+=1/-=1)
  19. -inherit-equivalence-from:
  20. Type: Radio-1
  21. Label: Inherit a=b=c from:
  22. Options: GML (a=b==c), C++ (a=b;b=c)
  23. -treat-literals-as:
  24. Type: Radio-1
  25. Label: Treat literals as:
  26. Options: EDL (variant), C++ (scalar)
  27.  
  28. -sample: #to be removed
  29. Type: Group
  30. Label: Sample
  31. -sample-combobox
  32. Type: Combobox
  33. Label: #Combo box takes whole area
  34. Options: Be really sluggish to better emulate GM, Be fast to not suck eggs
  35. -sample-edit
  36. Type: Edit
  37. Label: Encryption key
  38. Default: DEADBEEF
  39. -sample-checkbox
  40. Type: Checkbox
  41. Label: Do stuff
  42. Default: on
  43. -sample-lots-of-radios
  44. Type: Radio-Multi
  45. Label: Pick one
  46. Options: Lots, Of, Different, Options, Which, Take, Multiple, Lines
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement