#
eclipse-plugin
Here are 406 public repositories matching this topic...
Multi-OS Engine: Create iOS Apps in Java (or Kotlin ... etc.)
-
Updated
Sep 22, 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
Jan 15, 2022 - Java
Python IDE for Eclipse
-
Updated
Dec 12, 2021 - Java
Java Operator Overloading
-
Updated
Oct 13, 2020 - Java
UML and ER-diagram editor for Eclipse
-
Updated
Aug 21, 2021 - Java
Eclipse plugin for automatic time tracking and metrics generated from your programming activity.
-
Updated
Nov 13, 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
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
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
Jan 15, 2022 - Java
Идеи для разработки плагинов для 1C:EDT, платформы 1С:Предериятия и продуктов 1С, интересные плагины Eclipse которые можно/нужно использовать в 1C:EDT.
-
Updated
Mar 12, 2021
marmyshev
commented
Oct 28, 2021
Название проверки
Программный вызов обработчика события формы
Английское название проверки
Program invocation of form event handler
Правило анализа кода/метаданных
A collection of Eclipse plugins for M2Eclipse that carry configuration from the Checkstyle, FindBugs and PMD Maven plugins to their corresponding Eclipse plugins.
-
Updated
Jan 5, 2022 - Java
Eclipse plugin that enables you to get answers from Stack Overflow directly to your IDE 🔥
-
Updated
May 25, 2018 - Java
pgCodeKeeper is a PostgreSQL schema management tool
-
Updated
Jan 13, 2022 - Java
Amzi! Prolog: complete system to interpret, build, run and debug Prolog programs, but also embed and query them similar to databases.
-
Updated
Nov 19, 2021 - C++
Eclipse plugin that understands ANSI escape sequences to color the Eclipse console output.
-
Updated
Dec 12, 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
Jan 7, 2022 - Java
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
Dec 16, 2021 - Java
Расширение для 1C:EDT позволяющее разрабатывать конфигурации на основе библиотеки 1С:БСП (Библиотека Стандартных Подсистем, Standard Subsystems Library) с бОльшим комфортом.
-
Updated
Dec 28, 2021 - Java
Eclipse Mylyn integration for Redmine ( Eclipse Connector Plugin )
-
Updated
Oct 15, 2019 - Java
An Eclipse plugin that integrates clang-format and cpplint (cpplint.py)
-
Updated
Apr 12, 2019 - 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().