Re: Willing to contribute to Apache Free Marker

2018-03-17 Thread Angelo zerr
Hi Randika, If you are interested to work on the Freemarker Language Server https://github.com/angelozerr/freemarker-languageserver, it should be really fantastic. Today I have just managed to support validation (publishDiagnostics), but for advanced features like completion, outline, etc we must

Re: Moving JBoss FreeMarker IDE (Eclipse plugin) to the ASF?

2018-03-17 Thread Angelo zerr
2018-03-17 8:29 GMT+01:00 Daniel Dekany : > Saturday, March 17, 2018, 2:58:12 AM, Angelo zerr wrote: > > > Hi all, > > > > If you wish to install lsp4e freemarker, I suggest you that you read > > https://github.com/angelozerr/lsp4e-freemarker#installation > >

Re: Moving JBoss FreeMarker IDE (Eclipse plugin) to the ASF?

2018-03-16 Thread Angelo zerr
03-16 9:21 GMT+01:00 Angelo zerr : > Hi Daniel, > > Here the project https://github.com/angelozerr/lsp4e-freemarker which is > based on the basic Freemarker Language Server https://github.com/ > angelozerr/freemarker-languageserver (which could be consumed too in > VSCode) which s

Re: LSP for FreeMarker Was: Moving JBoss FreeMarker IDE (Eclipse plugin) to the ASF?

2018-03-16 Thread Angelo zerr
the well coloration. Regard's Angelo 2018-03-16 11:12 GMT+01:00 Angelo zerr : > > I couldn't actually try it yet, as my lsp4e-freemarker build fails > > The installation is a little complex, I think the better thing is that I > provide an update site. Please let me a litt

Re: LSP for FreeMarker Was: Moving JBoss FreeMarker IDE (Eclipse plugin) to the ASF?

2018-03-16 Thread Angelo zerr
esky you will benefit with advanced completion with HTML, CSS, JS too with the ftl. I will add a demo in my github for that. Regard's Angelo 2018-03-16 11:06 GMT+01:00 Daniel Dekany : > Friday, March 16, 2018, 9:21:49 AM, Angelo zerr wrote: > > > Hi Daniel, > > > >

Re: Moving JBoss FreeMarker IDE (Eclipse plugin) to the ASF?

2018-03-16 Thread Angelo zerr
. Regard's Angelo 2018-03-15 22:00 GMT+01:00 Daniel Dekany : > Thursday, March 15, 2018, 1:58:31 PM, Angelo zerr wrote: > > > Ok thanks Daniel for your answer. > > > > I will try to create a github project with my POC which provides: > > > > * syntax co

Re: Moving JBoss FreeMarker IDE (Eclipse plugin) to the ASF?

2018-03-15 Thread Angelo zerr
+01:00 Daniel Dekany : > Wednesday, March 14, 2018, 4:41:36 PM, Angelo zerr wrote: > > > Hi all, > > > > Do you want that I create a new eclipse plugin with Freemarker based on > tm4e > > > > Here the result with syntax coloration: > > Seems to me that t

Re: Moving JBoss FreeMarker IDE (Eclipse plugin) to the ASF?

2018-03-14 Thread Angelo zerr
Hi all, Do you want that I create a new eclipse plugin with Freemarker based on tm4e Here the result with syntax coloration: Regard's Angelo 2018-03-14 12:20 GMT+01:00 Jacopo Cappellato : > On Tue, Mar 13, 2018 at 4:47 PM, Daniel Dekany wrote: > > > [...] > > It's our turn. I'm really just

Re: Moving JBoss FreeMarker IDE (Eclipse plugin) to the ASF?

2018-03-08 Thread Angelo zerr
> > tm4e and lsp4e follow the same idea than VSCode: > > > > * manage syntax coloration with a textmate grammar. > > * manage completion, hover, etc with LSP > > > > tm4e and lsp4e are 2 distinct projects so you cannot use some information > > coming from lsp4e (some kind of AST) in tm4e. > > I b

Re: Moving JBoss FreeMarker IDE (Eclipse plugin) to the ASF?

2018-03-07 Thread Angelo zerr
> > > I have looked at these briefly when you mentioned LSP, but two > question aren't yet clear to me: > > - Can tm4e leverage information provided by lsp4e to do semantical > highlighting? (This will be relevant only for FM3 though, like for > coloring data-model variable references different

Re: Moving JBoss FreeMarker IDE (Eclipse plugin) to the ASF?

2018-03-07 Thread Angelo zerr
Hi Daniel, We have already spoken about that, but IMHO I think Freemarker should provide an LSP server. After that it will be easy to have * good completion, hover, etc by using Eclipse lsp4e * have syntax coloration with textmate by usin

What about Freemarker Language Server (LSP)?

2018-02-19 Thread Angelo zerr
Hi, I tell me if Freemarker could provide a Freemarker Language Server. Today the main IDE (Eclipse, intellij, etc) , Editors code (VSCode, Atom, Sublime, Vim,etc) provides a LSP support https://microsoft.github.io/language-server-protocol/specification to manage completion, hover, hyperlink, etc