https://github.com/bjansen/ceylon-intellij-plugin-sample
Sample IntelliJ plugin written in Ceylon
https://github.com/bjansen/ceylon-intellij-plugin-sample
Last synced: 4 months ago
JSON representation
Sample IntelliJ plugin written in Ceylon
- Host: GitHub
- URL: https://github.com/bjansen/ceylon-intellij-plugin-sample
- Owner: bjansen
- License: mit
- Created: 2016-04-06T16:28:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-06T16:33:23.000Z (about 10 years ago)
- Last Synced: 2025-06-02T15:44:38.616Z (12 months ago)
- Language: Ceylon
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ceylon-intellij-plugin-sample
Sample IntelliJ plugin written in Ceylon, based on the CeylonRuntime plugin.
Notable files:
* `resources/META-INF/plugin.xml` where we set up a Ceylon environment using `CeylonPluginInitializer`
* `source/com/redhat/ceylon/intellij/runtime/sample/MySampleAction.ceylon` which is a sample action written in Ceylon