Guest User

Untitled

a guest
Feb 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. Infoboxes => Height GPS
  2. Displays options 'British','US','European' (for example!)
  3.  
  4. These 'friendly' settings names make the following changes to the configuration tree:
  5.  
  6. British
  7. =>infoboxes.height_gps.label=aircraft.height.ft
  8. =>infoboxes.height_gps.comment=aircraft.height.m
  9. US
  10. =>infoboxes.height_gps.label=aircraft.height.ft
  11. =>infoboxes.height_gps.comment=none
  12. European
  13. =>infoboxes.height_gps.label=aircraft.height.m
  14. =>infoboxes.height_gps.comment=none
  15.  
  16. User chooses 'European'
  17.  
  18. =>infoboxes.height_gps.label=aircraft.height.m
  19. =>infoboxes.height_gps.comment=none
  20.  
  21. User clicks on 'advanced' icon or similar
  22.  
  23. The advanced items are displayed in a list:
  24.  
  25. infoboxes.height_gps.label=aircraft.height.m
  26. infoboxes.height_gps.comment=none
  27.  
  28. User changes comment to 'aircraft.height.ft', accepts changes
  29.  
  30. => XCSoar performs a diff against the friendly settings names and displays the closest one with an icon indicating that an advanced setting has been changed / text showing the advanced item and its value
  31.  
  32. eg 'European *'
  33.  
  34. or 'European (comment=aircraft.height.ft)'
Add Comment
Please, Sign In to add comment