indent

[?]
Jul 8, 2022, 10:39 PM
QLTJG7Q33ABBTDJ55K3OPLNSYBFBIVRS3UABXEY73RHYMOOJ542QC

Dependencies

  • [2] J5IEBT64 enforce press/release state only processed once
  • [3] RMKMPFT5 fix a corner case when selecting text
  • [4] 2ENZW7TV select text using mouse drag
  • [5] 4VKEE43Z bugfix
  • [6] CTJ3IZGS add args to some functions
  • [7] QZH3PQFU .
  • [8] WOXIYUTL bugfix: manage screen_top and cursor when resizing
  • [9] EMRPLZPW drop an arg from a function
  • [10] CCYSVZA2 bugfix: BSOD in #4.
  • [11] 2INHXC3K position cursor by clicking on text
  • [12] 5FW7YOFT highlight selection while dragging
  • [13] YJJ4X4JG bugfix: avoid scrolling on 'end'
  • [14] AQQQNDTL yet another bugfix in selection management
  • [15] FYS7TCDW bugfix
  • [16] ZLJGZYQG select text with shift + mouseclick
  • [*] BULPIBEG beginnings of a module for the text editor
  • [*] OTIBCAUJ love2d scaffold

Change contents

  • replacement in text.lua at line 949
    [3.1027][3.1027:1142]()
    Cursor1 = {line=Screen_bottom1.line, pos=Text.to_pos_on_line(line, App.screen.width-5, App.screen.height-5)}
    [3.1027]
    [3.1142]
    Cursor1 = {
    line=Screen_bottom1.line,
    pos=Text.to_pos_on_line(line, App.screen.width-5, App.screen.height-5),
    }
  • replacement in main.lua at line 354
    [3.2346][3.2346:2422]()
    Selection1 = {line=line_index, pos=Text.to_pos_on_line(line, x, y)}
    [3.2346]
    [2.63]
    Selection1 = {
    line=line_index,
    pos=Text.to_pos_on_line(line, x, y),
    }
  • replacement in main.lua at line 390
    [3.208][3.82:157](),[3.809][3.82:157](),[3.490][3.82:157]()
    Cursor1 = {line=line_index, pos=Text.to_pos_on_line(line, x, y)}
    [3.809]
    [2.157]
    Cursor1 = {
    line=line_index,
    pos=Text.to_pos_on_line(line, x, y),
    }