Giter Site home page Giter Site logo

About

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

Main goal - to create an open IDE, where you don't need to select an IDE for different languages. Instead, provide a standard for language implementation inside the IDE.

Contributing

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

Building & Running

Build Status

JVM Github Actions
Java 17 jdk17
Java 18 jdk18
Java 19 jdk19
Java 20 jdk20
Java 21 jdk21

First of all, you need these tools:

  • Maven 3.5+
  • JDK 17+

Then execute from command line:

mvn package

If you want run Consulo from repository

  • as a desktop application

     mvn install
    
     mvn consulo:run-desktop -pl consulo:consulo-sandbox-desktop
  • as a 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

Links

Consulo's Projects

arquill-editor icon arquill-editor

Editor implementation in JS. Extracted from Eclipse Orion. Used in Consulo web implementation

build.servicemessages icon build.servicemessages

"TeamCity" API for console testing output. Used in Consulo for simple test result handling. Do not use JetBrains API

cobra icon cobra

Cobra is the official parser and rendering engine for LoboBrowser.

cold icon cold

Consulo Build application. Used in pair with Jenkins. Obsolete tools - after full migration to maven

consulo icon consulo

Platform repository of Consulo. Plugins implementation hold in their repositories

consulo-batch icon consulo-batch

Consulo plugin for language support in BAT/CMD Windows batch files

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.