Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Scout/NewAndNoteworthy/3.10

< Scout‎ | NewAndNoteworthy
Revision as of 08:25, 19 September 2013 by Jeremie.bresson.unblu.com (Talk | contribs) (Rayo Look and Feel: custom XML: Bug 417579)

The Scout documentation has been moved to https://eclipsescout.github.io/.

This page shows what you need to know about the new Eclipse Scout 3.10 release shipped with Eclipse Luna.

M1 (Friday, August 23, 2013)

Bug Lists: 3.10.0M1, 3.9.1

Scout is using GIT flow

bug 411769

Scout is using GIT flow with 3.10 as described here. We also try to make contributions more efficient and update our documentation for committers

New french translations for ScoutTexts

bug 414392 - New ScoutTexts entries were proposed for French language (fr and fr_BE).

The only change is in the fr_BE language. Beside this one, 14 entries were added to the French language (e.g. missing translations until now). Theses translations will be used in all Scout applications deployed in French, unless the text entry is overridden in the project.

Tree Box with support for auto check of child nodes

bug 368107

AbstractTreeBox provides a new configuration method getConfiguredAutoCheckChildNodes that will cause the auto check / uncheck of all childs nodes if their parent node is checked / unchecked.

Scout SDK: Eclipse 3.6 not supported anymore

Scout SDK does not run with Eclipse 3.6 anymore. Scout Runtime is still compatible to eclipse 3.6. Please upgrade your eclipse IDE!

Scout SDK: Tooling Functionality for F2

bug 409468

F2 is a simple update manager for Eclipse or Java based applications that can be downloaded from the eclipse marketplace. Scout SDK provides a new technology checkbox to help integrating F2 into your Scout application. A tutorial is provided here.

AddF2SupportToScoutApplication.jpg

M2 (planned: Friday, October 04)

Support for bean-based table page data (in progress)

bug 412752 - TODO

Rayo Look and Feel: custom XML

bug 417579 and bug 408611: There is an addition in the Scout RT Swing API allowing to provide a custom configurations for Look and Feels. This new extension point is used by Rayo: it is now possible to exchange the XML. See The Scout documentation has been moved to https://eclipsescout.github.io/..

Minor API Enhancements

bug 416848 ServiceTunnelServlet

bug 416862 Scheduler

Enhancement of SWT look and feel extension point

bug 407261 The Look and Feel extension point for SWT now has a new property for setting the background color of disabled fields (color.background.disabled). Setting the foreground color of disabled fields (color.forground.disabled) has already been available.

Swtlookandfeelextensionpoint.PNG

M3 (planned: Friday, November 15)

M4 (planned: Friday, December 20)

M5 (planned: Friday, February 07, 2014)

M6 (planned: Friday, March 22)

M7 (planned: Friday, May 10)

RC1 (planned: Friday, May 24)

RC2 (planned: Friday, May 31)

RC3 (planned: Friday, June 07)

RC4 (planned: Friday, June 14)

Bugfixes Overview

The following list shows all bugs which have been fixed for this release. The list also contains all new enhancements.

Migration Guidelines

Some features and bugfixes sometimes require a change of the API. If this has been the case for the new release then you'll find behind the link below a guideline how to migrate your scout application to the newest release.

The Scout documentation has been moved to https://eclipsescout.github.io/.

Back to the top