20Tauri / DoxyDoxygen

The last word in code documentation generation
140 stars 5 forks source link

Please don't print anything to the console when the plugin is loaded #144

Closed rwols closed 4 years ago

rwols commented 4 years ago

It's a bit annoying that this message is printed:

------==== DoxyDoxygen plugins loaded ====------
0 sub-modules to reload

It seems to serve no purpose because we can already see this:

reloading python 3.3 plugin DoxyDoxygen.Doxy
20Tauri commented 4 years ago

It's not exactly the same logs. Those logs were added to resolve the tricky problem encountered on package update. On package update, Sublime Text / Package Control mixed the new and the old versions ... This caused unstability and crash (that was most no single file plugins ask to restart sublime text on upgrade) To solve this ZipImporter has been modified

Now, its less useful (no crash has been reported for a very very long time, and no anomaly caused by this).

So, those logs may be removed in a next release.

rwols commented 4 years ago

So, those logs may be removed in a next release.

Cool. Personally I just always restart ST when a package gets upgraded. I have been conditioned to do this over time. In general, only log something to console once something fails and never when something succeeds ;)

20Tauri commented 4 years ago

Fixed in the last evolution version (0.76.4)