Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hypery2k/galen_ide
IDE plugins for Intellij and Eclipse with syntax highlighting which helps to create Layout Specifications
https://github.com/hypery2k/galen_ide
eclipse galen galenframework intellij xtend xtext
Last synced: 14 days ago
JSON representation
IDE plugins for Intellij and Eclipse with syntax highlighting which helps to create Layout Specifications
- Host: GitHub
- URL: https://github.com/hypery2k/galen_ide
- Owner: hypery2k
- License: mit
- Created: 2015-07-31T12:22:35.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-05T03:34:53.000Z (3 months ago)
- Last Synced: 2024-10-27T07:26:42.246Z (19 days ago)
- Topics: eclipse, galen, galenframework, intellij, xtend, xtext
- Language: Xtend
- Homepage: http://hypery2k.github.io/galen_ide
- Size: 1.86 MB
- Stars: 7
- Watchers: 5
- Forks: 2
- Open Issues: 31
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Galen IDE integration
Vote on [`Kickstarter`](https://www.kickstarter.com/projects/1453417775/1487427501) for the project.
[![Build Status](https://travis-ci.org/hypery2k/galen_ide.svg?branch=master)](https://travis-ci.org/hypery2k/galen_ide)
[![Build Status](https://jenkins.martinreinhardt-online.de/buildStatus/icon?job=Galen/galen_ide_build/master)](https://jenkins.martinreinhardt-online.de/blue/organizations/jenkins/Galen%2Fgalen_ide_build/activity)
[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=mreinhardt&url=https://github.com/hypery2k/galen_ide&title=badges&language=&tags=github&category=software)> Integration for Web, Eclipse and IDEA development environement for the [GalenFramework](http://galenframework.com)
> Feel free to **donate**
>
>
>
>
> Or donate Bitcoins: bitcoin:3NKtxw1SRYgess5ev4Ri54GekoAgkR213D
>
> [![Bitcoin](https://martinreinhardt-online.de/bitcoin.png)](bitcoin:3NKtxw1SRYgess5ev4Ri54GekoAgkR213D)
>
> Also via [greenaddress](https://greenaddress.it/pay/GA3ZPfh7As3Gc2oP6pQ1njxMij88u/)## Try it out
### Eclipse
#### Update SitePlugin is available as [continous build](https://updates.martinreinhardt-online.de/galen_ide/nightly/repository/). The latest working build is published there.
#### build
Download [Xtext Eclipse Beta](https://www.eclipse.org/Xtext/news.html#download-links) and copy the [latest plugins](https://github.com/hypery2k/galen_ide/releases/latest) into the dropins folder:
![](docs/screenshots/eclipse.png)### IDEA
#### Update Site
Plugin is available via [canary channel](https://plugins.jetbrains.com/plugin/8302). The latest working build is published there. The plugin is compatible with:
* IntelliJ IDEA
* IntelliJ IDEA Community Edition
* Rider
* Android StudioTo install the Canary Release add the following repository manually:
`https://plugins.jetbrains.com/plugins/canary/list`#### build
```bash
cd com.galenframework.specs.parent/com.galenframework.specs.idea
./gradlew runIdea
````
![](docs/screenshots/idea.png)### Web
Preview is available [here](https://martinreinhardt-online.de/galen_ide/).