Project

General

Profile

« Previous | Next » 

Revision d7389118

Added by Lutz Suhrbier almost 13 years ago

  • NameViewer AbstractGroupContainer und LineWrapSupport für SingleSource präpariert
  • store.rcp und editor.rcp fragment-projects eingeführt
  • NameViewer und LineWrapSupport durch NameViewerFacade und LineWrapSupport Facade ausgetauscht.

  • Typanpassungen in den Methoden des AbstractGroupContainers vorgenommen.

Momentan offenbar Probleme wenn über Menu showDetails aufgerufen wird, gibt NullPointerException mit org.eclipse.ui.PartInitException: Could not create view: eu.etaxonomy.taxeditor.editor.forms.detailsView.
Allerdings gibt es die view definition nicht, nur eine command def ?

View differences:

eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF
13 13
 org.eclipse.equinox.app,
14 14
 org.osgi.framework,
15 15
 org.osgi.service.packageadmin
16
Require-Bundle: org.eclipse.ui,
16
Require-Bundle: org.eclipse.ui;resolution:=optional,
17
 org.eclipse.rap.ui;bundle-version="1.4.0";resolution:=optional,
17 18
 org.eclipse.core.runtime,
18 19
 eu.etaxonomy.taxeditor.store,
19 20
 eu.etaxonomy.taxeditor.navigation,
20
 eu.etaxonomy.taxeditor.bulkeditor,
21
 eu.etaxonomy.taxeditor.bulkeditor;resolution:=optional,
21 22
 eu.etaxonomy.taxeditor.editor,
22
 eu.etaxonomy.taxeditor.printpublisher,
23
 org.eclipse.equinox.ds,
24
 org.eclipse.equinox.util,
25
 org.eclipse.equinox.p2.core,
26
 org.eclipse.equinox.p2.ui,
27
 org.eclipse.equinox.p2.ui.sdk,
28
 org.eclipse.equinox.p2.updatechecker,
29
 org.eclipse.equinox.p2.operations,
30
 org.eclipse.pde.junit.runtime;bundle-version="3.4.100"
23
 eu.etaxonomy.taxeditor.printpublisher;resolution:=optional,
24
 org.eclipse.equinox.ds;resolution:=optional,
25
 org.eclipse.equinox.util;resolution:=optional,
26
 org.eclipse.equinox.p2.core;resolution:=optional,
27
 org.eclipse.equinox.p2.ui;resolution:=optional,
28
 org.eclipse.equinox.p2.ui.sdk;resolution:=optional,
29
 org.eclipse.equinox.p2.updatechecker;resolution:=optional,
30
 org.eclipse.equinox.p2.operations;resolution:=optional,
31
 org.eclipse.pde.junit.runtime;bundle-version="3.4.100";resolution:=optional

Also available in: Unified diff