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

Difference between revisions of "Nebula/Releases/1.4.0/NaN"

(Release 1.4.0 New and Noteworthy)
 
(2 intermediate revisions by 2 users not shown)
Line 26: Line 26:
 
----
 
----
  
== Another Widget ==
+
== TableCombo ==
 
----
 
----
 
{| style="width: 100%;"
 
{| style="width: 100%;"
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
! style="width: 30%; text-align:left;" | Short description
+
! style="width: 30%; text-align:left;" | Added API methods
| 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.  [https://bugs.eclipse.org/bugs/show_bug.cgi?id=517955 See Bug 517955]
+
| 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. [https://bugs.eclipse.org/bugs/show_bug.cgi?id=522159 See Bug 522159]
  
<br/>[[File:Nebula_N&N_1.3_-_Drawfocus.png]]
+
<br/>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. [https://bugs.eclipse.org/bugs/show_bug.cgi?id=522160 See Bug 522160]
 +
|}
 +
----
 +
 
 +
== XY Graph ==
 +
----
 +
{| style="width: 100%;"
 +
|- style="vertical-align:top;"
 +
! style="width: 30%; text-align:left;" | Added API methods
 +
| The new API method Axis#panChecked(Range, double, double) replaces Axis#pan and allows users to check if a call succeeds. Extenders of Axis must override panChecked while pan will be made final in future. [https://bugs.eclipse.org/bugs/show_bug.cgi?id=520141 See Bug 520141]
 
|}
 
|}
 
----
 
----

Latest revision as of 15:30, 9 November 2017

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


XY Graph


Added API methods The new API method Axis#panChecked(Range, double, double) replaces Axis#pan and allows users to check if a call succeeds. Extenders of Axis must override panChecked while pan will be made final in future. See Bug 520141

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