This PR fixes two separate problems that were causing the Edge browser embed to fail to display in some situations.
The path to the Edge DLL is now added to the process PATH when the plugin is loaded, rather than by the installer. This fixes cases in which the PATH would not be fully interpreted if it was more than 2047 characters, causing the DLL to be missed.
The web view is now reinitialized on DelphiLint form resize. This fixes #46.
For whatever reason, most of the events on the DelphiLint frame don't seem to get called. This is one of the few events that is reliably called when the form is docked.
This PR fixes two separate problems that were causing the Edge browser embed to fail to display in some situations.
Should also fix #45