TaoK / PoorMansTSqlFormatter

A small free .Net and JS library (with demo UI, command-line bulk formatter, SSMS/VS add-in, notepad++ plugin, winmerge plugin, and demo webpage) for reformatting and coloring T-SQL code to the user's preferences.
http://www.architectshack.com/PoorMansTSqlFormatter.ashx
GNU Affero General Public License v3.0
964 stars 267 forks source link

Npp crash when exiting application #223

Open Ekopalypse opened 5 years ago

Ekopalypse commented 5 years ago

While preparing for testing this PR I figured out that the plugin is causing npp to crash on exit. This does NOT happen if PoorMansTSqlFormatter is the ONLY plugin loaded, so it must be a combination of plugins loaded. EventViewer reports crash of .Net runtime and then crash of Npp application. If there is any information you can provide to find out which combination of plugins is causing it I'm willing to test.