Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gluonhq/ide-plugins
Gluon integration with Java IDEs
https://github.com/gluonhq/ide-plugins
Last synced: 6 days ago
JSON representation
Gluon integration with Java IDEs
- Host: GitHub
- URL: https://github.com/gluonhq/ide-plugins
- Owner: gluonhq
- License: bsd-3-clause
- Created: 2017-10-26T09:43:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T08:46:30.000Z (almost 2 years ago)
- Last Synced: 2023-08-06T18:25:25.608Z (over 1 year ago)
- Language: Java
- Size: 5.49 MB
- Stars: 21
- Watchers: 7
- Forks: 8
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gluon IDE Plugins
Gluon integration with Java IDEs. The repository contains Gluon plugin source for the following IDEs:
* Eclipse
* IntelliJ IDEA
* Apache NetbeansTo learn more about these plugins, please visit [Gluon documentation](https://docs.gluonhq.com/#_ide_plugins).
## Eclipse
### Requirements
The Gluon Plugin for Eclipse has the following dependency:
[Eclipse Buildship](https://marketplace.eclipse.org/content/buildship-gradle-integration) version 2.2.0+
## NetBeans
### Requirements
The Gluon Plugin for NetBeans has the following dependency:
[Gradle Support](http://plugins.netbeans.org/plugin/44510/gradle-support)
This plugin adds support for opening Gradle based Java projects. If the Gradle plugin is not yet available in your NetBeans environment, it will be installed automatically when installing the Gluon plugin.
## Release Notes
[Eclipse](https://github.com/gluonhq/ide-plugins/blob/master/eclipse/CHANGELOG.md)
[IntelliJ IDEA](https://github.com/gluonhq/ide-plugins/blob/master/intellij/CHANGELOG.md)
[NetBeans](https://github.com/gluonhq/ide-plugins/blob/master/netbeans/CHANGELOG.md)