<
From version < 6.1 >
edited by cds
on 2013/04/08 13:28
To version < 7.1 >
edited by cds
on 2013/04/08 14:06
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -79,6 +79,16 @@
79 79  
80 80  You would usually have to enter {{code language="none"}}git pull{{/code}} first, but since nobody will mess with your branch anyway this won't be necessary. By the way, you only need to mention {{code language="none"}}origin login_name{{/code}} with the first {{code language="none"}}git push{{/code}}, since Git doesn't know where to push the branch yet. After the first time, Git remembers the information and it will be enough to just enter {{code language="none"}}git push{{/code}}.
81 81  
82 +== Finding the KIML Sources ==
83 +
84 +If you want to develop a layout algorithm using KIML, you will have to get your hands at the KIML source code first. Of course, the code is available through a Git repository.
85 +
86 +1. Open a console window and navigate to an empty directory that the repository should be placed in.
87 +1. Enter the command [[ssh:~~/~~/git@git.rtsys.informatik.uni-kiel.de:7999/KIELER/pragmatics.git>>url:ssh://git@git.rtsys.informatik.uni-kiel.de:7999/KIELER/pragmatics.git||shape="rect"]]{{code language="none"}} .{{/code}}
88 +1. You should now have a clone of the repository in the current directory.
89 +
90 +KIML is implemented as an Eclipse plug-in that you will have to import into your Eclipse workspace. We won't do this now; it will be one of the first steps in the development of your layout algorithm.
91 +
82 82  = Developing Your First Layout Algorithm =
83 83  
84 84  Now that the preliminaries are out of the way, it's time to develop your first layout algorithm! It will, however, be a very simple one. This tutorial focuses on creating Eclipse plug-ins and on learning how to develop with KIML; thinking of and implementing cool layout algorithms is what the rest of the practical will focus on, and that is where the fun will be had!
... ... @@ -87,12 +87,19 @@
87 87  Remember to replace each occurrence of {{code language="none"}}login_name{{/code}} with your own login name (e.g. {{code language="none"}}msp{{/code}}), and each occurrence of {{code language="none"}}Login_name{{/code}} with your capitalized login name (e.g. {{code language="none"}}Msp{{/code}}).
88 88  {{/note}}
89 89  
90 -
100 +== Setting Up Your Workspace ==
91 91  
92 -
102 +You will start by importing the plug-ins necessary to program with KIML.
93 93  
104 +1. Start Eclipse and create a new workspace.
105 +1. Setup your workspace as explained in [[this guide>>doc:KIELER.Configuring Eclipse]].
106 +
107 +== Adding a New Plug-in ==
108 +
94 94  
95 95  
111 +== Writing the Layout Algorithm ==
112 +
96 96  
97 97  
98 98  
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -6160457
1 +6160459
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/SS13LayPract/pages/6160457/KIML
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/SS13LayPract/pages/6160459/KIML