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

2018-08-31 Thread GTI .H
Hi Валера, Your project (QtApplication_2) worked very well, so I was wondering why yours works and mine not. So I thought, I did some testing to check some suspicions and they confirmed. I created a New Project > C/C++ > C/C++ Qt Application, a QtApplication_1, I just added newfile.rc and "RC_FIL

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

2018-08-31 Thread Andreas Sewe
Boris Heithecker wrote: > 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 cu