Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

add a simple code browser/editor UI? #914

Closed
joshuawilson opened this issue Sep 19, 2017 · 7 comments
Closed

add a simple code browser/editor UI? #914

joshuawilson opened this issue Sep 19, 2017 · 7 comments

Comments

@joshuawilson
Copy link
Member

joshuawilson commented Sep 19, 2017

From @jstrachan on May 22, 2017 13:11

we used to have this in the old fabric8-console; a way to browse & edit text files in git without firing up a full IDE. Its particularly handy for demos where you can instantly browse and edit code.

more of a long term thing really as it avoids having to wait for the Che workspace/service to come up etc

Copied from original issue: fabric8-ui/fabric8-ui#1371

Related upstream che issue - eclipse-che/che#5006

@joshuawilson
Copy link
Member Author

Interesting idea. You may want to also consider one of the many REPLs out there like Plunker as a source of inspiration.

@joshuawilson
Copy link
Member Author

From @jstrachan on May 23, 2017 7:5

yeah - in https://github.com/fabric8io/fabric8-console we created a simple UI that looks and feels like navigating around a github repository; but keeping the fabric8 nav bar/UI so you can easily switch between source, pipelines, apps, environments etc. Its kinda handy really; though Che is our IDE - there's times an editor is handy. I still find myself doing some changes just in the github.com site ;)

@joshuawilson
Copy link
Member Author

From @pmuir on May 23, 2017 14:9

I think the Che team also want to provide an embeddable version of Che... @l0rd

@joshuawilson
Copy link
Member Author

From @l0rd on May 23, 2017 15:23

@pmuir I'm not sure if Che would fit here. We want to provide 3 flavors of Che:

osio-ide: that's openshit.io IDE
fabric8-ide: that's osio-ide that can run on your local minishift
eclipse-che: upstream Che that is configured to talk with the Docker API directly

And we can have these really quickly.

But, regardless of the flavour, Che is still more than an editor it's a coding workspace manager that is able to start stop containers.

@joshuawilson
Copy link
Member Author

From @gorkem on May 25, 2017 11:36

This is a scenario we want to support eventually. You can follow up progress on eclipse-che/che#5006. The trick is to back the embedded widget with a factory which will provide the workspace. I think a factory, combined with the new universal command palette eclipse-che/che#4993 will be enough to reach all the functionality on the embedded mode. The only concern is the startup times for the workspaces which is actively worked on. Also I feel that embedded widget can have ways to optimize startup by omitting/delaying some functionality.

@ibuziuk
Copy link
Collaborator

ibuziuk commented Jan 24, 2018

Upstream issue eclipse-che/che#5006

@ibuziuk
Copy link
Collaborator

ibuziuk commented Jun 7, 2019

Closing in favour of upstream che issue - eclipse-che/che#5006

@ibuziuk ibuziuk closed this as completed Jun 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants