Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WDYT of adding a "bundle your own standalone IDE" feature? #663

Closed
vlsi opened this issue May 18, 2021 · 1 comment
Closed

WDYT of adding a "bundle your own standalone IDE" feature? #663

vlsi opened this issue May 18, 2021 · 1 comment

Comments

@vlsi
Copy link

vlsi commented May 18, 2021

There's a use-case to package a standalone IDE based on top of JetBrains Platform.
For instance, it could be an MPS-based IDE with plugins.

The case not really the same as "building Intellij plugin", however, I think it is related, so I ask here.

The steps to build an IDE requires:
a) Download the relevant JBR
b) Bundle it and sign appropriately
c) Prepare patches (e.g. for incremental updates)

I have no idea if the official JBR binaries would be publicly available, however, it would be nice if the plugin could accommodate the use case.


I know mps-gradle-plugin exists (even two of them!), and I even tried to refactor the logic to build dmg in mbeddr/mps-gradle-plugin#70
However, it looks like the case is not really MPS-specific, and it is more like "building IntelliJPlatform-based IDE", which might better be placed here.

Consider an example:

plugins {
    // Here we build a standalone IDE 
    id("org.jetbrains.intellij.standalone-ide") version "..."
}
plugins {
    // Here we do not build plugins, but we just want to download JBR
    id("org.jetbrains.intellij.jbr-downloader") version "..."
}
plugins {
    // Here's how we build Intellij-plugin
    id("org.jetbrains.intellij.plugin") version "..."
}
plugins {
    // Here's how we build IDEA plugin (e.g. with extra convenient conventions)
    id("org.jetbrains.intellij.idea-plugin") version "..."
}

WDYT?

PS. My personal use case is bundling an MPS-based IDE https://hardella.com/

@YannCebron
Copy link
Member

this is not planned

@YannCebron YannCebron closed this as not planned Won't fix, can't repro, duplicate, stale Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants