fix some names in documentation

akkartik
Jun 16, 2024, 12:19 PM
S7BHDDEB5NSKB6OAM5HC6J7K73MDFA6BMOHQRRMS24L2AL7UYMDQC

Dependencies

  • [2] 27GDAM5J correct various names in this and other pre-freewheeling forks
  • [3] UQI34GQF make button backgrounds optional
  • [4] N2NUGNN4 include a brief reference enabling many useful apps
  • [5] GJ4LBCIE streamline button.lua
  • [6] THJX6RCJ Merge text0
  • [7] H5UZI3YN editor documentation
  • [8] MXXCTVXW document facilities for buttons on screen
  • [9] BZHJNMDN document some editor constants

Change contents

  • replacement in reference.md at line 51
    [4.1773][2.18:34]()
    `App.resize`.
    [4.1773]
    [4.1788]
    `on.resize`.
  • replacement in reference.md at line 117
    [4.4474][2.338:385]()
    together will call `App.textinput` with `A`.
    [4.4474]
    [4.4520]
    together will call `on.textinput` with `A`.
  • replacement in reference.md at line 289
    [4.372][4.372:409]()
    or indirectly within `App.draw`.
    [4.372]
    [4.409]
    or indirectly within `on.draw`.
  • replacement in reference.md at line 291
    [4.481][4.481:535]()
    directly or indirectly within `App.mousepressed`.
    [4.481]
    [4.535]
    directly or indirectly within `on.mouse_press`.
  • replacement in reference.md at line 312
    [4.974][3.170:246]()
    Call this either directly or indirectly from `App.draw`. It will assign a
    [4.974]
    [3.246]
    Call this either directly or indirectly from `on.draw`. It will assign a
  • replacement in reference.md at line 324
    [4.1635][4.1635:1710]()
    Call this either directly or indirectly from `App.mousepressed`. It will
    [4.1635]
    [4.1710]
    Call this either directly or indirectly from `on.mouse_press`. It will
  • replacement in reference.md at line 342
    [4.9114][2.386:464]()
    `mouse_button` is pressed. See `App.mousepressed` for `mouse_button` codes.
    [4.9114]
    [4.9190]
    `mouse_button` is pressed. See `on.mouse_press` for `mouse_button` codes.