Just to inform you, I managed to get third party software working with
Indigo. Unofficially!
While looking at EclihX source code I noticed some dependencies up to
Eclipse v.3.7.
Everything is working fine now. Thanks.
On Feb 28, 1:47 am, Max <
max.via...@googlemail.com> wrote:
> Thanks. I managed to run successfully autobuild, while BuildAll is
> failing:
>
> import org.eclipse.debug.core.model.IBreakpointImportParticipant; //
> missing and causing subsequent errors
> InstanceScope.INSTANCE.getNode(PLUGIN_ID).flush(); // INSTANCE cannot
> be resolved
> protected IRegion findWord(IDocument document, int offset) { // method
> must override or implement a supertype method
> makeRelativeTo // as expected
>
> No other errors reported. I'll try to do something when I get more
> free available time.
>
> On Feb 27, 11:42špm, Nikolay Krasko <
goodwi...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Hello,
>
> > I thought about your request and see that the only way to return eclipse
> > 3.4 support back is to carefully move changes from the current branch (
http://code.google.com/p/eclihx/source/list?name=default) to eclipse 3.4
> > branch (
http://code.google.com/p/eclihx/source/list?name=eclipse_ganymede_3_4). Not
> > sure what other incompatibilities beside IPath could be met, but expect
> > that there could also be problems with preferences. Currently I can't
> > estimate either how many new methods and features from 3.5, and 3.6 eclihx
> > is currently depend on, but can say that I was very surprised that all
> > plug-in dependencies were satisfied during install to eclipse 3.4 :)
>
> > Honestly I don't think that I will support eclipse 3.4 by myself. If you
> > would like to do it feel free to contact me for further help.
>
> > Best regards,
> > Nikolay Krasko.
>
> > 27 ÆÅ×ÒÁÌÑ 2012 Ç. 19:57 ÐÏÌØÚÏ×ÁÔÅÌØ Max <
max.via...@googlemail.com>ÎÁÐÉÓÁÌ:
>
> > > Thanks. Unfortunately, I can't use higher version due to third party
> > > software dependency. Is there any possibility to provide fallback for
> > > method(s) requiring higher version?
> > > I could use FlashDevelop for development, but my plan is to add haXe
> > > extension to third party software and provide extensions to haXe
> > > extension itself (all in one using just Eclipse).
> > > Another possibility is to contribute fixes to elichx by myself, I just
> > > have to check where is repository located.
>
> > > On Feb 26, 10:30 pm, Nikolay Krasko <
goodwi...@gmail.com> wrote:
> > > > Hello,
>
> > > > Yes 3.4 is not supported. I have tested everything with 3.6 and 3.7.
> > > Also I
> > > > checked that makeRelativeTo method was added in 3.5.
>
> > > > Nikolay.
>
> > > > 27 ÆÅ×ÒÁÌÑ 2012 Ç. 1:10 ÐÏÌØÚÏ×ÁÔÅÌØ Max <
max.via...@googlemail.com
> > > >ÎÁÐÉÓÁÌ:
>
> > > > > OK, I tried Project->Properties->haXe Content Assist->Build File
>
> > > > > java.lang.NoSuchMethodError:
> > > > > org.eclipse.core.runtime.IPath.makeRelativeTo(Lorg/eclipse/core/
> > > > > runtime/IPath;)Lorg/eclipse/core/runtime/IPath;
> > > > > š š š šat