Skip to content
#

eclipse-plugin

Here are 394 public repositories matching this topic...

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().

EasyShell

EasyShell - This Eclipse plugin allows to open a shell window or file manager from the popup menu in the navigation tree or editor view. Additionally it is possible to run selected file in the shell, copy file or directory path or run user defined external tools. Key shortcuts and multiple selections are also supported!

  • Updated Jul 16, 2021
  • Java

Improve this page

Add a description, image, and links to the eclipse-plugin 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-plugin topic, visit your repo's landing page and select "manage topics."

Learn more