Hi Community,
I'm building a browser only code editor for IRIS. Here is a video demonstration. It's still very much "work in progress", more updates to come. I will also add it to ZPM soon.
https://www.youtube.com/watch?v=Am6QAvrPPPg
Hi Community,
I'm building a browser only code editor for IRIS. Here is a video demonstration. It's still very much "work in progress", more updates to come. I will also add it to ZPM soon.
https://www.youtube.com/watch?v=Am6QAvrPPPg
This is WICKED COOL.
Love it. Much more advanced than what I created for myself. Is there a github repository or are you planning a commercial release?
GitHub repo is here - https://github.com/SeanConnelly/CloudStudio
And you can vote for it and other apps in the programming contest that is going on now on Open Exchange.
This looks great!! Is this building on top of an existing open source project and adapting it for InterSystems IRIS?
HI Ben, this is using the Atelier API on the backend. This will need to be augmented at some point for addional functionality.
The text editing and highlighting component of the front end is using the Monaco library.
Everything else on the front end is built with just pure JavaScript, CSS and the DOM API, no web frameworks or UI libraries.
Mad respect for nailing that VSCode look without using VSCode code.
Hi Sean,
Your video is now on InterSystems Developers YouTube:
⏯ Cloud Studio Quick Demo
https://www.youtube.com/embed/I2vWNpQZlHw
[This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]
Great job!
Thanks, Irina,
There is also an updated video here
https://www.youtube.com/watch?v=Am6QAvrPPPg
Just my review from OEX:
Thanks Robert !
For any early adopters that want to provide agile input / feedback into the project, then I have set up a discord channel, everyone is welcome...
https://discord.gg/ZnvdMywsjP
Marvelous work. WebSutdio + WebTerminal = nothing else needed? :)
CloudStudio is now also available with Docker Support and on Online Demo Server
Docker support
Prerequisites
Make sure you have git and Docker desktop installed.
Installation
Clone/git pull the repo into any local directory
git https://github.com/rcemper/Dataset-OEX-reviews.git
Run the IRIS container with your project:
docker-compose up -d --build
How to Test it
http://localhost:42773/cloudstudio/CloudStudio.Index.cls
or use Online Demo
Thanks again for the help getting this working Robert, very much appreciated!
Just by curiosity I tried it on Caché
>>> Cache for Windows (x86-64) 2018.1.3 (Build 414U) <<<
As ZPM is missing I had to use the manual installation
Following strictly the installation guide It got up and running immediately
It fully fills all my needs from any of my browsers.
Hi Luc. Thanks for the update. I've only been able to test in the latest versions of Chrome and Edge so far.
I was wondering if anyone has tried Safari yet? I suspect it will probably fail until I make direct support for it.
This is amazing to my js-dated eyes. Congrats @Sean Connelly.
Q: Are we back to a full & tight integration & experience that we had in Studio? With BP support and all? Posterity will cast their vote on that but I see a clean unadulterated architecture and I think the option to add Python support so I think we are on a winner :-)
All the best Sean and thanks for sharing it.