Giter Site home page Giter Site logo

tcroc / consulo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from consulo/consulo

0.0 1.0 0.0 906.45 MB

Platform repository of Consulo. Plugins implementation hold in their repositories

Home Page: https://consulo.io

License: Apache License 2.0

Shell 0.01% Python 0.01% HTML 0.26% C++ 0.12% C 0.08% Objective-C 0.04% Java 99.21% Groovy 0.06% XSLT 0.08% CSS 0.12% Thrift 0.01% Batchfile 0.01% Lex 0.01% CMake 0.01% SCSS 0.02%

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

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.