From 8ec49ae1967686fc5f1c822a185ba2f91a95d5ac Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Sun, 20 Oct 2024 08:01:08 +0200 Subject: [PATCH] Minor adjustments of N&N for support of version ranges in Target Editor --- news/4.34/pde.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/news/4.34/pde.html b/news/4.34/pde.html index 4b65f5d5..e40af2b6 100644 --- a/news/4.34/pde.html +++ b/news/4.34/pde.html @@ -47,17 +47,17 @@

Plug-in Development Environment

Editors

- + - Support for version ranges and omitted version in IU target location + Support for version ranges and omitted versions in IU target locations - The PDE Target Editor now supports to specify a range as version of a unit or to omit the specification of a version entirely in InstallableUnit locations. - Without an explicit version the value 0.0.0 is used by default, which resolves to the latest version available. + In the PDE Target Editor it is now possible to specify a range as version of a unit or to omit the specification of a version attribute entirely in InstallableUnit locations. + Without an explicit version the value 0.0.0 is used by default, which always resolves to the latest version available. All of the following variants to specify a version in the Source tab of the Target Editor are now possible:

Version ranges and omitted version in an IU target location

- It is also possible to define these advance versions specifications through the UI of the Target Editor. + It is also possible to define these advanced versions specifications through the UI of the Target Editor. After clicking the Edit button for a location, you can specify a version range for a selected unit directly in the table. - Entering latest is equivalent to 0.0.0 and always resolves to the latest version of that unit. + Entering latest is equivalent to 0.0.0 and resolves to the latest version of that unit.

Editing of version ranges and latest version in the UI editor of an IU target location