Re: [linuxtools-dev] Using a Dockerfile language server for the Docker editor...

2017-10-27 Thread Remy Suen
Hi Roland, Thank you for taking a look at this and sorry for taking two whole months to respond. On Wed, Aug 23, 2017 at 3:26 AM, Roland Grunberg wrote: > So after some discussion, it made sense to approach this the same way > other Node.js language server consuming clients have gone, so that >

Re: [linuxtools-dev] Using a Dockerfile language server for the Docker editor...

2017-08-22 Thread Roland Grunberg
> I've put together a basic proof of concept that's about 50 lines of > plugin.xml extensions and 20 lines of code : > > https://fedorapeople.org/~rgrunber/lsp-dockerfile.ogv > > I guess if we really want this, we should look into what needs to get > CQs opened (node, dockerfile-language-server-n

Re: [linuxtools-dev] Using a Dockerfile language server for the Docker editor...

2017-07-27 Thread Remy Suen
Hi Roland, I opened bug 520253 which hopefully is the cause behind your strange 'Outline' view. https://bugs.eclipse.org/bugs/show_bug.cgi?id=520253 The editor should hopefully work better for you with the 'Outline' view closed. You can use Ctrl+O as a fallback. Sorry for the inconvenience! Reg

Re: [linuxtools-dev] Using a Dockerfile language server for the Docker editor...

2017-07-26 Thread Remy Suen
Hi Roland, thank you for taking the time to give things a whirl. I see there is a document synchronization problem from your 'Outline' view. I have reproduced the bug and will open a bug against lsp4e later when I get home. Regards, Remy iPhoneから送信 2017/07/27 5:56、Roland Grunberg のメッセージ: >>

Re: [linuxtools-dev] Using a Dockerfile language server for the Docker editor...

2017-07-26 Thread Roland Grunberg
On Wed, 2017-07-26 at 12:34 -0400, Roland Grunberg wrote: > On Wed, 2017-07-26 at 18:57 +0300, akurtakov wrote: > > > > > > On Wed, Jul 26, 2017 at 6:41 PM, Roland Grunberg > > wrote: > > > On Wed, 2017-07-26 at 17:12 +0300, akurtakov wrote: > > > > > > > > > > > > On Wed, Jul 26, 2017 at 5:0

Re: [linuxtools-dev] Using a Dockerfile language server for the Docker editor...

2017-07-26 Thread Roland Grunberg
On Wed, 2017-07-26 at 18:57 +0300, akurtakov wrote: > > > On Wed, Jul 26, 2017 at 6:41 PM, Roland Grunberg wrote: > > On Wed, 2017-07-26 at 17:12 +0300, akurtakov wrote: > > > > > > > > > On Wed, Jul 26, 2017 at 5:02 PM, Remy Suen wrote: > > > > On Tue, Jul 25, 2017 at 9:31 PM, akurtakov wrote

Re: [linuxtools-dev] Using a Dockerfile language server for the Docker editor...

2017-07-26 Thread akurtakov
On Wed, Jul 26, 2017 at 6:41 PM, Roland Grunberg wrote: > On Wed, 2017-07-26 at 17:12 +0300, akurtakov wrote: > > > > > > On Wed, Jul 26, 2017 at 5:02 PM, Remy Suen wrote: > > > On Tue, Jul 25, 2017 at 9:31 PM, akurtakov > wrote: > > > > The last one would be the most time consuming as we will

Re: [linuxtools-dev] Using a Dockerfile language server for the Docker editor...

2017-07-26 Thread Roland Grunberg
On Wed, 2017-07-26 at 17:12 +0300, akurtakov wrote: > > > On Wed, Jul 26, 2017 at 5:02 PM, Remy Suen wrote: > > On Tue, Jul 25, 2017 at 9:31 PM, akurtakov wrote: > > > The last one would be the most time consuming as we will need all the CQs > > > and etc. so we can distribute the language serv

Re: [linuxtools-dev] Using a Dockerfile language server for the Docker editor...

2017-07-26 Thread akurtakov
On Wed, Jul 26, 2017 at 5:02 PM, Remy Suen wrote: > On Tue, Jul 25, 2017 at 9:31 PM, akurtakov wrote: > > The last one would be the most time consuming as we will need all the CQs > > and etc. so we can distribute the language server with Linux Tools. > > Is it a fair assumption that someone who

Re: [linuxtools-dev] Using a Dockerfile language server for the Docker editor...

2017-07-26 Thread Remy Suen
On Tue, Jul 25, 2017 at 9:31 PM, akurtakov wrote: > The last one would be the most time consuming as we will need all the CQs > and etc. so we can distribute the language server with Linux Tools. Is it a fair assumption that someone who installs the tools has Docker installed locally? If that is

Re: [linuxtools-dev] Using a Dockerfile language server for the Docker editor...

2017-07-25 Thread akurtakov
On Tue, Jul 25, 2017 at 3:25 PM, Remy Suen wrote: > Hi Roland, > > Thanks for getting back to me. > > Getting a plug-in setup with lsp4e to call the language server isn't > too bad in terms of getting it running and testing it from within > Eclipse. I think what's going to take the most time will

Re: [linuxtools-dev] Using a Dockerfile language server for the Docker editor...

2017-07-25 Thread Remy Suen
Hi Roland, Thanks for getting back to me. Getting a plug-in setup with lsp4e to call the language server isn't too bad in terms of getting it running and testing it from within Eclipse. I think what's going to take the most time will be the necessary releng changes for including lsp4e into your b

Re: [linuxtools-dev] Using a Dockerfile language server for the Docker editor...

2017-07-24 Thread Roland Grunberg
On Sat, 2017-07-22 at 16:54 +0900, Remy Suen wrote: > Hi, > > For the past two months or so I've been hacking away on a language > server for Dockerfiles. It is licensed under MIT and I was wondering > if the LinuxTools project would be interested in adopting it for use > in your Dockerfile editor

[linuxtools-dev] Using a Dockerfile language server for the Docker editor...

2017-07-22 Thread Remy Suen
Hi, For the past two months or so I've been hacking away on a language server for Dockerfiles. It is licensed under MIT and I was wondering if the LinuxTools project would be interested in adopting it for use in your Dockerfile editor. https://github.com/rcjsuen/dockerfile-language-server-nodejs/