Wiki source code of KIELER Pragmatics Release 2015/06
Last modified by Niklas Rentz on 2023/09/12 12:57
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | = KIELER Pragmatics 2015/06 = |
2 | |||
3 | * [[Official Project Website>>url:http://www.informatik.uni-kiel.de/rtsys/kieler||shape="rect"]] | ||
4 | * Built on Eclipse 4.4 "Luna" | ||
5 | |||
6 | [[We are happy>>url:http://rtsys.informatik.uni-kiel.de/~~kieler/kings_of_coding.mp3||shape="rect"]] to provide release 2015/06 of the **KIELER Pragmatics Project**! KIELER Pragmatics is a framework for enhanced user interaction in graphical modeling that builds on the Eclipse platform. This document describes how to install the release and highlights the most exciting new features. | ||
7 | |||
8 | As the usual bonus, we are co-releasing our KLighD-based **KIELER Ptolemy Browser**. | ||
9 | |||
10 | |||
11 | |||
12 | {{toc minLevel="2"/}} | ||
13 | |||
14 | == Installation == | ||
15 | |||
16 | KIELER Pragmatics 2015/06 is provided as a set of features, available to be added to your Eclipse installation via an update site. KIELER Pragmatics 2015/06 was tested on [[Eclipse 4.4 "Luna">>url:http://www.eclipse.org/downloads/||shape="rect"]], but may also be compatible with other versions of Eclipse. | ||
17 | |||
![]() |
21.1 | 18 | * See the [[KIELER Downloads>>doc:KIELER.Overview.Downloads.WebHome]] site for download details. |
![]() |
1.1 | 19 | * KIELER Pragmatics requires an installed Java Runtime Environment >= version 1.6. |
20 | * The layout components of KIELER can make use of the layout algorithms provided by the [[Graphviz>>url:http://www.graphviz.org/||rel="nofollow" shape="rect" class="external-link"]] library. You may want to install that. | ||
21 | |||
![]() |
21.1 | 22 | Also refer to the [[KIELER Downloads>>doc:KIELER.Overview.Downloads.WebHome]] page to download the KIELER Ptolemy Browser and the KIELER Web Service. |
![]() |
1.1 | 23 | |
![]() |
4.1 | 24 | == Release Notes and Highlights == |
![]() |
1.1 | 25 | |
![]() |
25.1 | 26 | For this release, we have solved almost 80 tickets. You can find a list of them at [[our issue tracking system>>url:http://rtsys.informatik.uni-kiel.de/jira/secure/ReleaseNote.jspa?projectId=10400&version=10900||shape="rect"]]. Release notes of older releases can be found at our [[doc:KIELER.Old Release Notes.WebHome]] page. |
![]() |
1.1 | 27 | |
![]() |
3.1 | 28 | === New Features === |
![]() |
1.1 | 29 | |
30 | Here's a few highlights of what's new in this version: | ||
31 | |||
![]() |
19.1 | 32 | * [[KIELER Layout Algorithms>>doc:KIELER.Discontinued Projects.Layout Algorithms (KLay).WebHome]] |
![]() |
5.1 | 33 | ** KLay Layered has seen substantial performance improvements, especially in its BK Node Placement algorithm. |
![]() |
6.1 | 34 | ** KLay Layered's BK Node Placement algorithm has furthermore seen large improvements in the number of edges drawn straight. |
35 | To use it set the {{code language="none"}}Properties.COMPACTION_STRATEGY{{/code}} to {{code language="none"}}IMPROVE_STRAIGHTNESS{{/code}}. | ||
![]() |
7.1 | 36 | [[image:attach:bk_before.png]][[image:attach:bk_after.png]] |
![]() |
5.1 | 37 | ** We have added a heuristic that improves the number of edge crossings to KLay Layered. The heuristic is active by default and should thus immediately improve your diagrams. Customize the heuristic through its layout option, {{code language="none"}}Properties.GREEDY_SWITCH_TYPE{{/code}}. |
![]() |
1.1 | 38 | |
![]() |
3.1 | 39 | === Important Fixed Bugs === |
![]() |
1.1 | 40 | |
41 | Among others, the following bugs were fixed in this version: | ||
42 | |||
![]() |
20.1 | 43 | * [[KIELER KGraph Text>>doc:KIELER.KIELER Pragmatics.KGraph Text (KGT).WebHome]] |
![]() |
5.1 | 44 | ** Fixed a bug that caused {{code language="none"}}ConcurrentModificationException{{/code}}s to be thrown around all the time while editing the document. |
![]() |
1.1 | 45 | |
46 | == Quickstart == | ||
47 | |||
48 | === Diagram Layout === | ||
49 | |||
50 | One of the core features of KIELER Pragmatics is the KIELER Infrastructure for Meta-Layout (KIML). It provides the glue between diagram editors and layout algorithms. If you have installed layout support for GMF editors, you may want to try the following: | ||
51 | |||
52 | * Open a diagram using a GMF editor. | ||
53 | * Press the Layout button in the toolbar: | ||
54 | * Open the //Layout View// by clicking //Window// -> //Show View// -> //Other...// and choosing //Layout// from the //KIELER Layout// category. | ||
55 | * Change some of the values and press the Layout button again. | ||
56 | |||
57 | === Viewing Ptolemy Models === | ||
58 | |||
59 | If you have a Ptolemy installation, try the following: | ||
60 | |||
61 | * Save a Ptolemy model as a {{code language="none"}}.moml{{/code}} file somewhere. | ||
62 | * ((( | ||
63 | Download and start our //[[Ptolemy Model Browser>>url:http://www.informatik.uni-kiel.de/rtsys/kieler/downloads/tools-and-libraries/||shape="rect"]]//. | ||
64 | ))) | ||
65 | * Open your moml file. | ||
66 | * Double-click actors that have further models inside them. Also double-click modal model states that have refinements. Use the sidebar on the right to influence how your model is displayed. | ||
67 | |||
68 | == Known Problems and Limitations == | ||
69 | |||
70 | * Starting with Mac OS X Mountain Lion, trying to start our software may give you an error message similar to this: | ||
71 | [[image:attach:security1.png]] | ||
72 | The solution is to open your system preferences and navigate to the //Security & Privacy// settings. Therein, either click on //Open Anyway// if available or change //Allow apps downloaded from// to //Anywhere//. | ||
73 | [[image:attach:security2.png]] | ||
74 | Starting our software will now result in the following message: | ||
75 | [[image:attach:security3.png]] | ||
76 | Simply click //Open// and you're good to go. | ||
77 | * Upon starting the Ptolemy Model Browser, you may get something like this: | ||
78 | [[image:attach:ptBrowserProblem.png]] | ||
79 | The solution is to exit the application, remove your existing workspace, and restart the Ptolemy Model Browser. Your workspace can be found in your home folder and is called {{code language="none"}}kielerPtolemyWs{{/code}}. | ||
80 | * The Ptolemy Model Browser can properly display only a limited set of actors. Other actors may look a lot different than they do in Ptolemy. | ||
![]() |
18.1 | 81 | * Currently there is no full-blown user documentation integrated. See our [[doc:KIELER.Kieler]] for more information. |
![]() |
1.1 | 82 | |
83 | == Bug Reports, Comments == | ||
84 | |||
85 | We're working hard to make the graphical modeling user experience as convenient as possible. However, bugs can still remain in the code and some things might not be as you would expect them. Please don't hesitate to send in bug reports or give other comments like feature requests. | ||
86 | |||
87 | Send bug reports to kieler@…, please. For news or general questions subscribe to the [[rt-kieler mailing list>>url:https://lists.informatik.uni-kiel.de/mailman/listinfo/rt-kieler||rel="nofollow" shape="rect" class="external-link"]]. |