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 "Rap10RC1 News"

(RWT)
(RWT)
Line 14: Line 14:
 
With the [[Rap10M6_News|last milestone]] we provided some API beforehand without actually implementing it. These gaps are now being filled in:
 
With the [[Rap10M6_News|last milestone]] we provided some API beforehand without actually implementing it. These gaps are now being filled in:
 
* <code>Table#getItem(Point)</code> now returns the <code>TableItem</code> at the given point. With this change <code>TableViewer#getItemAt(Point)</code> also returns something useful (see also <s>[https://bugs.eclipse.org/bugs/show_bug.cgi?id=200397 200397]</s>).
 
* <code>Table#getItem(Point)</code> now returns the <code>TableItem</code> at the given point. With this change <code>TableViewer#getItemAt(Point)</code> also returns something useful (see also <s>[https://bugs.eclipse.org/bugs/show_bug.cgi?id=200397 200397]</s>).
 +
* <code>Combo</code> has everything related to be editable which we introduced before API freeze (see {{bug|187252}})
 +
** <code>getText()</code>
 +
** <code>setText()</code>
 +
** <code>indexOf(String, int)</code>
 +
** <code>indexOf(String)</code>
 +
** <code>addModifyListener()</code>
 +
** <code>removeModifyListener()</code>
 +
Note that the combo now is editable by default (as SWT) and you need to set the <code>SWT.READ_ONLY</code> style bit to prevent editing.
  
 
|-valign="top" align="left"
 
|-valign="top" align="left"

Revision as of 19:47, 29 August 2007

| RAP wiki home | RAP project home |

RAP 1.0 RC1 - New and Noteworthy

This document will become the New and Noteworthy page for the next milestone release and meanwhile serves to document the development progress.

All features documented here can be obtained from CVS HEAD.


RWT

Empty API implemented

With the last milestone we provided some API beforehand without actually implementing it. These gaps are now being filled in:

  • Table#getItem(Point) now returns the TableItem at the given point. With this change TableViewer#getItemAt(Point) also returns something useful (see also 200397).
  • Combo has everything related to be editable which we introduced before API freeze (see bug 187252)
    • getText()
    • setText()
    • indexOf(String, int)
    • indexOf(String)
    • addModifyListener()
    • removeModifyListener()

Note that the combo now is editable by default (as SWT) and you need to set the SWT.READ_ONLY style bit to prevent editing.

API cleanup revisited

During the API cleanup in M6, a few things slipped through which are now fixed. See bugs 201225, 201286, 201403 and 201528 for more details.


The above features are just the ones that are new since the previous milestone build. Summaries for earlier milestone builds:

New for RAP 1.0 milestone build M6 (August 17, 2007)
New for RAP 1.0 milestone build M5 (July 13, 2007)
New for RAP 1.0 milestone build M4 (June 08, 2007)
New for RAP 1.0 milestone build M3 (April 27, 2007)
New for RAP 1.0 milestone build M2 (March 2, 2007)

Copyright © Eclipse Foundation, Inc. All Rights Reserved.