Integration tests in NetBeans and module-info

2019-07-02 Thread Alex Sviridov
say how to fix it? -- Best regards, Alex Sviridov

NB users mailing list digest

2018-10-23 Thread Alex Sviridov
Hi all Could anyone say if it possible to get messages from this mailing list as digest? -- Alex Sviridov

Re[2]: Does NB 10 work on Java 11?

2018-10-18 Thread Alex Sviridov
Ok. But if you look at the attachment, nothing seems strange to you? >Четверг, 18 октября 2018, 22:13 +03:00 от Jose Ch : > >Hi Alex, > >It works well with my projects. > >El jue., 18 oct. 2018 a las 13:33, Alex Sviridov (< >ooo_satu...@mail.ru.invalid >) escribió:

Re[2]: NB 10: No module providing the capability org.openide.modules.jre.JavaFX

2018-10-18 Thread Alex Sviridov
I use openjdk. By the way, are there any plans to move NB from swing to JavaFX? >Четверг, 18 октября 2018, 21:04 +03:00 от Jose Ch : > >Hi Alex, > >That usually happen when not using Oracle JDK, wich vendor are you using? > >El jue., 18 oct. 2018 a las 12:58, Alex S

NB 10: No module providing the capability org.openide.modules.jre.JavaFX

2018-10-18 Thread Alex Sviridov
further modules could not be installed due to the above problems. How to fix it? -- Alex Sviridov

Re[2]: How to add custom code generation in NetBeans 9.0

2018-10-16 Thread Alex Sviridov
Thank you very much! This is what I was looking for! >Вторник, 16 октября 2018, 12:24 +03:00 от Geertjan Wielenga >: > >https://platform.netbeans.org/tutorials/nbm-code-generator.html > >Gj >On Tue, Oct 16, 2018 at 11:22 AM Alex Sviridov < ooo_satu...@mail.ru.invalid

How to add custom code generation in NetBeans 9.0

2018-10-16 Thread Alex Sviridov
In NetBeans for JavaScript and TypeScript files I need to generate some code. For example, after opening JS or TS file, I press Alt+Insert and pop up window must appear there. In this window I should select item (for example setters and getters) and press enter. After that my code (that can gene

Re[2]: NetBeans 9.0 inserts class with fully qualified name when code completition is used

2018-10-09 Thread Alex Sviridov
Apache NetBeans 10. The >first voting candidate, i.e., the Alpha release, is already available. > >Gj > >On Tuesday, October 9, 2018, Alex Sviridov < ooo_satu...@mail.ru.invalid > >wrote: >>I can say two situations, when code completion inserts class fully qualified >

Re[2]: NetBeans 9.0 inserts class with fully qualified name when code completition is used

2018-10-09 Thread Alex Sviridov
dr if conditions) >- if I want to import a class included in the JDK (but  only as long as >there isn't an import statement already for this class). > >Places/conditions where code completion doesn't work correctly for You? > >Kind regards >Peter > > >Am 09

NetBeans 9.0 inserts class with fully qualified name when code completition is used

2018-10-09 Thread Alex Sviridov
; and I had import com.temp.foo.SuperFoo; . String s = "This is my code"; SuperFoo superFoo Could anyone say how to fix it? -- Alex Sviridov