Skip to content

20025.08.24

Latest

Choose a tag to compare

@jimmckeeth jimmckeeth released this 24 Aug 20:31
· 96 commits to master since this release
5659ac6

Latest release as of 20025.08.24

What's Changed

  • DWrite branch scrollbar refactor by @MShark67 in #142
  • Moved WMHScroll and WMVScroll to SynEditScrollBars, fixes to various … by @MShark67 in #143
  • Improvements to Scrollbar handling and a fix to DoEndKey by @MShark67 in #144
  • MouseWheel handling moved to SynEditScrollBars. Horizontal MouseWhee… by @MShark67 in #146
  • Added handling of WM_MOUSEHWHEEL. by @MShark67 in #147
  • Package file updates. by @MShark67 in #149
  • Replaced GDI painting with DirectWrite by @pyscripter in #152
  • Fixed indentation by @pyscripter in #154
  • Fixing compilation in Delphi 10.1 by @BorisU7 in #158
  • Fix minor list parsing issue. by @MShark67 in #167
  • Paint is based entirely on DirectWrite and Direct2D by @pyscripter in #168
  • SQL Highlighter refactoring by @MShark67 in #169
  • DWScript name and unit scope update. by @MShark67 in #174
  • Scrollbar changes and minor simplifications. by @MShark67 in #179
  • Update the Alexandria C++ package to match the Delphi one by @dm-e in #184
  • Make scrollbar always show if LeftChar > 1. Remove unneeded update s… by @MShark67 in #185
  • Add StyleName cache and a couple concat tweaks to SynExportHTML. by @MShark67 in #189
  • Html header simplification test. by @MShark67 in #191
  • Fix to SynExportHTML compatibility and addition of InlineCSS option. by @MShark67 in #192
  • Fixes issue with backspace when on char 1 with line > 1. CaretX was … by @MShark67 in #193
  • Added FScanningToEOL and optimized the SQL highlighter. by @MShark67 in #194
  • Fix missing head tag when not creating a fragment. Footer format cha… by @MShark67 in #196
  • Fixing compilation in Delphi 10.1 by @BorisU7 in #195
  • Calling a non-deprecated variant of TStream.Seek by @BorisU7 in #197
  • Fix for IsIdentChar and non-ascii letters. by @MShark67 in #206
  • SQL Highlighter better Ansi and Unicode character support. by @MShark67 in #211
  • Fixes an issue with IsLetterorDigit and exception on lowsurrogates. by @MShark67 in #214
  • Added VCL Style hook by @vincentparrett in #223
  • TSynExporterHTML by @JaFi-cz in #231

New Contributors

Full Changelog: LastGDIbased...20025.08.24