eclipse-plugin
Here are 358 public repositories matching this topic...
Multi-OS Engine: Create iOS Apps in Java (or Kotlin ... etc.)
-
Updated
Jan 29, 2020
Bnd/Bndtools. Tooling to build OSGi bundles including Eclipse, Maven, and Gradle plugins.
-
Updated
Aug 27, 2020 - Java
Java Operator Overloading
-
Updated
Nov 18, 2019 - Java
I added a few basic lessons in #177, but there's lots more material on Rougier's site. The [regular plots] section looks like a good one to do next; it even has before and after code. There are also some more sources listed in issue #177. Anyone who wants to contribute lessons can find more instructions in the [lessons folder].
It might make sense to add navigation through the lessons to the br
UML and ER-diagram editor for Eclipse
-
Updated
Jul 26, 2017 - Java
Given
javax.swing.JList aList;
...
aList.getSelectedValues();
When
refactorings applied...
Then
javax.swing.JList aList;
...
aList.getSelectedValuesList();
This refactoring is similar to VectorOldToNewAPIRefactoring.
Eclipse plugin for automatic time tracking and metrics generated from your programming activity.
-
Updated
Jul 6, 2019 - Java
Eclipse plug-in for fast code search
-
Updated
Apr 10, 2020 - Java
Eclipse plugin that performs automatic refactoring of Java source code, making it shorter, more idiomatic and more readable
-
Updated
Jul 25, 2020 - Java
Eclipse plugin that enables you to get answers from Stack Overflow directly to your IDE
-
Updated
May 25, 2018 - Java
A collection of Eclipse plugins for M2Eclipse that carry configuration from the Checkstyle, FindBugs and PMD Maven plugins to their corresponding Eclipse plugins.
-
Updated
Aug 11, 2020 - Java
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
Dec 19, 2019 - Java
Google Cloud Platform plugin for Eclipse
-
Updated
Jun 1, 2020 - Java
Eclipse Mylyn integration for Redmine ( Eclipse Connector Plugin )
-
Updated
Oct 15, 2019 - Java
Eclipse plugin that understands ANSI escape sequences to color the Eclipse console output.
-
Updated
Feb 12, 2020 - Java
The Eclipse Checkstyle plug-in integrates the Checkstyle Java code auditor into the Eclipse IDE. The plug-in provides real-time feedback to the user about violations of rules that check for coding style and possible error prone code constructs.
-
Updated
Aug 25, 2020 - Java
An Eclipse plugin that integrates clang-format and cpplint (cpplint.py)
-
Updated
Apr 12, 2019 - Java
A practical tool for bytecode manipulation and creating Managed Code Rootkits (MCRs) in the Java Runtime Environment
-
Updated
Jan 19, 2020 - Java
pgCodeKeeper is a PostgreSQL schema management tool
-
Updated
Aug 26, 2020 - Java
Build integrator for Java, Scala, Scala.macro, Scala.js, Scala.native, Eclipse and Maven.
-
Updated
May 2, 2019 - Scala
Improve this page
Add a description, image, and links to the eclipse-plugin topic page so that developers can more easily learn about it.
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."


Consider the following:
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 withinorg.codehaus.groovy.eclipse.codeassist.proposals.AbstractGroovyProposal.getRelevanceClass().