-
-
- Using the Prolog IDE
-
-
-
Software Engineering for Smart Data Analytics & Smart Data Analytics for Software Engineering
e.g. Classic or Eclipse for RCP and RAP Developers.
On the first start of Eclipse you will see a welcome screen. To start working, close this screen by clicking the arrow on the upper right corner. | |
After starting Eclipse 1), choose File → Import | |
Select General → Existing Projects into Workspace | |
Select the root directory (the location of the PDT sources). Afterwards the list of projects will be filled automatically. Here you should select all projects except - PDT Tutorial - pdt.graphicalviews - pdt.updatesite Click Finish and the projects will be imported to your Eclipse workspace. Importing means that the files are linked from the workspace, not copied into it. They remain at the location where you cloned them. | |
After importing, Eclipse will automatically compile the projects. The progress will be displayed in the lower right corner. Wait for compilation to finish. |
Now you can start modifying the PDT.
When you're satisfied with your changes, please
We'll review your contribution, possibly contact you to discuss it and and let you know when we have integrated it.
As soon as your changes are merged by us into the master brach of the GitHub repository, our integration server will generate a fully functional new release (including the graphical views). You will find it on the "latest" PDT update site.
– Andreas, Fabian and Günter