Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] is the code base moved to 3.4?

And the basic elements labels is even internal stuff so i hope for that is an easy work around

But also the  new IResource constant?  (HIDDEN) and  ResourcesPlugin.FAMILY_MANUAL_REFRESH






On Thu, Jul 24, 2008 at 3:08 PM, Andrey Platov <andrey@xxxxxxxxx> wrote:
Looks like this is due to Alon changes (org.eclipse.ltk.internal.core.refactoring.BasicElementLabels?)

Eclipse 3.3 compatibility is a vital requirement for us as well. Alon, do you think it's possible to provide alternative implementation compatible with 3.3

Thank you,
Andrey


----- Original Message -----
From: "Johan Compagner" <jcompagner@xxxxxxxxx>
To: "DLTK Developer list" <dltk-dev@xxxxxxxxxxx>
Sent: Thursday, July 24, 2008 7:48:51 PM GMT +06:00 Almaty, Novosibirsk
Subject: [Dltk-dev] is the code base moved to 3.4?

Currently i build against 3.3 because our product does target that currently
But i just did an update (i think last week was the last time)
and i do get these errors:


BasicElementLabels cannot be resolved    org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath    BPVariableElementLabelProvider.java    line 109    1216903088432    2340463
IDLTKDebugUIPreferenceConstants.DETAIL_PANE cannot be resolved    org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui    DLTKDebugUIPluginPreferenceInitializer.java    line 52    1216903061069    2340213
IDLTKDebugUIPreferenceConstants.PREF_SHOW_DETAILS cannot be resolved    org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui    DLTKDebugUIPluginPreferenceInitializer.java    line 51    1216903061069    2340212
IResource.HIDDEN cannot be resolved    org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core    ExternalFoldersManager.java    line 166    1216903380310    2341441
ResourcesPlugin.FAMILY_MANUAL_REFRESH cannot be resolved    org.eclipse.dltk.core/model/org/eclipse/dltk/internal/core    ExternalFoldersManager.java    line 264    1216903380310    2341442
The import org.eclipse.dltk.ui.preferences.AbstractScriptPreferencePage cannot be resolved    org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/debug/ui    DLTKDebugUIPluginPreferenceInitializer.java    line 7    1216903061069    2340211
The import org.eclipse.ltk.internal.core.refactoring.BasicElementLabels cannot be resolved    org.eclipse.dltk.ui/src/org/eclipse/dltk/internal/ui/wizards/buildpath    BPVariableElementLabelProvider.java    line 21    1216903088432    2340462


Many of those are i think eclipse version related... except maybe the IDLTKDebugUIPreferenceConstants onces?

johan


_______________________________________________ dltk-dev mailing list dltk-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/dltk-dev

_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev



Back to the top