Code Monkey home page Code Monkey logo

glsp-client's Introduction

Eclipse GLSP - Client Build Status E2E

A web-based diagram client framework for the Graphical Language Server Platform (GLSP) based on Eclipse Sprotty.

Structure

  • @eclipse-glsp/protocol: Generic client-server communication protocol
  • @eclipse-glsp/client: sprotty-based GLSP client

Building

This project is built with yarn and is available from npm via @eclipse-glsp/protocol and @eclipse-glsp/client.

Workflow Diagram Example

The workflow diagram is a consistent example provided by all GLSP components. The example implements a simple flow chart diagram editor with different types of nodes and edges (see screenshot below). The example can be used to try out different GLSP features, as well as several available integrations with IDE platforms (Theia, VSCode, Eclipse, Standalone). As the example is fully open source, you can also use it as a blueprint for a custom implementation of a GLSP diagram editor. See our project website for an overview of the workflow example and all components implementing it.

demo.mp4

How to start the Workflow Diagram example?

Clone this repository and build the glsp-client packages:

yarn install

Next, download and start a pre-built version of the Workflow Example Node Diagram Server with:

yarn start:exampleServer

Once the server is running, open the glsp-client/examples/workflow-standalone/app/diagram.html file in your favorite browser.

How to start the Workflow Diagram example server from the sources

If you want to explore or change the Workflow Diagram Server too, you can clone, build and start the Java or Node variant of the workflow example glsp-server from your IDE instead of using the pre-built version of the Workflow Diagram Server. Checkout the glsp-server or glsp-server-node repo for instructions on building and running the Workflow Diagram Server example.

Where to find the sources?

In addition to this repository, the source code of the Workflow Diagram server example can be found here: https://github.com/eclipse-glsp/glsp-server/tree/master/examples/org.eclipse.glsp.example.workflow

More information

For more information, please visit the Eclipse GLSP Umbrella repository and the Eclipse GLSP Website. If you have questions, please raise them in the discussions and have a look at our communication and support options.

glsp-client's People

Contributors

aylin-sarioglu avatar camilleletavernier avatar dependabot[bot] avatar gabrieldulca avatar ivy-lli avatar jfaltermeier avatar jmfrancois avatar jonashelming avatar lucas-koehler avatar martin-fleck-at avatar ndoschek avatar planger avatar sakrafux avatar sgraband avatar tortmayr avatar xai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

glsp-client's Issues

test

Please create new issues only in the GLSP umbrella project, as we are tracking the issues for all components of GLSP there.

Move tool sometimes doesn't send ChangeBoundsAction

If you drag an element for a bit back and forth the move tool doesn't send out a ChangeBoundsAction eventually. This seems to be fixed, when just checking whether a lastDragPosition exists and not if there actually is a positionDelta.

Duplicate entries in context menu on fast multiple right-clicks

A sequence of multiple right clicks sometimes leads to duplicate entries in the context menu. I assume this is because we do not check whether we've already registered the context menu items in the Theia context menu service and do this multiple times, if the right-clicks happen fast after each other.

Setup initial Jenkins CI integration

Should build every PR and report back to Github.
Deploy step should only be initiated on master (can be mocked for now, actual deploy will be handled in a follow up issue)

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.