nokia / RED

RED - Robot Editor
Other
339 stars 112 forks source link

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

Open omar987 opened 2 years ago

omar987 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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)