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

Guideline for Developer : How to build and debug Red Plugin source code #433

Open
omar987 opened this issue Nov 16, 2021 · 2 comments
Open

Comments

@omar987
Copy link

omar987 commented Nov 16, 2021

I tried to Clone the respository and debug it, but I found some problems and difficulites. Is there any kind of doucmentation and Developer Guideline.

thanks in advance.

@omar987 omar987 changed the title Guideline for Developer : How to build and debug Red Pluging source code Guideline for Developer : How to build and debug Red Plugin source code Nov 16, 2021
@omar987
Copy link
Author

omar987 commented Nov 17, 2021

I found building.md file that helps me to build and debug the projects, but is there any documentation about the role of each one ?

@michalanglart
Copy link
Collaborator

There are just two projects with the actual code:

org.robotframework.ide.core-functions -> this one is just a jar library with core things like parsers, communication with execution agent, things like this

org.robotframework.ide.eclipse.main.plugin -> the plugin to eclipse itself with all the code using different eclipse APIs; project models; editors; completion assintents and more

The rest is actually to build different eclipse artifacts like the feature, update-site, product etc. There is also another plugin project which contains the brandings (just some images)

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

2 participants