cnwizards
cnwizards copied to clipboard
[Editor Enhancements] Enable Cursor Before EOL Feature
As far as I can tell, feature was originally disabled because there was a second MouseUp event that didn't trigger EditorChange event in Sydney version of Delphi. Adding the same EoL check to the MouseUp event gets around this. I've been using this change locally for a couple of years without issue so far, so I believe it's safe.
see also: https://github.com/cnpack/cnwizards/issues/169
Good investigation! I tried and no problem found yet.
We'll merge it manually. Thanks!