You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@netbeans.apache.org by Mark J Koch <ma...@maehem.com> on 2020/12/14 04:14:34 UTC

Debugger problems in 12.2

Has anyone else experienced debugger issues in 12.2?

In my case I was watching a field (pink triangle toggled for a variable name).

I can get through a couple break points with class telemetry in the ‘variables’ tab before it becomes blank and says ‘Please wait…’.    Watches tab is similar,  I just get ‘Evaluating...’.  Waited a few minutes and information never fills in.

Went back to 12.1 and debugging seems to be fine.

Pics attached.


Mark



Re: Netbeans menus File, Edit... do not get localized

Posted by Jerome Lelasseux <le...@yahoo.com.INVALID>.
 Thanks Boris. Yes this is what I've started to do using the branding localization. I don't reuse many Netbeans menu items, so it should be ok.
The problem I have now is how to deal with the ISO-8859-1 encoding required for Bundle*.properties, because I use Crowdin and it generates UTF-8 files... I'll post a separate email. 



    Le lundi 21 décembre 2020 à 00:43:52 UTC+1, Boris Heithecker <bo...@gmx.net> a écrit :  
 
 Hi Jerome,NetBeans 12.0 has no built-in localization. If you need it, you'll have to compile your own localization module reusing translation from pre-9.0 editions. Go to https://github.com/apache/netbeans-l10n and see how this can be done, using the german translations (locale_de) as a template. Boris

On Fri, 18 Dec 2020 at 23:45, Jerome Lelasseux <le...@yahoo.com.invalid> wrote:

When I run my RCP application with

run.args.extra=--locale fr:FR 

I get my own UI menu items localized but not Netbeans ones remain in english, like bar menu headers "File" or "Edit", the action "Exit", etc.

What do I miss ?

I use Netbeans 12.0



-- 
Boris Heithecker


Dr. Boris Heithecker
Lüneburger Str. 30
28870 Ottersberg
Festnetz: +49 4205 315834
Mobil: +49 170 6137015  

Re: Netbeans menus File, Edit... do not get localized

Posted by Boris Heithecker <bo...@gmx.net>.
Hi Jerome,
NetBeans 12.0 has no built-in localization. If you need it, you'll have to
compile your own localization module reusing translation from pre-9.0
editions.
Go to https://github.com/apache/netbeans-l10n and see how this can be done,
using the german translations (locale_de) as a template.
Boris


On Fri, 18 Dec 2020 at 23:45, Jerome Lelasseux <le...@yahoo.com.invalid>
wrote:

> When I run my RCP application with
>
> run.args.extra=--locale fr:FR
>
> I get my own UI menu items localized but not Netbeans ones remain in
> english, like bar menu headers "File" or "Edit", the action "Exit", etc.
>
> What do I miss ?
>
>
> I use Netbeans 12.0
>


-- 
Boris Heithecker


Dr. Boris Heithecker
Lüneburger Str. 30
28870 Ottersberg
Festnetz: +49 4205 315834
Mobil: +49 170 6137015

Netbeans menus File, Edit... do not get localized

Posted by Jerome Lelasseux <le...@yahoo.com.INVALID>.
When I run my RCP application with

run.args.extra=--locale fr:FR 

I get my own UI menu items localized but not Netbeans ones remain in english, like bar menu headers "File" or "Edit", the action "Exit", etc.

What do I miss ?

I use Netbeans 12.0

Localization issue with MenuBar(DataFolder) + declarative action registrations

Posted by Jerome Lelasseux <le...@yahoo.com.INVALID>.
Hi
I use the menuBar(DataFolder) constructor to automatically build a MenuBar from actions registered in the layer.xml:

menuBar = new MenuBar(DataFolder.findFolder(FileUtil.getConfigFile("MyMenuBar")));

And below is an example of the ImportMix action in the "MixFile" submenu:

@ActionID(category = "MixConsole", id = "org.jjazz.ui.mixconsole.actions.importmix")
@ActionRegistration(displayName = "#CTL_ImportMix", lazy = true)
@ActionReferences(
        {
            @ActionReference(path = "MyMenuBar/MixFile", position = 200)
        })
public class ImportMix extends AbstractAction



This works well and I can localize the ImportMix action name. 

However how to localize the submenu name ?  ("MixFile" in the example)



Re: Debugger problems in 12.2

Posted by Helmut Leininger <h....@gmx.at>.
I remember to have encounterred the same problem, debugging a Java
project. I did not try to find the cause because after a restart of
Netbeans it worked again.

And just, when writing this answer, I see a similar problem:
I executed a a Java application from within the IDE. After terminating
the application, I changed to another source fil (within the shutdown
application) -> Netbeans says 'Please wait' in the Navigator Members
window (trying to show routines, variables etc)

Helmut

Am 14.12.2020 um 09:12 schrieb Laszlo Kishalmi:
>
> First of all, What is the language you are trying to debug?
>
> On 12/13/20 8:14 PM, Mark J Koch wrote:
>>
>> Has anyone else experienced debugger issues in 12.2?
>>
>> In my case I was watching a field (pink triangle toggled for a
>> variable name).
>>
>> I can get through a couple break points with class telemetry in the
>> ‘variables’ tab before it becomes blank and says ‘Please wait…’.  
>>  Watches tab is similar,  I just get ‘Evaluating...’.  Waited a few
>> minutes and information never fills in.
>>
>> Went back to 12.1 and debugging seems to be fine.
>>
>> Pics attached.
>>
>>
>> Mark
>>
>>

Re: Debugger problems in 12.2

Posted by Laszlo Kishalmi <la...@gmail.com>.
First of all, What is the language you are trying to debug?

On 12/13/20 8:14 PM, Mark J Koch wrote:
>
> Has anyone else experienced debugger issues in 12.2?
>
> In my case I was watching a field (pink triangle toggled for a 
> variable name).
>
> I can get through a couple break points with class telemetry in the 
> ‘variables’ tab before it becomes blank and says ‘Please wait…’.   
>  Watches tab is similar,  I just get ‘Evaluating...’.  Waited a few 
> minutes and information never fills in.
>
> Went back to 12.1 and debugging seems to be fine.
>
> Pics attached.
>
>
> Mark
>
>