-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 request: Allow plugins to activate other plugins #68
Comments
this https://github.com/ethereum/remix-ide/blob/master/src/app/tabs/debugger-tab.js#L67 should work but we probably needs the name of both plugin (the one which activate and the one which is activated) |
@yann300 can this be closed? |
we still need to improve this feature, currently we needed to ask Edson the name of the plugin... |
Can we close this now @yann300 ? |
bunsenstraat
added a commit
that referenced
this issue
Oct 20, 2023
# This is the 1st commit message: uml # This is the commit message #2: setvalue fix # This is the commit message #3: fix unit test # This is the commit message #4: special functions # This is the commit message #5: fix value # This is the commit message #6: lint # This is the commit message #7: statuc # This is the commit message #8: api test # This is the commit message #9: port # This is the commit message #10: etherscan # This is the commit message #11: rm fc # This is the commit message #12: tooltip # This is the commit message #13: lock # This is the commit message #14: screenshots # This is the commit message #15: pause test # This is the commit message #16: getbrowser # This is the commit message #17: logs # This is the commit message #18: log env # This is the commit message #19: logs # This is the commit message #20: test # This is the commit message #21: nx url # This is the commit message #22: 127.0.0.1 # This is the commit message #23: rm log # This is the commit message #24: etherscan # This is the commit message #25: .frameParent() # This is the commit message #26: retry # This is the commit message #27: set flaky # This is the commit message #28: flaky # This is the commit message #29: logs # This is the commit message #30: launch # This is the commit message #31: more logs # This is the commit message #32: etherscan # This is the commit message #33: rm flaky # This is the commit message #34: hardhat # This is the commit message #35: hardhat # This is the commit message #36: hardhat # This is the commit message #37: hardhat # This is the commit message #38: term # This is the commit message #39: screeenshots # This is the commit message #40: pause # This is the commit message #41: look for gas # This is the commit message #42: fix test # This is the commit message #43: load compiler # This is the commit message #44: force compile # This is the commit message #45: logs # This is the commit message #46: imeout # This is the commit message #47: add pause # This is the commit message #48: change contract # This is the commit message #49: pause # This is the commit message #50: rm extra compile # This is the commit message #51: 20 # This is the commit message #52: compile again # This is the commit message #53: logs # This is the commit message #54: revert # This is the commit message #55: rm screens # This is the commit message #56: rm logs # This is the commit message #57: flaky off # This is the commit message #58: resize # This is the commit message #59: zoom test # This is the commit message #60: flaky # This is the commit message #61: test # This is the commit message #62: nx_npm # This is the commit message #63: flaky # This is the commit message #64: log more # This is the commit message #65: group it # This is the commit message #66: storage # This is the commit message #67: some logs # This is the commit message #68: look at solidity # This is the commit message #69: autocompile # This is the commit message #70: test the tooltips off # This is the commit message #71: click compile # This is the commit message #72: logs # This is the commit message #73: show the logs # This is the commit message #74: await # This is the commit message #75: string the errors # This is the commit message #76: log all # This is the commit message #77: more log # This is the commit message #78: more logs # This is the commit message #79: more logs # This is the commit message #80: log error # This is the commit message #81: log more # This is the commit message #82: log more # This is the commit message #83: fix timestamp # This is the commit message #84: logging # This is the commit message #85: dont set null # This is the commit message #86: smaller than # This is the commit message #87: logs # This is the commit message #88: hover test # This is the commit message #89: flaky terminal # This is the commit message #90: terminal # This is the commit message #91: merge group # This is the commit message #92: config
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As the plugin engine allow you to position plugins in either the side panel or the main panel. There might be plugins that require more complex interactions, i.e having a side panel and a main panel like the EthDoc plugin that requires a main panel.
It would nice to allow plugins to activate other plugins, so I can have a plugin call EthDocViewer and Ethdoc can activate it when EthDoc is activated.
The text was updated successfully, but these errors were encountered: