Eclipse Platform Build Notes
Workbench
Eclipse Integration Build 20030327
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED between
2003/03/26 and 2003/03/27.
Eclipse Integration Build 20030326
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED between
2003/03/19 and 2003/03/26.
Eclipse Integration Build 20030319
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED between
2003/03/18 and 2003/03/19.
Eclipse Integration Build 20030318
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED between
2003/03/15 and 2003/03/18.
Eclipse Integration Build 20030315
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED between
2003/03/14 and 2003/03/15.
Eclipse Integration Build 20030314
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED between
2003/03/13 and 2003/03/14.
Eclipse Integration Build 20030313
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED between
2003/03/12 and 2003/03/13.
Eclipse Integration Build 20030312
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2003/03/04 and 2003/03/12.
Eclipse Integration Build 20030304
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2003/02/27 and 2003/03/04.
Eclipse Integration Build 20030227
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2003/02/21 and 2003/02/27.
Eclipse Integration Build 20030221
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2003/02/20 and 2003/02/21.
Eclipse Integration Build 20030220
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2003/02/18 and 2003/02/20.
Eclipse Integration Build 20030218
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2003/02/07 and 2003/02/18.
Eclipse Integration Build 20030207
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2003/02/06 and 2003/02/07.
Eclipse Integration Build 20030206
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2003/02/05 and 2003/02/06.
Eclipse Integration Build 20030205
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2003/01/28 and 2003/02/05.
Eclipse Integration Build 20030128
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2003/01/14 and 2003/01/28.
Eclipse Integration Build 20030114
What's new in this drop
New Action Definition API
When defining an action via the actionSets, editorActions, or popupMenus
extension points, there is new support for radio style behavior. A new attribute
called "style" was added and can have one of the following values:
"push", "radio", "toggle", and "pulldown".
The previous "pulldown" attribute has been deprecated. Also, the
previous "state" attribute has a new purpose when the
"style" attribute is defined. See the extension point documentation
for details on how to use these attributes. Actions defined prior to this change
are still supported for backward compatibility, but developers are encouraged to
use the new attributes.
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2002/12/16 and 2003/01/14.
Eclipse Integration Build 200201216
What's new in this drop
Support added for drag-and-drop from view to editor area.
You can now drag-and-drop a file from a view like the Navigator to the editor area
to open it using an internal editor. The editor area understands the following drop
targets:
- ResourceTransfer
- MarkerTransfer
- EditorInputTransfer (new)
Preference added for showing Tasks view when errors in build.
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2002/12/03 and 2002/12/16.
Eclipse Integration Build 200201203
What's new in this drop
Support added for declarative fonts. There is a new extension
point fontDefinition for defining fonts so that they can be viewed and managed
by the workbench fonts preference page. There is also a defaultTo attribute
which when set keeps the entry for the fontDefinition consistent with the
defaultsTo entry if the preference for the fontDefinition is not set.
For example if a font called org.eclipse.myplugin.textfont had a defaultsTo
of org.eclipse.jface.textfont the value in the font registry for
org.eclipse.myplugin.textfont will be the same as the value for
org.eclipse.jface.textfont until the user sets a preference for
org.eclipse.myplugin.textfont .
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2002/11/26 and 2002/12/03.
Eclipse Integration Build 200201126
What's new in this drop
Support added for under lays in the lightweight decorator.
The lightweight decorator now supports the value UNDERLAY which will underlay an
image below the main image. Under lays should be of size 16x16. Current the quadrant
tag will support the keyword UNDERLAY. quadrant will be replaced by the
tag location by M4. This build will support both.
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2002/11/18 and 2002/11/26.
Eclipse Integration Build 200201118
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2002/11/13 and 2002/11/18.
Eclipse Integration Build 200201113
What's new in this drop
Lightweight decorators have been added to the decorators specification. A
lightweight decorator either has a class that implements
org.eclipse.jface.viewers.ILightweightLabelDecorator or is entirely declarative
and is defined using an icon and quadrant. See org_eclipse_ui_decorators.html
for more details.
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2002/11/12 and 2002/11/13.
Eclipse Integration Build 200201112
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2002/11/05 and 2002/11/12.
Eclipse Integration Build 200201105
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2002/10/29 and 2002/11/05.
Eclipse Integration Build 200201029
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2002/10/22 and 2002/10/29.
Eclipse Integration Build 200201022
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2002/10/16 and 2002/10/22.
Eclipse Integration Build 200201016
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2002/10/14 and 2002/10/16.
Eclipse Integration Build 200201014
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2002/10/08 and 2002/10/14.
Eclipse Integration Build 200201008
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2002/10/01 and 2002/10/08.
Eclipse Integration Build 200201001
What's new in this drop
API Additions
Directly editing working sets
This addresses bug 17945. A new interface IWorkingSetEditWizard lets you edit
a working set using the edit wizard page associated with the working set.
Use IWorkingSetEditWizard.getSelection to query the edited working set once
the wizard is closed.
Use IWorkingSetManager.createWorkingSetEditWizard(IWorkingSet) to create an
IWorkingSetEditWizard for a given working set.
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2002/09/24 and 2002/10/01.
Eclipse Platform Build Notes
Workbench
Eclipse Integration Build 20020924
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2002/09/19 and 2002/09/24.
Eclipse Platform Build Notes
Workbench
Eclipse Integration Build 20020919
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2002/09/17 and 2002/09/19.
Eclipse Platform Build Notes
Workbench
Eclipse Integration Build 20020917
What's new in this drop
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2002/08/20 and 2002/09/17.
Eclipse Platform Build Notes
Workbench
Eclipse Integration Build 20020820
What's new in this drop
API changes
API additions
Due to strong demand from the community we have added a ColorSelector which
is a wrapper for a button that displays a selected color and opens a ColorDialog
when selected. This is now in use by the ColorFieldEditor.
This class is pretty much the same as the following ones which appear to have
been copied from the ColorFieldEditor:
- org.eclipse.compare.internal.ColorEditor
- org.eclipse.jdt.internal.ui.preferences.ColorEditor
- org.eclipse.search.internal.ui.SearchPreferencePage.ColorEditor.
The classes using these editors should be able switch to the new JFace one
without any serious changes.
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2002/08/13 and 2002/08/20.
Eclipse Platform Build Notes
Workbench
Eclipse Integration Build 20020813
What's new in this drop
API changes
API additions
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2002/07/23 and 2002/08/13.
Eclipse Platform Build Notes
Workbench
Eclipse Integration Build 20020723
What's new in this drop
API changes
API additions
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2002/07/16 and 2002/07/23.
Eclipse Platform Build Notes
Workbench
Eclipse Integration Build 20020716
What's new in this drop
API changes
API additions
Other highlights
Known deficiencies
Problem reports fixed
Click
here to see PRs which have been marked as RESOLVED, VERIFIED or CLOSED
between 2002/07/03 and 2002/07/16.
Eclipse Platform Build Notes
Workbench
Eclipse Integration Build 20020627
What's new in this drop
API changes
API additions
Other highlights
Known deficiencies
Problem reports fixed
Eclipse Platform Build Notes
Workbench
Eclipse Integration Build 20020626
What's new in this drop
API changes
API additions
Other highlights
Known deficiencies
Problem reports fixed
Eclipse Platform Build Notes
Workbench
Eclipse Integration Build 20020625
What's new in this drop
API changes
API additions
Other highlights
Known deficiencies
Problem reports fixed
20256 - Why switch to resource persp when opening Welcome editor?