vsch / idea-multimarkdown

Markdown language support for IntelliJ IDEA.
https://plugins.jetbrains.com/plugin/7896-markdown-navigator
Apache License 2.0
813 stars 129 forks source link

Useless "Markdown Export On Settings Change" notifications #747

Closed yole closed 4 years ago

yole commented 5 years ago

I didn't request anything to be exported, so there is no reason to notify me that export will happen later or has not happened.

vsch commented 5 years ago

@yole, good point. I will add code to see if there is anything to export.

vsch commented 5 years ago

@yole, notification disabled if no profiles have update on save. The notification will still display if there are profiles with export but no files are in scope for the profile.

Determining whether there are actual files to export requires finding files that are in scope for the profile which cannot be done in dumb mode.