Re: Language Support

2019-08-29 Thread Luff,Chris
Sweet, I’ll give that a read and reach out to you if I need help, appreciate it! From: Ian Utley Date: Wednesday, 28 August 2019 at 23:38 To: "Luff,Chris" Cc: Neil C Smith , Geertjan Wielenga , NetBeans Mailing List Subject: Re: Language Support You may also find http://wiki.ne

Re: Language Support

2019-08-28 Thread mr rupplin
: Luff,Chris Cc: Neil C Smith ; Geertjan Wielenga ; NetBeans Mailing List Subject: Re: Language Support You may also find http://wiki.netbeans.org/SyntaxColoringANTLR helpful if you are using ANTLR as your lexer/parser of choice. I'm currently writing a Prolog language support module,

Re: Language Support

2019-08-28 Thread Ian Utley
You may also find http://wiki.netbeans.org/SyntaxColoringANTLR helpful if you are using ANTLR as your lexer/parser of choice. I'm currently writing a Prolog language support module, which supports syntax highlighting, code completion, code folding, navigation bar and custom project type as a

Re: Language Support

2019-08-28 Thread Luff,Chris
L[1] modelled on SQL but with some >> significant differences. > > Is the IDE's SQL language support not a good starting point? > > Best wishes, > > Neil > > - > To unsubscribe, e-mail: users-uns

Re: Language Support

2019-08-28 Thread Neil C Smith
On Wed, 28 Aug 2019 at 15:53, Luff,Chris wrote: > > Thx, a proprietary language called CCL[1] modelled on SQL but with some > significant differences. Is the IDE's SQL language support not a good starting point? Best

Re: Language Support

2019-08-28 Thread Luff,Chris
, at 15:40, Geertjan Wielenga mailto:geert...@apache.org>> wrote: An article from 2008 using a really old language technology called Schliemann. Ignore it, it will not work. Gj On Wed, 28 Aug 2019 at 15:19, Luff,Chris mailto:chris.l...@cerner.com.invalid>> wrote: Hi All, I am trying

Re: Language Support

2019-08-28 Thread Geertjan Wielenga
> > An article from 2008 using a really old language technology called > Schliemann. Ignore it, it will not work. > > Gj > > On Wed, 28 Aug 2019 at 15:19, Luff,Chris > wrote: > >> Hi All, >> >> I am trying to build a language suppor

Re: Language Support

2019-08-28 Thread Luff,Chris
:40, Geertjan Wielenga mailto:geert...@apache.org>> wrote: An article from 2008 using a really old language technology called Schliemann. Ignore it, it will not work. Gj On Wed, 28 Aug 2019 at 15:19, Luff,Chris mailto:chris.l...@cerner.com.invalid>> wrote: Hi All, I am trying to build a langua

Re: Language Support

2019-08-28 Thread Geertjan Wielenga
An article from 2008 using a really old language technology called Schliemann. Ignore it, it will not work. Gj On Wed, 28 Aug 2019 at 15:19, Luff,Chris wrote: > Hi All, > > I am trying to build a language support module following > https://dzone.com/articles/quickstart-guide-l

Language Support

2019-08-28 Thread Luff,Chris
Hi All, I am trying to build a language support module following https://dzone.com/articles/quickstart-guide-language-supp However, I am using Maven and I don’t see how to create the Language Support file. Using NetBeans 11.1 on macOS. Thx Associate Principal Engineer | UK Development