You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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)
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.
The text was updated successfully, but these errors were encountered: