Skip to content

Inform users which plugins have been blocked #12069

@ArkadiuszMichalski

Description

@ArkadiuszMichalski

After updating Notepad++ some plugins may become incompatible with the new version and automatically blocked. It comes from:
a06b4047
notepad-plus-plus/nppPluginList@2137a2c

The problem is that the user does not receive any information about such situation. Blocked plugins are still in the plugins folder and after updating Notepad++ it may not be clear why they are not working (not loading at all). There have been several report related to blocked NppTextFX.

Possible solutions:

  • display such information in Plugins Admin, for example by adding a tab "Blocked" beside of tab "Installed". Or show such plugin also in "Installed" tab but blocked (greayed) with some explanation why it was blocked: this can be added in the description box or add third column with additional information (beside of Version).
    This solution will be convenient for standard users because they will instinctively analyze their plugins in the Plugin Admin window.

  • display such information also in Debug Info, for example:

Plugins : 
    mimeTools (2.8) (Blocked: incompatibilie)
    NppConverter (4.4)
    NppExport (0.4)

This solution will be convenient for people that analyzing reported issues. Directly from the issue we see why some plugin doesn't work.

Other reports:
#11900
#12057
#11932

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions