Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to reload Plugins #112

Open
nikeee opened this issue Oct 17, 2021 · 1 comment
Open

Add ability to reload Plugins #112

nikeee opened this issue Oct 17, 2021 · 1 comment

Comments

@nikeee
Copy link
Owner

nikeee commented Oct 17, 2021

This is somehow weird. We don't want to add a FileSystemWatcher because as soon as every plugin is configured, it is purely overhead as it doesn't really change anymore.

The standard FileSystemWatcher uses a kernel hook while there is a PollingFileSystemWatcher that uses polling. Both seem too much.

Maybe a "reload plugins" button in the context menu or the plugin list wo suffice?

@nikeee nikeee changed the title Add ability to reaload Plugins Add ability to reload Plugins Oct 17, 2021
@nikeee
Copy link
Owner Author

nikeee commented Oct 17, 2021

Also, a button to remove/delete plugins would be cool. Deleting if DLL plugins while running would be hard, I guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant