All Projects → icedjuro → IcicleDevelop

icedjuro / IcicleDevelop

Licence: MIT license
A freezing cold development environment

Programming Languages

typescript
32286 projects
CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to IcicleDevelop

zee
A modern text editor for the terminal written in Rust
Stars: ✭ 1,120 (+6900%)
Mutual labels:  ide, text-editor
wide
A lightweight web IDE (mostly a coding editor) based in monaco-editor (with a one-file server made in php). It allows to navigate the server with commands.
Stars: ✭ 42 (+162.5%)
Mutual labels:  ide, text-editor
goneovim
A GUI frontend for neovim.
Stars: ✭ 1,721 (+10656.25%)
Mutual labels:  ide, text-editor
Abricotine
Markdown editor with inline preview
Stars: ✭ 2,308 (+14325%)
Mutual labels:  text-editor, electron-app
Subethaedit
General purpose plain text editor for macOS. Widely known for its live collaboration feature.
Stars: ✭ 1,183 (+7293.75%)
Mutual labels:  ide, text-editor
Neovim-Studio
Neovim turned full-blown IDE
Stars: ✭ 30 (+87.5%)
Mutual labels:  ide, text-editor
WordIDE
A tool that helps you write code in your favorite IDE: your word processor!
Stars: ✭ 37 (+131.25%)
Mutual labels:  ide, text-editor
kodbox
kodbox is a file manager for web. It is a newly designed product based on kodexplorer. It is also a web code editor, which allows you to develop websites directly within the web browser.You can run kodbox either online or locally,on Linux, Windows or Mac based platforms
Stars: ✭ 1,188 (+7325%)
Mutual labels:  ide, text-editor
Liquid
Clojure Text Editor, for editing clojure code and markdown. Written entirely in Clojure with inspiration from Emacs and Vim.
Stars: ✭ 859 (+5268.75%)
Mutual labels:  ide, text-editor
Kodexplorer
A web based file manager,web IDE / browser based code editor
Stars: ✭ 5,490 (+34212.5%)
Mutual labels:  ide, text-editor
x-studio.github.io
This is the issues tracking, roadmap, docs src repo of the x-studio IDE. Copyright © 2014-2022 Simdsoft Limited
Stars: ✭ 92 (+475%)
Mutual labels:  ide, text-editor
Brackeys Ide
👨‍💻 Brackeys IDE is a fast and free multi-language code editor for Android.
Stars: ✭ 154 (+862.5%)
Mutual labels:  ide, text-editor
Slingcode
personal computing platform
Stars: ✭ 277 (+1631.25%)
Mutual labels:  ide, text-editor
Oni
Oni: Modern Modal Editing - powered by Neovim
Stars: ✭ 11,466 (+71562.5%)
Mutual labels:  ide, text-editor
Edi
Edi - The open source text editor IDE based on AvalonDock and AvalonEdit
Stars: ✭ 220 (+1275%)
Mutual labels:  ide, text-editor
tree-core-ide
The next generation integrated development environment for processor design and verification. It has multi-hardware language support, open source IP management and easy-to-use rtl simulation toolset.
Stars: ✭ 79 (+393.75%)
Mutual labels:  ide
ScalaColliderSwing
A Swing based front end or "mini-IDE" for ScalaCollider.
Stars: ✭ 16 (+0%)
Mutual labels:  ide
block-photos
A photos app built with Ionic and Blockstack as backend.
Stars: ✭ 24 (+50%)
Mutual labels:  electron-app
apio-ide
🌱 Experimental open FPGA IDE using Atom and Apio
Stars: ✭ 82 (+412.5%)
Mutual labels:  ide
elm-rte-toolkit
A toolkit for creating rich text editors in Elm
Stars: ✭ 139 (+768.75%)
Mutual labels:  text-editor

IcicleDevelop

An open source, cross-platform IDE that provides powerful tools for development. Built upon the ElectronJS framework and uses CodeMirror for the text editor.

Ice Cold Development Environment

screenshot

Contributing

Helpful contributions are always welcome. Check out Contributing to see how you can contribute. Read this before opening an issue or pull request.

Installing

You can install the compiled program in the releases page. IcicleDevelop is cross platform and thus can be run on Windows, Mac, or Linux. If you want, compile from source.

Setting up

You're going to need Node installed, which comes with npm.

First, in the project directory, run:

npm install

To start the program, run one of these:
Running the latter with allow you to access Developer tools.

npm run start
npm run start-dev

Compiling

Note: Developers don't need to compile the program for development, this is if you want a compiled binary.

npm run dist:<OS-Name>

<OS-Name> should be subsituted with win, mac, or linux. If you try to build for a different operating system than the one you are using, it will fail.

All of the targetted built binaries will show up in the dist folder.

Email: [email protected]

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].