Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not do anything when installed #32

Open
xanni opened this issue Sep 22, 2015 · 11 comments
Open

Does not do anything when installed #32

xanni opened this issue Sep 22, 2015 · 11 comments

Comments

@xanni
Copy link

xanni commented Sep 22, 2015

I installed YEdit Feature 1.0.20.201509041456-RELEASE on Eclipse Mars running on Oracle JRE 1.8.0_60-b27 but unlike previous installations it does not do anything - YAML files can only be edited with the existing editors and there is no syntax highlighting.

@oyse
Copy link
Owner

oyse commented Sep 22, 2015

How do you install it?

Through Eclipse Marketplace or some other way?

@xanni
Copy link
Author

xanni commented Sep 22, 2015

On 22/09/15 22:40, Øystein Torget wrote:

How do you install it?

Through Eclipse Marketplace or some other way?

By adding the update site http://datacoalition.org/yedit which is also
what I did on Eclipse Luna (where it works correctly).

Thanks,
Andrew

@oyse
Copy link
Owner

oyse commented Sep 22, 2015

Ok, so the update sites still works for Luna, but not in Mars?

I will test it and see if can see what is wrong, but I probably won't have time this week.

Could you see if installing using the Eclipse Marketplace Client works and if you can use that as a work around.

@xanni
Copy link
Author

xanni commented Sep 23, 2015

On 23/09/15 02:46, Øystein Torget wrote:

Ok, so the update sites still works for Luna, but not in Mars?

I will test it and see if can see what is wrong, but I probably won't
have time this week.

Could you see if installing using the Eclipse Marketplace Client works
and if you can use that as a work around.

I installed the Marketplace Client, but that doesn't appear on the menu
either. I used the minimal Eclipse installer, so maybe there are
undeclared dependencies on modules that are not included in the minimal
Eclipse package. I've reinstalled Eclipse using the PHP package (even
though I don't develop in PHP) then reinstalled Yedit and it works fine now.

Thanks,
Andrew

@oyse
Copy link
Owner

oyse commented Sep 23, 2015

Very good point. I will look into.

@ChrisGWarp
Copy link

I had the same issue. I am using YEdit with the IBM RTC Client 4.0.2, using the IBM 1.6 JDK. In moving to Java 7 (and I see no reason for doing so), you have (correctly) marked the plugin as requiring a Java-1.7 execution environment, which when run under 1.6, it will never be activated. When the tooling comes bundled (ie any IBM project, RTC, RAD, RSA etc), it is not always (ever?) possible to replace the underlying JDK. Eclipse wise, it appears to be working fine with 3.6. 👍

So, in my case, I reverted to d74fe8b, and I have to replace two calls to System.lineSeparator() with System.getProperty("line.separator"), I recompiled it (thanks maven/tyco) and installed that one, and I am now seeing what I expected.

This raises another point, could you please maintain previous versions of the released plugins via the update site? It would have made life far easier for me, in that I could have chosen a previous release without having rebuild everything.

@ChrisGWarp
Copy link

Yes, do what I said in the comment.
Clone the repo, revert back to the rev I specified, patch it up, rebuild and then install it. That is what I did.

Sent from my iPhone

On 23 Oct 2016, at 7:06 PM, Zoff notifications@github.com wrote:

same here. i use:

Version: Kepler Service Release 2
Build id: 20140224-0627

installed yedit from the update site. and the after installing nothing happens.
i don't have/want to install marketplace client. is there a workaround?


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

@joeg3
Copy link

joeg3 commented Nov 7, 2016

YEdit installs fine for me, but doesn't do any syntax highlighting. I'm using Neon and tried by installing both from the Eclipse Marketplace and update site http://dadacoalition.org/yedit. In preferences I set the YEdit plugin as the default for .yml files. I'm sure it's is something trivial I'm not doing correctly. Thoughts?

@joeg3
Copy link

joeg3 commented Nov 9, 2016

Figured out my problem, hope this helps someone else.. When right-clicking on a .yml file in Eclipse, and selecting "Open With", I noticed the editor associated with that file was "Text Editor". Changing it to "YEdit YAML Editor" activated syntax highlighting.

@ams-tschoening
Copy link

ams-tschoening commented Nov 21, 2016

Another possible cause for the described problem is simply a broken configuration of Eclipse. This is not the workspace, but that folder which contains all settings, installed plugins and such and which can be defined using the following shell args:

-configuration "%APPDATA%\Eclipse\Perl\configuration"

Depending on your deployment of Eclipse, that special folder and its sibling folders in the same parent dir should be removed and automatically recreated with default values on the next start of Eclipse.

Take care of your workspace, which is not to be deleted!

@asmittal
Copy link

Finally working with Eclipse Proton release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants