Changes for page KIELER Pragmatics Release 2014/10
Last modified by Alexander Schulz-Rosengarten on 2023/09/13 12:18
From version 35.1
edited by Alexander Schulz-Rosengarten
on 2023/07/11 10:33
on 2023/07/11 10:33
Change comment:
Renamed back-links.
To version 37.1
edited by Alexander Schulz-Rosengarten
on 2023/07/11 10:33
on 2023/07/11 10:33
Change comment:
Renamed back-links.
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -15,11 +15,11 @@ 15 15 16 16 KIELER Pragmatics 2014/10 is provided as a set of features, available to be added to your Eclipse installation via an update site. KIELER Pragmatics 2014/10 was tested on [[Eclipse 4.3 "Kepler">>url:http://www.eclipse.org/downloads/||shape="rect"]], but may also be compatible with other versions of Eclipse. 17 17 18 -* See the [[KIELER Downloads>>doc:K ieler.Overview.Downloads.WebHome]] site for download details.18 +* See the [[KIELER Downloads>>doc:KIELER.Overview.Downloads.WebHome]] site for download details. 19 19 * KIELER Pragmatics requires an installed Java Runtime Environment >= version 1.5. 20 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 22 -Also refer to the [[KIELER Downloads>>doc:K ieler.Overview.Downloads.WebHome]] page to download the KIELER Ptolemy Browser and the KIELER Web Service.22 +Also refer to the [[KIELER Downloads>>doc:KIELER.Overview.Downloads.WebHome]] page to download the KIELER Ptolemy Browser and the KIELER Web Service. 23 23 24 24 == Release Notes == 25 25 ... ... @@ -33,7 +33,7 @@ 33 33 34 34 * Core Changes 35 35 ** {{code language="none"}}IPropertyHolder{{/code}}'s {{code language="none"}}setProperty(...) {{/code}}and {{code language="none"}}copyProperties(...){{/code}} now return {{code language="none"}}IPropertyHolder{{/code}} instead of {{code language="none"}}void{{/code}}, implementations are supposed to return {{code language="none"}}this{{/code}} for convenience 36 -* [[KIELER Lightweight Diagrams>>doc:K ieler.Lightweight Diagrams (KLighD).WebHome]]36 +* [[KIELER Lightweight Diagrams>>doc:KIELER.Lightweight Diagrams (KLighD).WebHome]] 37 37 ** Added {{code language="none"}}DiagramSyntheses{{/code}} class providing lots of convenience methods for configuring the view model in diagram synthesis implementations (preliminary version introduced with last previous release) 38 38 ** {{code language="none"}}IViewer{{/code}} provides {{code language="none"}}getZoomLevel(){{/code}} 39 39 ** {{code language="none"}}IViewer{{/code}} provides methods for registering {{code language="none"}}IViewChangeListener{{/code}}s ... ... @@ -45,7 +45,7 @@ 45 45 46 46 Here's a few highlights of what's new in version 2014/10: 47 47 48 -* [[KIELER Lightweight Diagrams>>doc:K ieler.Lightweight Diagrams (KLighD).WebHome]]48 +* [[KIELER Lightweight Diagrams>>doc:KIELER.Lightweight Diagrams (KLighD).WebHome]] 49 49 ** (% style="line-height: 1.4285715;" %)Improved integration of the //magnifying lens// (hit {{code language="none"}}alt + ctrl/cmd){{/code}} and //rubber band zoom //(press {{code language="none"}}ctrl/cmd{{/code}} and drag on canvas) 50 50 ** (% style="line-height: 1.4285715;" %)Enabled the contribution of action invocation buttons (execution of {{code language="none"}}IActions{{/code}}) in the diagram side bar (so far actions could only be executed by clicking on a diagram element of via menu contributions), see related hook in {{code language="none"}}AbstractDiagramSynthesis{{/code}} 51 51 ** Added {{code language="none"}}editable{{/code}} flag to {{code language="none"}}KText{{/code}} in order to distinguish //cursor selectability// and //editability//