How to get File Diagnostic?

2022-09-20 Thread Bilu Al
Anyone know how to collect a file diagnostic (Hints) ? There is an api to set those org.netbeans.spi.editor.hints.HintsController.setErrors(document, "", errors) But what i am looking for is something like HintsController.getErrors()I managed to achieve this with:

[Need Help] The plugin Startup is requested in implementation version 12.5-fd523ddc12d6156412d7b81f0c8663d8913d1021.

2021-12-03 Thread Bilu Al
Hello, I am following this tutorial: https://netbeans.apache.org/wiki/DevFaqAddTimestampToLogs.asciidoc In Step 4 there is a use of implementation version of module o rg-netbeans-core-startup nbm-maven-plugin org.codehaus.mojo true < moduleDependencies>

Re: List of Netbeans Startup parameters: netbeans_default_options

2021-10-21 Thread Bilu Al
Le jeu. 21 oct. 2021 à 12:55, Bilu Al a écrit : > Its answer partially what i want. the link only show the --help of > netbeans. What i really want is all the options available with little > description that i can pass to the netbeans_default_options: ex: > -J-Dapple.laf.useScreen

List of Netbeans Startup parameters: netbeans_default_options

2021-10-21 Thread Bilu Al
Hello, Is there any place i can find the full list of available options for the Startup parameters: netbeans_default_options in netbeans.conf? >From this blog https://subscription.packtpub.com/book/programming/9781785282645/1/ch01lvl1sec13/netbeans-configuration it was available at some point

Netbans Language server protocol support

2021-06-11 Thread Bilu Al
Hello, I just discovered that NetBeans is supporting LSP (not sure if it's still on dev or already fully implemented). I wanted to add a language (ex Robotframework ) but don't know what to fill in Syntax Grammar/Language Server in the dialog.

Re: New location of nbms-and-javadoc/lastSuccessfulBuild/artifact?

2021-06-01 Thread Bilu Al
r? > > Gj > > On Tue, 1 Jun 2021 at 16:09, Bilu Al wrote: > >> Any idea of the new link? >> >> Le mar. 1 juin 2021 à 00:23, Bilu a écrit : >> >>> Hello this server seems down: >>> http://137.254.56.27/dev/nbms-and-javadoc/lastSuccessfulBuild

Re: [ANNOUNCE] Apache NetBeans 12.4 released

2021-06-01 Thread Bilu Al
+1 Just installed 12.4 working like a charm. The updates on FlatLaf looks just fantastic on Windows 10:) Congrats Le lun. 31 mai 2021 à 14:57, Paulo Toledo a écrit : > +1 > > Paulo > > Em 30/05/2021 18:51, Malcolm Fitzgerald escreveu: > > Congratulations to all the people who have worked to

Re: New location of nbms-and-javadoc/lastSuccessfulBuild/artifact?

2021-06-01 Thread Bilu Al
Any idea of the new link? Le mar. 1 juin 2021 à 00:23, Bilu a écrit : > Hello this server seems down: > http://137.254.56.27/dev/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/nbms/updates.xml.gz > > Can somebody walk me to the new location of theses nbms please? >

exec-maven-plugin:1.5.0:exec --- Command execution failed

2021-01-20 Thread Bilu Al
Hello, Maven project run is failing with this error: java.io.IOException: Cannot run program "C:\Program Files (x86)\Common Files\Oracle\Java\javapath\java.exe" (in directory "C:\Users\test\Documents\NetBeansProjects\deeplearning4j-examples\dl4j-examples"): CreateProcess error=206, *The filename

[C++ Remote Host wizard] ssh jump server

2020-09-14 Thread Bilu Al
Hello, Is it possible in netbeans to connect to a remote ssh host via a gateway using the remote host wizard? The ssh command looks like this: ssh gu=BalabitUsername@DestinationServerUsername@DestinationServer@ BalabitProxyURL First the Gateway Password is asked Then the RSA Token is asked And

Re: Layer.xml: How to Register new Language in Editor option language context tab

2020-06-04 Thread Bilu Al
t; --emi > > > On Wed, Jun 3, 2020 at 6:45 PM Bilu Al wrote: > >> yes it works even without registering it in the layer.xml. Should be >> another API probably... >> >> Le mer. 3 juin 2020 à 16:43, Emilian Bold a >> écrit : >> >>> So code foldin

Re: Layer.xml: How to Register new Language in Editor option language context tab

2020-06-03 Thread Bilu Al
yes it works even without registering it in the layer.xml. Should be another API probably... Le mer. 3 juin 2020 à 16:43, Emilian Bold a écrit : > So code folding works. I'm not sure which API offers integration into that > Options panel... > > --emi > > > On Wed, Jun 3, 20

Re: Layer.xml: How to Register new Language in Editor option language context tab

2020-06-03 Thread Bilu Al
sed to auto-register in that setting > panel. Are you sure? > > Do you not see code folding in the editor? > > --emi > > > On Wed, Jun 3, 2020 at 12:37 PM Bilu Al wrote: > >> Its not working: >> [image: 25.png] >> >> but for CodeTemplate works f

Re: Layer.xml: How to Register new Language in Editor option language context tab

2020-06-03 Thread Bilu Al
to xml layer into the directory > "Editors//FoldManager/" > > --emi > > On Wed, Jun 3, 2020 at 1:42 AM Bilu Al wrote: > > > > Hello, > > > > Is it possible to register custom language to the language context tab > in editor options for: Folding, Formating, Hint

Layer.xml: How to Register new Language in Editor option language context tab

2020-06-02 Thread Bilu Al
Hello, Is it possible to register custom language to the language context tab in editor options for: Folding, Formating, Hints etc... This works fine for CodeTemplates in layer file :

[11.3 FlatLaf] Weird Toolbar Icon

2020-05-29 Thread Bilu Al
Hello, I have weird icons with the Flat LAF: [image: image.png] this happens sometimes like 2 times out of 5 at the start. And sometimes when restarting it is back again at normal without doing anything: [image: image.png] Here is my System infos: *Product Version:* Apache NetBeans IDE 11.3

[NB 11.3 javafx] Embedded browser issue

2020-03-07 Thread Bilu Al
Hello, Can not get the Javafx Webview works with 11.3. Its disable and impossible to activate it. was working in 11.1: [image: embedded.PNG] Is there any solution for this? Thanks

Re: [Parsing API] : GsfHintsProvider.computeErrors issue

2020-01-31 Thread Bilu Al
throws >>> org.netbeans.modules.parsing.spi.ParseException { >>> if (!valid) { >>> throw new >>> org.netbeans.modules.parsing.spi.ParseException(); >>> } >>> return javaParser; >>>

Re: [Parsing API] : GsfHintsProvider.computeErrors issue

2020-01-31 Thread Bilu Al
: C:\Users\\AppData\Local\NetBeans\Cache\11.1 Thanks Le ven. 31 janv. 2020 à 18:37, Geertjan Wielenga a écrit : > > Complete environment and precise steps to take to reproduce the problem. > > Gj > > On Fri, Jan 31, 2020 at 6:35 PM Bilu Al wrote: >> >> Any ad

Re: [Parsing API] : GsfHintsProvider.computeErrors issue

2020-01-31 Thread Bilu Al
Any advice hear please? Le jeu. 30 janv. 2020 à 16:53, Bilu Al a écrit : > > Hello, > > Can somebody tell if this tutorial still up to date: > https://platform.netbeans.org/tutorials/nbm-javacc-parser.html with Apache > NetBeans IDE 11.1 platform? > > I am facing an

[JIRA PLUGIN]: Any Jira plugin working??

2020-01-31 Thread Bilu Al
Hello, Obviously the Jira plugin available at the plugin portal is not working with the latest NB version, see related issue: https://issues.apache.org/jira/browse/NETBEANS-2434, https://issues.apache.org/jira/browse/NETBEANS-3678, But did anyone know another one available and working? Thanks to

[Parsing API] : java.lang.NullPointerException at org.netbeans.modules.csl.hints.GsfHintsProvider.computeErrors

2020-01-30 Thread Bilu Al
Hello, Can somebody tell if this tutorial still up to date: https://platform.netbeans.org/tutorials/nbm-javacc-parser.html with Apache NetBeans IDE 11.1 platform? I am facing an issue when implementing this in my module I have the same issue with the complete tutorial source code :

Re: Annotation Type TemplateRegistration content

2020-01-06 Thread Bilu Al
our talent could have > figured it out. > That's why you didn't get the help you wanted. Very nice of you to share > the solution. > > On Mon, 6 Jan 2020, 11:06 Bilu Al, wrote: > >> Thanks a lot. i figure it out finally by tweaking directly the >> WizardIter

Re: Annotation Type TemplateRegistration content

2020-01-06 Thread Bilu Al
ule is build and running that's why i would >>>>>>> like >>>>>>> to generate it to a temp folder and fetch it each time the New project >>>>>>> wizard is called >>>>>>> Le 04/01/2020 à 15:06, Geertjan Wielen

Re: Static code analysis - FindBugs (SpotBugs) support

2020-01-01 Thread Bilu Al
Hello everyone, any news on this please? In fact the plugin still exist in the plugin portal: http://plugins.netbeans.org/plugin/912/findbugs-tm-plugin but seems to not have been updated since a while. there is some missing dependancy with Netbeans 11+: -The plugin javax.jmi.reflect is

Re: Hints for custom language

2019-12-30 Thread Bilu Al
torials/nbm-javacc-parser.html > > > > Gj > > > > On Mon, 30 Dec 2019 at 12:43, Bilu Al wrote: > >> > >> Its a custom language for data processing something similar to xml. And i > >> am using JavaCC. > >> > >> On 2019/12/30 14

Re: Hints for custom language

2019-12-30 Thread Bilu Al
Dec 29, 2019 at 7:57 AM Bilu Al wrote: > > > Hello, > > I am developing a module for netbeans to support a custom language. > > > > what i am trying to do now is to declare Hints for my custom language. > > > > Following this tutorial: > > https://plat

Hints for custom language

2019-12-29 Thread Bilu Al
Hello, I am developing a module for netbeans to support a custom language. what i am trying to do now is to declare Hints for my custom language. Following this tutorial: https://platform.netbeans.org/tutorials/nbm-java-hint.html my hint only works for Java file. How can i make my hint

Annotation Type TemplateRegistration content

2019-12-29 Thread Bilu Al
Hello, is there a way to specify Template registation (Project sample declaration) content outside package declaration as my ressource is available on the disk? This only work when resource relative to the package of this declaration @TemplateRegistration( folder = "Test", iconBase =