Re: Extending the Slide IDE tooling beyond Eclipse

2018-03-29 Thread Robert Munteanu
Hi Andy, On Wed, 2018-03-28 at 08:44 -0700, Andreas Schaefer wrote: > Hi Robert > > Is LSP indented to be used for the UI to work with the server or > server data? The flow that I'm thinking right now is User changes file/folder -> IDE triggeres notification -> notification send

Re: Extending the Slide IDE tooling beyond Eclipse

2018-03-29 Thread Robert Munteanu
Hi Jason, On Wed, 2018-03-28 at 11:59 -0400, Jason E Bailey wrote: > It took me a while to catch up to what the LSP is doing, and I think > I'm there, but I'm not sure how that integrates with the Sling IDE. > > I see the LSP is great for a language, like HTL, but my understanding > with Sling

Re: Extending the Slide IDE tooling beyond Eclipse

2018-03-28 Thread Jason E Bailey
It took me a while to catch up to what the LSP is doing, and I think I'm there, but I'm not sure how that integrates with the Sling IDE. I see the LSP is great for a language, like HTL, but my understanding with Sling IDE was primarily tooling around supporting the different representation of

Re: Extending the Slide IDE tooling beyond Eclipse

2018-03-28 Thread Andreas Schaefer
Hi Robert Is LSP indented to be used for the UI to work with the server or server data? The Resource Change Command Factory contains a lot of UI logic intertwined with server logic and my concern is that we need to separate these two to make upgrades easier and more straight forward. This is

Extending the Slide IDE tooling beyond Eclipse

2018-03-27 Thread Robert Munteanu
Hi, I plan to set some time aside next week to look into what is needed to extend the Sling IDE tooling to other platforms - IntelliJ is the first candidate. I have written down my ideas at [1], comments and helping hands more than welcome :-) Thanks, Robert [1]: