This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 124861 - I18N : "Install Fast Debugger" is not from Bundle
Summary: I18N : "Install Fast Debugger" is not from Bundle
Status: VERIFIED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-01-08 03:15 UTC by Masaki Katakai
Modified: 2008-03-11 12:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2008-01-08 03:15:36 UTC
The text of "Install Fast Debugger" button on Ruby Option dialog is
not from Bundle.properties, it seems that it's hardcoded.

ruby/debugger/src/org/netbeans/modules/ruby/debugger/RubyDebuggerPanel.java
        org.openide.awt.Mnemonics.setLocalizedText(installFastDebugger, "&Install Fast Debugger");

Please extract it into Bundle.properties so that we can localize it.
Comment 1 Martin Krauskopf 2008-01-08 07:51:55 UTC
Ups, sorry. Seems like Form editor cheated me.
Comment 2 Martin Krauskopf 2008-01-08 07:53:56 UTC
PS: this button is hidden in trunk and I'm not sure if there will not be different mechanism. I'll fix this if/when the
button is shown again.
Comment 3 Martin Krauskopf 2008-02-07 13:12:30 UTC
This was fixed with infrastructure overhaul.
Comment 4 Ken Frank 2008-03-06 19:27:49 UTC
I dont think this option is shown anymore on ruby options ?

ken.frank@sun.com
Comment 5 Masaki Katakai 2008-03-06 23:01:17 UTC
I understand that the option was moved to Ruby Platform Manager, Tools -> Ruby Platforms.
Comment 6 Ken Frank 2008-03-07 00:08:11 UTC
got it; it looks like from bundle

will verify.

ken.frank@sun.com
Comment 7 Ken Frank 2008-03-07 00:13:08 UTC
perhaps I verified too quickly - 
I see the words Fast Debugger in the ruby platform mgr but not the words
install fast debugger - but in any case, it is in bundle file now.

ken.frank@sun.com
Comment 8 Martin Krauskopf 2008-03-11 12:08:33 UTC
'Install Fast Debugger' button is shown only when the fast debugger is *not* installed. If it is installed the button is
hidden so you do not see the text in the UI.