Skip to content
#

eclipse

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

themr0c
themr0c commented Mar 4, 2021
  1. Define useful attributes for common strings related to "Eclipse Che Hosted By Red Hat".
  2. Add Vale rules promoting the change
  3. Use the attributes in the documentation.

First, get some agreement on the attributes:

developer-sandbox-name:  Developer Sandbox for Red Hat OpenShift
developer-sandbox-url: https://developers.redhat.com/developer-sandbox
hosted-che-name: Eclipse Che H
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().

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