Re: [C/C++] File's copyright (Windows: Property > Details)

2018-08-30 Thread GTI .H
Hi Валера, I created a new Qt project (New Project > Samples > C/C ++> HelloQtWorld) and it already has a HelloQtWorld_1_resource.rc file. I edit HelloQtWorld_1_resource.rc and after compiling, for some reason my edits are deleted. As you did not clarify I did so. I tried your suggestion with

Re: [C/C++] File's copyright (Windows: Property > Details)

2018-08-30 Thread Валера Солдатов
Hi If you uses "C/C++ Qt Application" project type, then you can create such newfile.rc file: 1 VERSIONINFO FILEVERSION 1,0,0,0 PRODUCTVERSION  1,0,0,0 BEGIN   BLOCK "StringFileInfo"   BEGIN     BLOCK "080904E4"     BEGIN   VALUE "CompanyName", "My Company Name"   VALUE

Re: How to best implement action for a large number of different context types?

2018-08-30 Thread Boris Heithecker
I think you'll have to implement an action (extending Action or AbstractAction, not ActionListener) that implements "org.openide.util.ContextAwareAction". Its business method is expected to create a proxy action for the context passed to it. This context is the current user selection of nodes, or

Re: [C/C++] File's copyright (Windows: Property > Details)

2018-08-30 Thread GTI .H
Well..., after insistent and untiring searchs, I was lucky. I have found it very difficult to find what I need in the NB documentation on the NB website, I have found via Google. Here's what's missing: http://wiki.netbeans.org/FaqCndResourceFiles This worked fine for a sample c++ app but this

Re: Configurable autoupdate site url in maven platform app

2018-08-30 Thread Mark Phipps
After much head-scratching, searching and attempts at implementing my own UpdateProvider, I eventually came across org.netbeans.api.autoupdate.UpdateUnitProviderFactory class which does the necessary work to subscribe to a new update centre, the URL of which can be parameterized as I need.

Re: Will a Netbeans 8.2 plugin worn in NetBeans 9? How can I publish it?

2018-08-30 Thread C M
Just saw that you already started the "process". Thanks! I'm implementing a few software readability formulas in the plugin. I don't know if it will be the final name, but so far I call it Readability Checker :) De: Geertjan Wielenga Enviado: 30 de agosto de

Re: Gradle doesn't works on NB9

2018-08-30 Thread Peter Steele
You have the latest version so as Gj says drop some questions to the author. On Thu, 30 Aug 2018 08:08 Geertjan Wielenga, wrote: > No, again, this is where you're going to send your questions and concerns > about the Gradle support: > > https://github.com/kelemen/netbeans-gradle-project/issues

Re: Gradle doesn't works on NB9

2018-08-30 Thread Miroslav Nachev
v1.4.3 [image: image.png] On Thu, Aug 30, 2018 at 10:01 AM Peter Steele wrote: > I use java 11 with the gradle plug in and it is working fine for me. Which > plug in version do you use? > > The version that was live when only 8.2 was around had issue for me in 9 > (maybe even 8.2 too) but the

Re: Gradle doesn't works on NB9

2018-08-30 Thread Geertjan Wielenga
Read this: https://github.com/kelemen/netbeans-gradle-project/issues/395 If needed, after reading the above, file issues here: https://github.com/kelemen/netbeans-gradle-project/issues Thanks, Gj On Thu, Aug 30, 2018 at 6:36 AM, Miroslav Nachev < mnachev.nscenter...@gmail.com> wrote: > Hi,