Giter Club home page Giter Club logo

consulo's Introduction

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 11 jdk11
Java 14 jdk14
Java 15 EA jdk15
Java 16 EA jdk16

First of all, you need those tools:

  • Maven 3.3+
  • JDK 11+

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

consulo's People

Contributors

akozlova avatar alexander-lobas avatar amakeev avatar basleijdekkers avatar bulenkov avatar cdracm avatar chashnikov avatar denofevil avatar develar avatar dmitry-avdeev avatar donnerpeter avatar eugene-kudelevsky avatar eugenezh avatar gregsh avatar iris24 avatar iromeo avatar klikh avatar maxmedvedev avatar olegs avatar penemue avatar sashache avatar sergeyvasilievjetbrains avatar shafirov avatar sweinreuter avatar trespasserw avatar trofimander avatar vistall avatar yanncebron avatar yole avatar zajac avatar

Watchers

 avatar

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.