Skip to content

GreenPad 1.19

Compare
Choose a tag to compare
@RamonUnch RamonUnch released this 07 Jul 07:47
· 274 commits to main since this release
245e73b

<<What's New in 1.19 (by RamonUnch, 2023/07/07)>>
< NEW >

  • Added the ability to go to matching brace with Ctrl+B.

< FIXED >

  • Fixed Unicode reader for UTF-1, UTF-9, FSS-UTF and writer for SCSU.
  • Warn when trying to load a huge file (larger than 2GB),
    and propose to retry loading only the first 64KB.
  • Sometime a setting would not be written to ini file properly.
  • Find dialog settings will be saved even on cancel.
  • Fixed a potential crash in rightOf() function. #121
  • Minor refactoring: ensure some variables are always initialized,
    remove redundant checks, be more careful with some lifetimes.
    use const and explicit when possible...