Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » JSDT - Usage in an RCP application
JSDT - Usage in an RCP application [message #225486] Fri, 19 December 2008 20:20 Go to next message
Eclipse UserFriend
Originally posted by: eclipse.ehrnhoefer.net

Hi

I am trying to use the Javascript Editor in my own application (where I
take use of the Java Scripting API - so no web development going on).
Basically I just need syntax check / highlighting to make writing the
small scripts easier. No debugging needed at all.

I checked out the plugins:

sourceediting/plugins/org.eclipse.wst.jsdt.core
sourceediting/plugins/org.eclipse.wst.jsdt.manipulation
sourceediting/plugins/org.eclipse.wst.jsdt.ui

and put all required plug-ins in my Target. And now I am wondering where
the Editor is, how I am opening it. I have not dealt with editors yet, and
from what I read I need an EditorInput and build an Action to open it, but
eventually I need to know which Editor to open, and I can't figure out
where the Javascript Editor is.

I am most probably not graspinig the whole concept, so excuse my maybe
stupid question :) I am very thankful of any hint how to accomplish this.

Cheers
Thomas
Re: JSDT - Usage in an RCP application [message #225667 is a reply to message #225486] Tue, 23 December 2008 19:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse.ehrnhoefer.net

Still working on it, still haven't found a solution.

I would be really happy for any hint, thanks a lot.

On Fri, 19 Dec 2008 12:20:05 -0800, Thomas Ehrnhoefer
<eclipse@ehrnhoefer.net> wrote:

> Hi
>
> I am trying to use the Javascript Editor in my own application (where I
> take use of the Java Scripting API - so no web development going on).
> Basically I just need syntax check / highlighting to make writing the
> small scripts easier. No debugging needed at all.
>
> I checked out the plugins:
>
> sourceediting/plugins/org.eclipse.wst.jsdt.core
> sourceediting/plugins/org.eclipse.wst.jsdt.manipulation
> sourceediting/plugins/org.eclipse.wst.jsdt.ui
>
> and put all required plug-ins in my Target. And now I am wondering where
> the Editor is, how I am opening it. I have not dealt with editors yet,
> and from what I read I need an EditorInput and build an Action to open
> it, but eventually I need to know which Editor to open, and I can't
> figure out where the Javascript Editor is.
>
> I am most probably not graspinig the whole concept, so excuse my maybe
> stupid question :) I am very thankful of any hint how to accomplish this.
>
> Cheers
> Thomas



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Re: JSDT - Usage in an RCP application [message #225675 is a reply to message #225667] Tue, 23 December 2008 20:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dcarver.starstandard.org

The java script editor is in the org.eclipse.wst.jsdt.ui plugin. Check
the plugin.xml for information on the editor, including which ID it is
using.

Dave

Thomas Ehrnhoefer wrote:
> Still working on it, still haven't found a solution.
>
> I would be really happy for any hint, thanks a lot.
>
> On Fri, 19 Dec 2008 12:20:05 -0800, Thomas Ehrnhoefer
> <eclipse@ehrnhoefer.net> wrote:
>
>> Hi
>>
>> I am trying to use the Javascript Editor in my own application (where
>> I take use of the Java Scripting API - so no web development going
>> on). Basically I just need syntax check / highlighting to make writing
>> the small scripts easier. No debugging needed at all.
>>
>> I checked out the plugins:
>>
>> sourceediting/plugins/org.eclipse.wst.jsdt.core
>> sourceediting/plugins/org.eclipse.wst.jsdt.manipulation
>> sourceediting/plugins/org.eclipse.wst.jsdt.ui
>>
>> and put all required plug-ins in my Target. And now I am wondering
>> where the Editor is, how I am opening it. I have not dealt with
>> editors yet, and from what I read I need an EditorInput and build an
>> Action to open it, but eventually I need to know which Editor to open,
>> and I can't figure out where the Javascript Editor is.
>>
>> I am most probably not graspinig the whole concept, so excuse my maybe
>> stupid question :) I am very thankful of any hint how to accomplish this.
>>
>> Cheers
>> Thomas
>
>
>
jsdt grammer generate [message #228466 is a reply to message #225667] Fri, 27 February 2009 05:38 Go to previous message
du is currently offline duFriend
Messages: 2
Registered: July 2009
Junior Member
I use jikespg.exe js.g generate five files and use
Parser.buildFilesFromLPG(String, String) method generate 25 files,but I
replaced exist file compile file report bug: not found 25.rsc file. please
master help me. thank you so much
Previous Topic:User specified XML parser features and xinclude
Next Topic:Re: What is this means?
Goto Forum:
  


Current Time: Sat Apr 20 02:04:54 GMT 2024

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

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

Back to the top