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

Use newer Eclipse than Luna (which is released on 2015) #66

Closed
130s opened this issue Jul 22, 2016 · 5 comments
Closed

Use newer Eclipse than Luna (which is released on 2015) #66

130s opened this issue Jul 22, 2016 · 5 comments
Labels
capability Functionality that doesn't exist yet. This can be co-labeled as one of the prob* label compenv
Milestone

Comments

@130s
Copy link
Collaborator

130s commented Jul 22, 2016

Only reason to fall back on an older version, Luna or 4.4, is that functioning XML editors might not be available in newer Eclipse version (confirmed with XMLEspresso and WTP on Mars2, Neon).

But it's such an annoyance to bear with an old version without any update, while people are excited about newer IDE, e.g. VSCode. Time to look into Eclipse 4.15 or newer.

@130s 130s added capability Functionality that doesn't exist yet. This can be co-labeled as one of the prob* label compenv labels Jul 22, 2016
@130s
Copy link
Collaborator Author

130s commented Jan 12, 2017

Another reason to use Luna #88.

@130s
Copy link
Collaborator Author

130s commented Jun 14, 2017

On serval I just replaced the version with Luna manually.

$ ll `which eclipse`                                         
lrwxrwxrwx 1 root root 47 Jul  8  2016 /usr/bin/eclipse -> /usr/share/eclipse/eclipse_mars2_nogood/eclipse*
$ sudo rm /usr/bin/eclipse 
[sudo] password for n130s: 
$ sudo ln -sf /home/pmantis/pg/eclipse/eclipse_luna/eclipse /usr/bin/eclipse                                                                           
$ ll `which eclipse`                                         
lrwxrwxrwx 1 root root 56 Jun 14 15:54 /usr/bin/eclipse -> /home/pmantis/pg/eclipse/eclipse_luna/eclipse*

@130s 130s changed the title Use Eclipse Luna Use newer Eclipse than Luna (which is released on 2015) May 13, 2020
@130s
Copy link
Collaborator Author

130s commented May 13, 2020

it's such an annoyance to bear with an old version without any update, while people are excited about newer IDE, e.g. VSCode. Time to look into Eclipse 4.15 or newer.

@130s 130s added this to the 202006 milestone May 13, 2020
@130s
Copy link
Collaborator Author

130s commented Jul 13, 2020

Installed CDT of Eclipse 202006 version. Then installing pydev returns:

    To: org.eclipse.equinox.p2.iu; org.eclipse.tools.templates.freemarker.java11 [1.1.100.202001140305,1.1.100.202001140305]
  Cannot satisfy dependency:
    From: Template Engine Freemarker Support (Java 11) 1.1.100.202001140305 (org.eclipse.tools.templates.freemarker.java11 1.1.100.202001140305)
    To: osgi.ee; (&(osgi.ee=JavaSE)(version=11))

According to https://stackoverflow.com/questions/62648135/error-installing-devstype-plugin-for-eclipse this error is not due to java version but it's just CDT's bug. Indeed.

So far so good:

  • pydev seems good.
  • emacs keybind seems already activated without doint any preference setting.
  • xml rendering good so far (verified with launch file).

@130s
Copy link
Collaborator Author

130s commented Jul 13, 2020

Added multiple plugins and eclipse started not launching. I ended up re-installing the entire eclipse 202006. I could have just tried removing some/many plugins from .plugins folder.

That was an annoyance, but other than that, so far 202006 seems to be working ok. I like they added dark background.

@130s 130s closed this as completed Jul 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
capability Functionality that doesn't exist yet. This can be co-labeled as one of the prob* label compenv
Projects
None yet
Development

No branches or pull requests

1 participant