title

[?]
Aug 16, 2022, 5:27 AM
YMH3YXXIVI7SIHH3PCWA7GQ374VVRLTQ74XTQEV22ZYUO5A4OGHQC

Dependencies

  • [2] 5STHSG4U remove some duplication
  • [3] MD3W5IRA new fork: rip out drawing support
  • [4] O6T3TPXD bugfix: position cursor up top when loading file
  • [5] OTIBCAUJ love2d scaffold
  • [6] WQOSZSUE warn on unused commandline args
  • [7] PWHZPJJM always show current filename in window title
  • [8] W4UVZETR 2 regressions:
  • [9] 5T2E3PDV couple of bugfixes to file-handling
  • [10] AVQ5MC5D finish uppercasing all globals
  • [11] VO3GEIRW use app name in window title
  • [12] ILOA5BYF separate data structure for each line's cache data
  • [13] ERQKFTPV extract method
  • [14] PYLBFWWE overzealous search-and-replace
  • [15] BJ5X5O4A let's prevent the text cursor from ever getting on a drawing
  • [16] Z4KNS42N to open a file without a terminal, drag it on!
  • [17] YGCT2D2O start loading settings as applicable
  • [18] LF7BWEG4 group all editor globals

Change contents

  • replacement in main.lua at line 51
    [3.466][3.85865:85928]()
    love.window.setTitle('lines.love - '..Editor_state.filename)
    [3.466]
    [3.8]
    love.window.setTitle('text.love - '..Editor_state.filename)
  • replacement in main.lua at line 127
    [2.213][3.8:71](),[3.568][3.8:71]()
    love.window.setTitle('lines.love - '..Editor_state.filename)
    [3.16]
    [3.183]
    love.window.setTitle('text.love - '..Editor_state.filename)