Can't find project tips configuation

33 views
Skip to first unread message

Max

unread,
Feb 26, 2012, 11:39:18 AM2/26/12
to EclihX
Hi.

I installed eclihx plugin, but code completion doesn't work, message
is in the subject.
If I understood properly, code completion is looking in hxml file for
tips. Right or wrong? What can I do?

Max

unread,
Feb 26, 2012, 4:10:07 PM2/26/12
to EclihX
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
eclihx.core.haxe.model.HaxeProject.setContentAssistBuildFile(HaxeProject.java:
417)

I guess something is wrong with my Eclipse installation, perhaps v.
3.4.2 is not compatible?

Nikolay Krasko

unread,
Feb 26, 2012, 4:30:12 PM2/26/12
to ecl...@googlegroups.com
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.v...@googlemail.com> написал:
--
You received this message because you are subscribed to the Google Groups "EclihX" group.
To post to this group, send email to ecl...@googlegroups.com.
To unsubscribe from this group, send email to eclihx+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/eclihx?hl=en.


Max

unread,
Feb 27, 2012, 10:57:56 AM2/27/12
to EclihX
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>написал:

Nikolay Krasko

unread,
Feb 27, 2012, 5:42:05 PM2/27/12
to ecl...@googlegroups.com
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.v...@googlemail.com> написал:

Max

unread,
Feb 27, 2012, 7:47:41 PM2/27/12
to EclihX
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>написал:

Max

unread,
Mar 1, 2012, 7:00:47 PM3/1/12
to EclihX
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

Nikolay Krasko

unread,
Mar 8, 2012, 1:13:29 PM3/8/12
to ecl...@googlegroups.com
Glad you overcame you difficulties )

Thank you for notification about 3.7 dependencies, will study them.

Best regards,
Nikolay.

2 марта 2012 г. 4:00 пользователь Max <max.v...@googlemail.com> написал:

Max

unread,
Aug 27, 2012, 4:45:09 PM8/27/12
to ecl...@googlegroups.com
OK, I updated Eclihx to trunk version, and now I'm getting "Can't find project tips configuation" errror again.

Do we have higher dependencies now, above Eclipse 3.7?

Max

unread,
Aug 27, 2012, 5:39:59 PM8/27/12
to ecl...@googlegroups.com
Obviously not, Juno (4.2) is not working either. If I try stable build, then I get

Haxe Tips Output: Error : No completion point was found
Reply all
Reply to author
Forward
0 new messages