Giter VIP home page Giter VIP logo

continuum-editor's Introduction

Continuum Editor

Gitter

##Download

If you're just here to download the latest release, you can do so via the Continuum Editor website.

For the latest and all previous releases, take a look at the releases page

Building

Build scripts are currently written to run on Linux and Mac OS X systems only, but can create builds for any platform.

After cloning the repository:

  1. cd builds
  2. sh os_specific_build_script.sh

###Build requirements

Note that these are now downloaded as necessary by the build scripts.

  • Electron v0.30.2 or greater

continuum-editor's People

Contributors

divineomega avatar gitter-badger avatar

Stargazers

James Gregory-Monk avatar James Brooks avatar  avatar Ollie avatar

Watchers

 avatar James Cloos avatar

Forkers

jamesforks

continuum-editor's Issues

Outline view - listing all functions in a file

An outline view should be created that shows all functions defined within the currently viewed file. Function names should be clickable to move scroll the editor to the function definition.

Perhaps develop this as a sidebar addon.

Attempt ARM release

There has been some success compiling nw.js (Node Webkit) for ARM systems.

Although not required, it would be great for the first release to work on ARM too.

Ability to preview HTML file in default browser with live updates

We should make an addon that will allow a file to be hosted on a mini node js webserver, allowing it to be previewed in a web browser with live updates.

This will likely require the following:

  • Creation of a local node js web server that returns the file
  • Launching the user's default web browser to the local node js web server's main URL
  • The file will have an additional piece of JS code that polls (via AJAX) an 'update' URL on the local node js web server
  • The update URL will return a response indicating if the file has been changed
  • If the page receives a response from the update URL indicating the file has been changed, the entire page should be refreshed

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.