https://github.com/raku/intellij-ide-plugin
Source dump of the former Comma IDE.
https://github.com/raku/intellij-ide-plugin
Last synced: 3 months ago
JSON representation
Source dump of the former Comma IDE.
- Host: GitHub
- URL: https://github.com/raku/intellij-ide-plugin
- Owner: Raku
- License: apache-2.0
- Created: 2024-03-15T15:36:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-16T16:18:42.000Z (about 1 year ago)
- Last Synced: 2025-01-29T11:22:16.548Z (4 months ago)
- Language: Java
- Size: 22.1 MB
- Stars: 10
- Watchers: 9
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Comma Source Dump
Following Comma development being [discontinued](https://commaide.com/discontinued),
it was promised that the source code of Comma would be made available to the Raku
community, to give anybody who wishes a shot at carrying it forward as an open source
project. This repository contains that source.There were a small number of custom patches to the IntelliJ platform source that have
been made available in another repository, [`intellij-ide-fork`](https://github.com/Raku/intellij-ide-fork).
See the [build doc in here](https://github.com/Raku/intellij-ide-plugin/tree/master/perl6-idea-plugin/docs)
for information on how `intellij-ide-fork` is used relative to this repository.Given the relatively complex build toolchain and cost of keeping up with new versions
of the IDE platform, the most effective way forward for somebody interested in carrying
this forward would be to maintain a plugin only. Probably it's also going to be
easiest to do that by creating an entirely new plugin project, and bringing the code in
piecemeal from this repository. A plugin-only approach has a far simpler build setup than
is found here. See [this tutorial](https://plugins.jetbrains.com/docs/intellij/custom-language-support-tutorial.html)
for some pointers.Note that this repository is basically a source dump that can serve as a seed for an open source Raku plugin
for IntelliJ platform IDEs. We wish anybody attempting that the best of luck!