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

Nebula/Releases/1.4.0/NaN

< Nebula
Revision as of 06:50, 18 September 2017 by Jfaltermeier.eclipsesource.com (Talk | contribs) (Add two new Table Combo API methods)

Release 1.4.0 New and Noteworthy


CDateTime


Style bit CDT.ADD_ON_ROLL added The style bit CDT.ADD_ON_ROLL was added to enable addition of dates. Previously or without this style bit, the weekday would/will roll over to the previous week. With the style bit the date will keep increasing.See Bug 519495


Snippet:

Nebula N&N 1.4 - rolldate.gif


Oscilloscope


Added API method The API method getData(boolean, String) was added to enable users to get the oscilloscope data in a CSV format with a separator other than the semicolon. See Bug 522323

TableCombo


Added API methods The new API method #setUpdateSelectionOnEnter(boolean) allows users to configure whether an Enter key press on a visible drop down will update the combo's selection based on the currently selected table item or if the old selection should be kept. See Bug 522159


The new API method #setUpdateTextWithinSelection(boolean) allows users to configure whether a selection change will automatically update the text of the combo based on the display column index. If this is set to false the combo's text is independent of the actual selection and has to be updated manually. See Bug 522160


Another Widget


Short description Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas pulvinar convallis quam, eget sollicitudin nunc tempor ac. Morbi commodo tincidunt dolor, ut bibendum tellus sollicitudin nec. Morbi nec pellentesque justo. Nunc eros dolor, vehicula sed tortor ut, hendrerit feugiat augue. See Bug 517955


Nebula N&N 1.3 - Drawfocus.png


Bugs Fixed in this Release

See 1.4.0 project bugs page or the Bugzilla report Bugs Fixed in Nebula 1.4.0

Back to the top