Skip to content
#

eclipse

Here are 1,791 public repositories matching this topic...

themr0c
themr0c commented Dec 18, 2020

In che-docs, tools/environment_docs_gen.sh is currently a bash script, full of bashism.

The Antora container that we use to build the docs, like most containers, contains only a POSIX shell.

As a consequence, to execute tools/environment_docs_gen.sh we need a dedicated container.

Turning this script into a POSIX shell script would help to streamline the generation of docs, and we would sp

eric-milles
eric-milles commented Feb 18, 2019

Consider the following:

void meth(Closure closure) {
  closure.|
}

When invoking content assist (Ctrl+Space) at |, the methods and properties of groovy.lang.Closure are very low in the list of proposals. This is due to very-well-known type adjustments made within org.codehaus.groovy.eclipse.codeassist.proposals.AbstractGroovyProposal.getRelevanceClass().

vhemery
vhemery commented Dec 10, 2020

Following the instructions on page
https://github.com/eclipse/sprotty/wiki/Running-the-examples
(either with master or 0.9.0 tag)
When I go to http://127.0.0.1:8080 with my browser (Firefox, Chrome, even tried with IE), I get an error page.
Looks like there is an invalid redirection. Firefox says the request can't succeed ("La requête ne peut aboutir" in french), Chrome says "ERR_INVALID_REDIR

Improve this page

Add a description, image, and links to the eclipse topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the eclipse topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.