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

Feature: Plugin system #25

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

elliena-bulmer
Copy link
Contributor

Thought of implementing a generic plugin system to EVEMon in order to facilitate development of Highly customizable plugins. At this point, it only serves as an entry point for the plugn menu but could be expanded easily by creating an interface. Ideally, we should implement a versioning for the plugins.

Note: An interface could be developed for practically anything in the application.

I'll soon include a documentation on how to properly generate plugins and an example plugin. Also, I will convert some of the current tools to plugins (Mining worksheet, Data Browser, etc).

-Added a plugin loader & library system
-Added a base interface for any plugins
-Added a Plugin MenuItem interface
-Added a Plugin Menu Generator
-Slightly modified the Main window to allow plugins to show
-Added the load of plugins at the start of the application
-Change the plugin menu generator to use Array instead of IEnumerable
-Proper comment.
@elliena-bulmer elliena-bulmer changed the title Plugin system base Feature: Plugin system Sep 1, 2016
-Converted the Plugin name from method to property.
-Added a Plugin version to the basic interface for future development.
-Add a plugin viewer that is a plugin itself to view which plugins are loaded.
@elliena-bulmer
Copy link
Contributor Author

I have added a plugin viewer that could serve as a plugin example. Documentation will follow.

-Add proper comments to the plugin viewer files.
-Added a extra 'todo' in the PluginLibrary.
NevarrTivianne pushed a commit to NevarrTivianne/evemon that referenced this pull request May 29, 2022
…ription

fix evemondevteam#25

It will append the number of skills in the skill queue to remaining time description in the Overview tab and the bottom of Character tab.
NevarrTivianne pushed a commit to NevarrTivianne/evemon that referenced this pull request May 29, 2022
fix shipname in unicode character and display the number of skills remaining

fixes evemondevteam#22
fixes evemondevteam#25
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

Successfully merging this pull request may close these issues.

1 participant