Skip to main content



      Home
Home » Eclipse Projects » e(fx)clipse » org.eclipse.fx.ui.dialogs not found
org.eclipse.fx.ui.dialogs not found [message #1613589] Thu, 12 February 2015 14:22 Go to next message
Eclipse UserFriend
hello all

i have installed e (fx) clipse on Luna a plugin, to take a look to Tom Schindl project fx-ide , found ont the followin github repository

https://github.com/tomsontom/fx-ide

but i have some missing packge
org.eclipse.fx.ui.dialogs.Dialog;

what there is a wrong with my e(fx)clipse ?

i have installed e(ffx)clipse from this update sie
http://download.eclipse.org/efxclipse/updates-released/1.2.0/site






[Updated on: Thu, 12 February 2015 14:44] by Moderator

Re: org.eclipse.fx.ui not found [message #1613595 is a reply to message #1613589] Thu, 12 February 2015 14:29 Go to previous messageGo to next message
Eclipse UserFriend
This repository has unmaintained code which only worked with previous
versions of e(fx)clipse.

This very error although might be because you have not defined a target
platform in your workspace.

I guess you are interested in the styled text stuff to use of syntax
hightlighting?

Tom

On 12.02.15 20:23, AIT YAHIA Idir wrote:
> hello all
>
> je ai installé e (fx) clipse sur Luna comme plugin, et je veux regarder
> vers projet fx-ide de Tom Schindl, found ont tghe following ithub
> repository
>
> https://github.com/tomsontom/fx-ide
>
> but i have some missing packge org.eclipse.fx.ui.dialogs.Dialog;
> what there is a wrong with my e(fx)clipse ?
>
>
>
>
>
>
Re: org.eclipse.fx.ui not found [message #1613629 is a reply to message #1613595] Thu, 12 February 2015 14:57 Go to previous messageGo to next message
Eclipse UserFriend
effectively I am very interested in syntax
highlighting,

when I have installed e (fx) eclipse I dont have a choice of platform, as we can see in this tutorial http://www.eclipse.org/efxclipse/install.html
i will try with a Preconfigured distributions
Re: org.eclipse.fx.ui not found [message #1613646 is a reply to message #1613629] Thu, 12 February 2015 15:12 Go to previous messageGo to next message
Eclipse UserFriend
This has nothing to do with your installation!

The project you are trying to look at compile against a so called target
platform and you have not set this platform!

See https://wiki.eclipse.org/Efxclipse/Tutorials/Tutorial4 how you
define a target platform for your workspace.

Anyways fx-ide used orion & webview for syntax hightlighting, since then
we have improved the styled-text control which can now be used for the
highlighting when used together with the eclipse.text framework.

Tom

On 12.02.15 20:57, AIT YAHIA Idir wrote:
> effectively I am very interested in syntax
> highlighting,
> when I have installed e (fx) eclipse I dont have a choice of platform,
> as we can see in this tutorial
> http://www.eclipse.org/efxclipse/install.html
> i will try with a Preconfigured distributions
Re: org.eclipse.fx.ui not found [message #1614523 is a reply to message #1613646] Fri, 13 February 2015 04:54 Go to previous messageGo to next message
Eclipse UserFriend
thanks for taking the time to reply to my request

is too complicated to run the project with the new platform, I have resolved the problem related to org.eclipse.fx.ui.dialogs and I had others missing dependencies plugins like (org.eclipse.jdt.* , org.eclipse.debug.* and org.eclipse.fx.ide.jdt) .

I have added them to the Build Path of at.bestsolution.javafx.ide.jdt bundle without success, to run the project.

Thomas Schindl wrote on Thu, 12 February 2015 15:12
since then
we have improved the styled-text control which can now be used for the
highlighting when used together with the eclipse.text framework.


where can i take a look to the new improved styled-text control,


Re: org.eclipse.fx.ui not found [message #1614852 is a reply to message #1614523] Fri, 13 February 2015 09:41 Go to previous messageGo to next message
Eclipse UserFriend
I'll write up a blog post explaining how one can write a syntax
highlighting editor.

Tom

On 13.02.15 10:54, AIT YAHIA Idir wrote:
> thanks for taking the time to reply to my request
>
> is too complicated to run the project with the new platform, I have
> resolved the problem related to org.eclipse.fx.ui.dialogs and I had
> others missing dependencies plugins like (org.eclipse.jdt.* ,
> org.eclipse.debug.* and org.eclipse.fx.ide.jdt) .
>
> I have added them to the Build Path of at.bestsolution.javafx.ide.jdt
> bundle without success, to run the project.
>
> Thomas Schindl wrote on Thu, 12 February 2015 15:12
>> since then
>> we have improved the styled-text control which can now be used for the
>> highlighting when used together with the eclipse.text framework.
>
>
> where can i take a look to the new improved styled-text control,
>
>
Re: org.eclipse.fx.ui not found [message #1614913 is a reply to message #1614852] Fri, 13 February 2015 10:26 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

I hope this is easy enough to get you started. If you want use another
IDE than Eclipse you need to some more extra work but this is nothing I
can do for you as part of my OSS time.

http://tomsondev.bestsolution.at/2015/02/13/how-to-create-an-editor-with-syntax-highlighting-for-java/

I fully understand that that consuming all this is not as easy as adding
a few maven dependencies but our main target are OSGi applications who
retrieve their stuff from a p2/obr-r5 repository as much as I'd love to
make this consumable easier outside the OSGi world we are not having the
resources to do so.

Tom

On 13.02.15 15:41, Tom Schindl wrote:
> I'll write up a blog post explaining how one can write a syntax
> highlighting editor.
>
> Tom
>
> On 13.02.15 10:54, AIT YAHIA Idir wrote:
>> thanks for taking the time to reply to my request
>>
>> is too complicated to run the project with the new platform, I have
>> resolved the problem related to org.eclipse.fx.ui.dialogs and I had
>> others missing dependencies plugins like (org.eclipse.jdt.* ,
>> org.eclipse.debug.* and org.eclipse.fx.ide.jdt) .
>>
>> I have added them to the Build Path of at.bestsolution.javafx.ide.jdt
>> bundle without success, to run the project.
>>
>> Thomas Schindl wrote on Thu, 12 February 2015 15:12
>>> since then
>>> we have improved the styled-text control which can now be used for the
>>> highlighting when used together with the eclipse.text framework.
>>
>>
>> where can i take a look to the new improved styled-text control,
>>
>>
>
Re: org.eclipse.fx.ui not found [message #1616147 is a reply to message #1614913] Sat, 14 February 2015 05:57 Go to previous message
Eclipse UserFriend
I am trying to make the tutorial, i am ashamed but I'm stuck even before starting , I'll leave comments on the tutoriali am trying
Previous Topic:Build e(fx)clipse Project not executing
Next Topic:Cannot complete the install because of a conflicting dependency
Goto Forum:
  


Current Time: Sat May 24 23:16:23 EDT 2025

Powered by FUDForum. Page generated in 0.03363 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top