Re: See src/assembly in project view?

2019-08-28 Thread Michael Remijan
The Maven standard directory structure (http://bit.ly/345JiFH) has that directory as :: src/assembly   I'd rather follow the standard and have the IDE support it. On ‎Wednesday‎, ‎August‎ ‎28‎, ‎2019‎ ‎04‎:‎04‎:‎12‎ ‎PM‎ ‎CDT, mr rupplin wrote: #yiv9561151045 P {margin-top:0;margin-bot

Re: Language Support

2019-08-28 Thread mr rupplin
Hello all. I would consider that this mine has caved in. You all will be better off taking a long look at this email chain from a different point of view. I am a software enthusiast. Regards ~MR From: Ian Utley Sent: Wednesday, August 28, 2019 6:38 PM To: Luf

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 maven

Re: See src/assembly in project view?

2019-08-28 Thread mr rupplin
Get them over to a config file setup. configuration: project_directory :: {all} :: src/main :: src/main/assembly From: Michael Remijan Sent: Wednesday, August 28, 2019 4:57 PM To: users@netbeans.apache.org Subject: See src/assembly in project vi

See src/assembly in project view?

2019-08-28 Thread Michael Remijan
I've recently been updating my project to move my assembly directory from src/main/assembly to src/assembly, which is the Maven standard location for this directory. After doing this I realized why I put it in src/main in the first place...I can't see it in the Project view.  I now have to acces

Can't set the debug flag in NB11.1-PHP

2019-08-28 Thread papa
Hi all, Im new to this mailing list so pls, be patient I've installed netbeans 11.1 on a linux machine and use it to debug php scripts. In 11.0 (and in older versions) I click on the line number and a pink square appeared, and the debugger stops at that line. I cant do this in 11.1, no pink

Re: Language Support

2019-08-28 Thread Luff,Chris
It is fine, I am trying to understand the mechanics before I get in too deep. I have not done much with language parsers. > On 28 Aug 2019, at 16:01, Neil C Smith wrote: > > On Wed, 28 Aug 2019 at 15:53, Luff,Chris > wrote: >> >> Thx, a proprietary language called CCL[1] modelled on SQL but wi

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 wishes, Neil ---

Re: Language Support

2019-08-28 Thread Luff,Chris
Thx, a proprietary language called CCL[1] modelled on SQL but with some significant differences. [1]: https://en.wikipedia.org/wiki/Cerner_CCL On 28 Aug 2019, at 15:47, Geertjan Wielenga mailto:geert...@apache.org>> wrote: I believe these: https://platform.netbeans.org/tutorials/nbm-javacc-

Re: Language Support

2019-08-28 Thread Geertjan Wielenga
I believe these: https://platform.netbeans.org/tutorials/nbm-javacc-lexer.html https://platform.netbeans.org/tutorials/nbm-javacc-parser.html Which language are you working on supporting, by the way? Gj On Wed, Aug 28, 2019 at 3:45 PM Luff,Chris wrote: > Yeah, was somewhat skeptical about its

Re: Language Support

2019-08-28 Thread Luff,Chris
Yeah, was somewhat skeptical about its age, any newer tutorials or resources that I can checkout? Chris Luff | Associate Principal Engineer | UK Development - Care Insight and Delivery Dev | chris.l...@cerner.com | +44 (0)7970 735175 | Cerner Limited

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-language-supp Howev

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 - Care