Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] pde-dev Digest, Vol 150, Issue 1

Thanks for the feedback.
Both tips were helpful, while the Corrosion project indeed is what I will explore next..

On Sat, Mar 10, 2018 at 6:00 PM, <pde-dev-request@xxxxxxxxxxx> wrote:
Send pde-dev mailing list submissions to
        pde-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
        https://dev.eclipse.org/mailman/listinfo/pde-dev
or, via email, send a message with subject or body 'help' to
        pde-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
        pde-dev-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of pde-dev digest..."


Today's Topics:

   1. missing "run as eclipse application" (Patrick Mulder)
   2. Re: missing "run as eclipse application" (Jonah Graham)
   3. Re: missing "run as eclipse application" (Mickael Istria)


----------------------------------------------------------------------

Message: 1
Date: Sat, 10 Mar 2018 12:44:19 +0100
From: Patrick Mulder <mulder.patrick@xxxxxxxxx>
To: pde-dev@xxxxxxxxxxx
Subject: [pde-dev] missing "run as eclipse application"
Message-ID:
        <CAEx2pde3jNdez5isA4KQKyS2FGf6471eU6Cahe3M5e8+1eB3eA@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hello,

I am trying to build a new release from the open source Rust DT



https://github.com/RustDT/RustDT


but when I try to import the project in an Elcipse envirornment, I can not
run it.

What is missing?

Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/pde-dev/attachments/20180310/11726e4c/attachment.html>

------------------------------

Message: 2
Date: Sat, 10 Mar 2018 11:50:36 +0000
From: Jonah Graham <jonah@xxxxxxxxxxxxxxxx>
To: "Eclipse PDE general developers list." <pde-dev@xxxxxxxxxxx>
Subject: Re: [pde-dev] missing "run as eclipse application"
Message-ID:
        <CAPmGMvgtXk5Euj-6u=B5CsMiySLQqf2u_q940m=9MKBQ-BgApw@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="UTF-8"

The menu item you are referring to is context sensitive, so perhaps
your active selection is not relevant.

Instead of doing Run As -> Eclipse Application you can do:

1. Run menu -> Run Configurations...
2. Select "Eclipse Application" in the tree and press the New button
(or double click)
3. Press Run
~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com


On 10 March 2018 at 11:44, Patrick Mulder <mulder.patrick@xxxxxxxxx> wrote:
> Hello,
>
> I am trying to build a new release from the open source Rust DT
>
>
>
> https://github.com/RustDT/RustDT
>
>
> but when I try to import the project in an Elcipse envirornment, I can not
> run it.
>
> What is missing?
>
> Thanks!
>
>
>
> _______________________________________________
> pde-dev mailing list
> pde-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/pde-dev


------------------------------

Message: 3
Date: Sat, 10 Mar 2018 13:24:50 +0100
From: Mickael Istria <mistria@xxxxxxxxxx>
To: "Eclipse PDE general developers list." <pde-dev@xxxxxxxxxxx>
Subject: Re: [pde-dev] missing "run as eclipse application"
Message-ID:
        <CAFr6BZTNmevmh=raqY0e2vy0DB00Ab4x7+jaVWO+NzSPzAvupQ@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi Patrick,

Not related to your problem, but if you have some interest in Rust
development in Eclipse IDE, I suggest that you also look at Eclipse
Corrosion https://projects.eclipse.org/projects/tools.corrosion /
https://marketplace.eclipse.org/content/redox-rust-edition-eclipse-ide .
RustDT, as you probably know, won't receive much new contributions for its
original author; while Corrosion relies on existing common and well
maintained components (like RustLS or TextMate files or Eclipse IDE GDB
support) to make them used from inside the Eclipse IDE and Rust and Eclipse
Corrosion an active (even new and emerging) project whose users and
contributors count is growing.
The Eclipse Corrosion project would highly welcome your contributions ;)

Cheers,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/pde-dev/attachments/20180310/b4ec2aca/attachment.html>

------------------------------

_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/pde-dev

End of pde-dev Digest, Vol 150, Issue 1
***************************************


Back to the top