eclipse
Here are 1,791 public repositories matching this topic...
-
Updated
Dec 19, 2020 - Java
-
Updated
Dec 19, 2020 - Java
Document the commands that clients should implement and their expected behaviour on https://github.com/eclipse/eclipse.jdt.ls/wiki/JDT-LS-Extensions
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().
-
Updated
Dec 18, 2020 - Batchfile
-
Updated
Dec 17, 2020 - Java
-
Updated
Dec 18, 2020 - Java
-
Updated
Aug 31, 2020 - Java
-
Updated
Dec 17, 2020 - Java
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
-
Updated
Dec 9, 2020 - Java
-
Updated
Nov 23, 2020 - Java
Improve this page
Add a description, image, and links to the eclipse topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the eclipse topic, visit your repo's landing page and select "manage topics."
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