All Projects → consulo → Consulo

consulo / Consulo

Licence: apache-2.0
Platform repository of Consulo. Plugins implementation hold in their repositories

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Consulo

Subethaedit
General purpose plain text editor for macOS. Widely known for its live collaboration feature.
Stars: ✭ 1,183 (+87.18%)
Mutual labels:  ide, desktop-application
appng
appNG is an open source, horizontally scalable application platform for developing and operating applications efficiently. It can be used to build an Application Platform as a Service (aPaaS).
Stars: ✭ 32 (-94.94%)
Mutual labels:  platform, web-application
LoIDE
Web-based IDE for Logic Programming
Stars: ✭ 21 (-96.68%)
Mutual labels:  ide, web-application
skeleton
Project template for starting your new project based on the Sulu content management system
Stars: ✭ 180 (-71.52%)
Mutual labels:  platform, web-application
bside
Github Content Management System
Stars: ✭ 22 (-96.52%)
Mutual labels:  ide, web-application
SlimApp
A minimalist andf platform-agnostic application layer for writing graphical applications, with a strong emphasis on simplicity and ease of use.
Stars: ✭ 33 (-94.78%)
Mutual labels:  platform, desktop-application
Bandcampdownloader
A Windows app used to download albums from Bandcamp.
Stars: ✭ 548 (-13.29%)
Mutual labels:  desktop-application
Graphql Editor
📺 Visual Editor & GraphQL IDE. Draw GraphQL schemas using visual 🔷 nodes and explore GraphQL API with beautiful UI. Even 🐒 can do that!
Stars: ✭ 5,485 (+767.88%)
Mutual labels:  ide
Platformio Core
PlatformIO is a professional collaborative platform for embedded development 👽 A place where Developers and Teams have true Freedom! No more vendor lock-in!
Stars: ✭ 5,539 (+776.42%)
Mutual labels:  ide
Avalondock
Our own development branch of the well known WPF document docking library
Stars: ✭ 518 (-18.04%)
Mutual labels:  ide
Jarvis
Dotfiles for a powerful, web development-focused environment powered by Neovim, iTerm2, tmux, and zsh
Stars: ✭ 617 (-2.37%)
Mutual labels:  ide
Neovim Dots
most beautiful neovim cli setup
Stars: ✭ 547 (-13.45%)
Mutual labels:  ide
System Designer
A low-code development platform for creating systems
Stars: ✭ 578 (-8.54%)
Mutual labels:  ide
Easy hack
Hack the World using Termux
Stars: ✭ 549 (-13.13%)
Mutual labels:  web-application
Kodexplorer
A web based file manager,web IDE / browser based code editor
Stars: ✭ 5,490 (+768.67%)
Mutual labels:  ide
Payloadsallthethings
A list of useful payloads and bypass for Web Application Security and Pentest/CTF
Stars: ✭ 32,909 (+5107.12%)
Mutual labels:  web-application
Luna Studio
Looking for Luna, the WYSIWYG language for data processing? Development has moved 👉
Stars: ✭ 602 (-4.75%)
Mutual labels:  ide
Ginatra
A web frontend for Git repositories
Stars: ✭ 522 (-17.41%)
Mutual labels:  web-application
Sublimehaskell
A Sublime Text 3 plugin for Haskell. Features cabal building, error and warning highlighting, smart completion and ghc-mod integration.
Stars: ✭ 574 (-9.18%)
Mutual labels:  ide
Web Monitoring
前端监控,性能监控平台。The front end monitoring platform focuses on Web end experience data monitoring. Three aspects of the health of Web pages are monitored: page opening speed (speed measurement), page stability (JS Error), and external service call success rate (API).
Stars: ✭ 592 (-6.33%)
Mutual labels:  web-application

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].