early access Netbeans builds

2019-06-17 Thread Pieter van den Hombergh
Hi all, I would like to gain some experience with the upcoming NB version (11.1?) and/or jdk 12 or 13 ea, to have a look at the features. How can I obtain such version or where is the netcat version? -- Pieter Van den Hombergh. No software documentation is complete with out it's source code.

Re: Help me with this Issue please.

2019-06-17 Thread Pete Whelpton
The ; between "left" and "!important" is causing the parser error. If you remove it, the parser error should go away. If that property is to be flagged !important, then there should just be a single ; after "!important". You will probably still have a parser warning for "alignment" as it isn't a

Fwd: Help me with this Issue please.

2019-06-17 Thread Cisco505
can you help me with this issue please?. I am getting an error ("UNEXPECTED TOKEN IMPORTANT_SYM FOUND"), it happens when I put an inline style as a property in a @Primefaces component. [image: image.png] Apache Netbeans Version: 11 JDK : 8 Primefaces: 6 Any suggesti

Re: Netbeans - FavaFX - FXML: Location not set

2019-06-17 Thread Luff,Chris
Parent root = FXMLLoader.load(new URL(MainApp.class.getResource().toExternalForm())); Should do it fine…make sure your file path is accurately cased. On 15 Jun 2019, at 10:41, Helmut Leininger mailto:h.leinin...@gmx.at>> wrote: Hi, I do not know if this is the correct place to ask. I am runni

Unit-Tests in Maven-Project: Debugger does not stop at breakpoint; Debugger continues to be active after program terminates

2019-06-17 Thread christoph . benden
Hi, since NetBeans 11 I have the same problem (although not working with JavaFX) as described here: https://lists.apache.org/thread.html/68910a4eecdfd257e7ea7a896ca4506d6ca7590c60cadf939adfe0b8@%3Cusers.netbeans.apache.org%3E During JUnit-Tests, the debugger does not stop at breakpoints. Aft