Issue63

Title Plugin system should have a register_with_error function
Priority feature Status unread
Superseder Nosy List dmcc
Assigned To Topics plugin-sys

Created on 2003-08-04.05:35:27 by dmcc, last changed 2003-08-04.05:35:27 by dmcc.

Messages
msg185 (view) Author: dmcc Date: 2003-08-04.05:35:27
An example usage is when PyXSS cannot be found and XSSIdle wants to explain why it failed to load.  Thus, any plugin that fails to import will get the current behavior (filename turns into a PluginTracker with a loading error) and plugins that import but can't register due to external dependencies (or whatever) will use the new method.
History
Date User Action Args
2003-08-04 05:35:27dmcccreate