#
eclipse-plugin
Here are 394 public repositories matching this topic...
Multi-OS Engine: Create iOS Apps in Java (or Kotlin ... etc.)
-
Updated
Jun 10, 2021
Bnd/Bndtools. Tooling to build OSGi bundles including Eclipse, Maven, and Gradle plugins.
java
gradle
eclipse
assembler
bnd
maven-plugin
eclipse-plugin
osgi
gradle-plugin
yourkit
bndtools
osgi-development
bnd-gradle-plugins
-
Updated
Aug 23, 2021 - Java
Python IDE for Eclipse
-
Updated
Aug 20, 2021 - Java
Java Operator Overloading
-
Updated
Oct 13, 2020 - Java
UML and ER-diagram editor for Eclipse
-
Updated
Aug 21, 2021 - Java
Fabrice-TIERCELIN
commented
Mar 4, 2018
Given
javax.swing.JList aList;
...
aList.
getSelectedValues
();
When
refactorings applied...
Then
javax.swing.JList aList;
...
aList.getSelectedValuesList();
This refactoring is similar to VectorOldToNewAPIRefactoring
.
Eclipse plug-in for fast code search
-
Updated
Apr 10, 2020 - Java
Eclipse plugin for automatic time tracking and metrics generated from your programming activity.
-
Updated
Dec 23, 2020 - Java
Create and render web UIs in Java SWT and Eclipse RCP applications.
desktop-app
java
eclipse
chromium
eclipse-plugin
cef
swt
chromium-embedded-framework
eclipse-rcp
swt-browser
chromium-widget
chromium-swt
-
Updated
Jun 9, 2021 - Rust
Eclipse plugin that performs automatic refactoring of Java source code, making it shorter, more idiomatic and more readable
-
Updated
Oct 13, 2020 - 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 16, 2021 - Java
Eclipse plugin that enables you to get answers from Stack Overflow directly to your IDE 🔥
-
Updated
May 25, 2018 - 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!
git
shell
bash
console
clipboard
terminal
powershell
eclipse
popup-menu
gnome
dolphin
conemu
eclipse-plugin
gnome-shell
file-browser
msys2
cmder
execute
total-commander
explore
-
Updated
Jul 16, 2021 - Java
pgCodeKeeper is a PostgreSQL schema management tool
-
Updated
Aug 16, 2021 - Java
Amzi! Prolog: complete system to interpret, build, run and debug Prolog programs, but also embed and query them similar to databases.
-
Updated
Jun 13, 2021 - C++
Google Cloud Platform plugin for Eclipse
google
eclipse
eclipse-plugin
eclipse-ide
dataflow
app-engine
google-cloud-platform
google-cloud-sdk
eclipse-neon
eclipse-oxygen
google-cloud-tools
-
Updated
Aug 6, 2021 - Java
Eclipse plugin that understands ANSI escape sequences to color the Eclipse console output.
-
Updated
Aug 14, 2021 - 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 21, 2021 - Java
Eclipse Mylyn integration for Redmine ( Eclipse Connector Plugin )
-
Updated
Oct 15, 2019 - Java
Идеи для разработки плагинов для 1C:EDT, платформы 1С:Предериятия и продуктов 1С, интересные плагины Eclipse которые можно/нужно использовать в 1C:EDT.
-
Updated
Mar 12, 2021
Расширение для 1C:EDT позволяющее разрабатывать конфигурации на основе библиотеки 1С:БСП (Библиотека Стандартных Подсистем, Standard Subsystems Library) с бОльшим комфортом.
-
Updated
Aug 11, 2021 - Java
A practical tool for bytecode manipulation and creating Managed Code Rootkits (MCRs) in the Java Runtime Environment
-
Updated
Jan 19, 2020 - 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.
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()
.