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 a Simple Plugin System #972

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

Commits on Nov 23, 2019

  1. add the simple plugin class loader

    magiclu550 committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    e6f18e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aaa39d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfb4480 View commit details
    Browse the repository at this point in the history
  4. Add some comments

    magiclu550 committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    445feb6 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. Fix a bug that couldn't register the command

    magiclu550 committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    cae8e06 View commit details
    Browse the repository at this point in the history
  2. Fix a bug that could cause NullPointerException

    magiclu550 committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    b1cd631 View commit details
    Browse the repository at this point in the history
  3. Added a new feature to simplify some development

    magiclu550 committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    0fc0461 View commit details
    Browse the repository at this point in the history
  4. Added a new feature to simplify some development: You can use SimpleC…

    …ommandData
    magiclu550 committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    9936cf1 View commit details
    Browse the repository at this point in the history
  5. Add a Annotation: EnableRegister,can register the listener automatica…

    …lly.
    magiclu550 committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    6e37bf6 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Configuration menu
    Copy the full SHA
    28cf557 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Configuration menu
    Copy the full SHA
    5221242 View commit details
    Browse the repository at this point in the history
  2. Update AutoPlugin.class,You can directly get the main class object th…

    …rough this annotation
    magiclu550 committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    8a08b18 View commit details
    Browse the repository at this point in the history
  3. modify TYPE to METHOD

    magiclu550 committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    679555b View commit details
    Browse the repository at this point in the history
  4. modify METHOD to FIELD

    magiclu550 committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    4bbb256 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2019

  1. Fix a bug: modify getField to getDeclaredFiled

    magiclu550 committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    20c4dea View commit details
    Browse the repository at this point in the history
  2. add some comments

    magiclu550 committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    7e4fed0 View commit details
    Browse the repository at this point in the history
  3. Code duplication

    magiclu550 committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    3d6ecfb View commit details
    Browse the repository at this point in the history