We recently updated some of our servers to MySQL 8.x, and one of the side effects of the data dictionary changes was the removal of the *.frm files that HeidiSQL historically used to store the original source for views. The ability to view copies of the original source (including comments) for views was always one of my favorite features of HeidiSQL, since the MySQL folks have stubbornly refused to support that feature for the past 15 years or so.
Would it be possible to introduce an option for HeidiSQL to store/log copies of the original view SQL in a user-specified directory, now that the *.frm files are no longer present in the MySQL data directory itself to support that feature?