drop an arg from a function

[?]
Jul 8, 2022, 3:51 PM
EMRPLZPWIJOEYBBSHFBRUYG4EFROTZ5VG7N3MTXFZFFPBTZ6ODGQC

Dependencies

  • [2] R22PA3XR fix a second BSOD in #4 :/
  • [3] AQQQNDTL yet another bugfix in selection management
  • [4] OGUV4HSA remove some memory leaks from rendered fragments
  • [5] HYEAFRZ2 split mouse_pressed events between Text and Drawing
  • [6] 2INHXC3K position cursor by clicking on text
  • [7] 2ENZW7TV select text using mouse drag
  • [8] 242L3OQX bugfix: ensure Cursor_line is always on a text line
  • [9] MYC7XR5Q bugfix: lines that aren't drawn from the start
  • [10] MGOQ5XAV start uppercasing globals
  • [11] ZUOL7X6V move
  • [12] RMKMPFT5 fix a corner case when selecting text
  • [13] LXTTOB33 extract a couple of files
  • [14] 3GFQP6IR stop saving the entire file when modifying drawings
  • [15] CCYSVZA2 bugfix: BSOD in #4.
  • [16] DLQMM265 scroll past first page
  • [17] JFFUF5AL override mouse state lookups in tests
  • [18] QZH3PQFU .
  • [19] LAW2O3NW extract variable Margin_left
  • [20] 3OKKTUT4 up and down arrow now moving by screen line where possible
  • [21] FYS7TCDW bugfix
  • [22] 7IKRRESB longer names for indices in long loops
  • [*] BULPIBEG beginnings of a module for the text editor
  • [*] OTIBCAUJ love2d scaffold

Change contents

  • replacement in text.lua at line 666
    [4.936][4.3:47]()
    function Text.in_line(line_index,line, x,y)
    [4.936]
    [4.1014]
    function Text.in_line(line, x,y)
  • replacement in select.lua at line 98
    [4.46375][2.5:54]()
    if Text.in_line(line_index,line, x,y) then
    [4.46375]
    [4.46413]
    if Text.in_line(line, x,y) then
  • replacement in main.lua at line 341
    [4.208][4.107:156]()
    if Text.in_line(line_index,line, x,y) then
    [4.208]
    [3.119]
    if Text.in_line(line, x,y) then
  • replacement in main.lua at line 385
    [4.450][4.157:208]()
    if Text.in_line(line_index,line, x,y) then
    [4.450]
    [4.770]
    if Text.in_line(line, x,y) then