Giter Club home page Giter Club logo

reactive-inspector's Introduction

Reactive Inspector

You may want to visit the main page of the Reactive Inspector project:

http://guidosalva.github.io/reactive-inspector/

Installation

  • Install and open Eclipse (the Scala IDE is recommended).
  • Help -> Install New Software...
  • Add the REclipse update site: https://dl.bintray.com/m1c3/generic
  • Select the just added REclipse update site from the drow-down.
  • Install the REclipse plugin from the Reactive Programming category.

Create a new project

If you want to create a new project with REclipse support you can use the REclipse Template project as a starting point:

git clone https://github.com/m1c3/reclipse-template.git

Then you can import the project into Eclipse via sbt:

  • sbt eclipse
  • Eclipse: File -> Import...
  • Select General -> Existing Projects into Workspace
  • Select the cloned template project.

Use an existing REScala project with REclipse

Add the REScala Logger to the dependencies of the build.sbt:

"de.tuda.stg.reclipse" %% "rescala-logger" % "0.1"

Add a resolver for the REclipse maven repository in the build.sbt:

resolvers += Resolver.bintrayRepo("m1c3", "maven")

Attach the REScala Logger to REScala's logging in the main method of your application (or at a place before any Var, Signal or Event is created):

rescala.ReactiveEngine.log = new REScalaLogger

How to extend the plugin

Prerequisites

  • Scala IDE for Eclipse
  • Plug-in Development Environment (PDE) (should be already included in Scala IDE)
  • Eclipse Test Framework (only for test project)

Installation

  • Set up the Scala IDE for Eclipse.
  • Install the Eclipse Test Framework from the Eclipse update site if you want to execute or create tests.
  • Clone this project.
  • Import the REClipse_TreeViewer project into the workspace.
  • Import the REClipse_TreeViewer-tests project if you want to execute or create tests.
  • Done!

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.