Skip to content
forked from consulo/consulo

Platform repository of Consulo. Plugins implementation hold in their repositories

License

Notifications You must be signed in to change notification settings

anuj840/consulo

 
 

Repository files navigation

About

Consulo - multi-language ide. Project was started in 2013 year by forking IDEA Community Edition.

Main goal - create open IDE where you don't need select IDE for different languages. Provide a standard for language implementation inside IDE.

Contributing

If you can't describe issue, you can use our forum, or you can read contributing guide and report issue at GitHub

Building & Running

Build Status

JVM Github Actions
Java 8 jdk8
Java 11 jdk11
Java 14 jdk14
Java 15 EA jdk15
Java 16 EA jdk16

First of all, you need those tools:

  • Maven 3.3+
  • JDK 1.8

Then execute from command line:

mvn package

If you want run Consulo from repository

  • as desktop application

     mvn install
    
     mvn consulo:run-desktop -pl consulo:consulo-sandbox-desktop
  • as web application

    first need build web sandbox

    mvn package -am -pl consulo:consulo-sandbox-web
    

    then need start code server (since we used gwt as frontend)

    cd modules/web/web-ui-impl-client
    
    mvn -am vaadin:run-codeserver

    and start web server

    cd modules/web/web-bootstrap
    
    mvn -am jetty:run

Sandbox Projects

  • Profiler API link
  • Diagram support link

Links

Tools

About

Platform repository of Consulo. Plugins implementation hold in their repositories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.2%
  • HTML 0.3%
  • CSS 0.1%
  • C++ 0.1%
  • C 0.1%
  • XSLT 0.1%
  • Other 0.1%