Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New @theia/example-hybrid application #2340

Closed
wants to merge 1 commit into from
Closed

Commits on Sep 20, 2018

  1. [example-hybrid] Connect Electron to a server

    Add a new example package serving both web browsers and electron clients.
    Add new commands for electron to connect to remote servers.
    
    `electron.remote.connect` command to open a QuickOpenMenu and input an URL.
    `electron.remote.history.clear` command to clear the local URL history.
    `electron.remote.disconnect` to close the window in case you are connected to a server.
    
    Adds an endpoint to tell if it is a Theia application or not.
    
    Signed-off-by: Paul Maréchal <paul.marechal@ericsson.com>
    paul-marechal committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    a9506fc View commit details
    Browse the repository at this point in the history