-
Notifications
You must be signed in to change notification settings - Fork 113
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 eclipse docs #365
Add eclipse docs #365
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a bit about running Unit Tests?
Re unit tests, my plan is that we should have more docs inc one for contributing back changes. That would be IDE independant. I'll start a doc for the ones I think we should have... |
Oh, I usually run unit tests in Eclipse that's why I mentioned it 👍 Navigate to the UnitTests class, right click "Run as..." -> "JUnit Test" 😀 But that's fine, it can be a future step. |
Side note: I upgraded to Eclipse 2021-03 (4.19) this morning and everything seems to work as expected. Edit: Hold off upgrading, I've ended up with a Gradle tasks issue I'm working to sort out. |
f2bef50
to
6cae1ae
Compare
Thanks for those comments. Think I've fixed them all and I've also added a "Debugging Add-ons" section :D |
FYI new tracker issue :) #366 |
15f58fb
to
620f5f3
Compare
Updated :) |
The plan is to have one page per popular IDE - we dont have to write all of them, we can ask the community for their contributions. This page should be a template for the others, so dont hold back on the feedback ;) The one thing that I think would be really useful is to explain how to debug add-ons in each IDE. Anything else you can think of that we should add asap? Signed-off-by: Simon Bennetts <[email protected]>
620f5f3
to
d8e0e35
Compare
The plan is to have one page per popular IDE - we dont have to write all
of them, we can ask the community for their contributions.
This page should be a template for the others, so dont hold back on the
feedback ;)
The one thing that I think would be really useful is to explain how to
debug add-ons in each IDE. Anything else you can think of that we should
add asap?
Signed-off-by: Simon Bennetts [email protected]