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 129566

Summary: I18N - tooltips of rake tasks in explorer menu not from bundle file
Product: ruby Reporter: Ken Frank <kfrank>
Component: RakeAssignee: Martin Krauskopf <mkrauskopf>
Status: RESOLVED INVALID    
Severity: blocker CC: jskrivanek
Priority: P2 Keywords: I18N
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Ken Frank 2008-03-07 17:11:34 UTC
using pseudo localized netbeans.

in explorer for a rails project,choose run or debug rake task and let
mouse hover on a task name - the tooltip that appears is not from
a bundle file.
Comment 1 Jiri Skrivanek 2008-03-10 12:15:28 UTC
This is not an issue because the tooltip is from 'desc' field in rakefile.
Comment 2 Ken Frank 2008-03-10 18:09:34 UTC
what about for description items in  rails generator window - does it come from
some ruby file and not netbeans ? (for the default generator types shown in the dropdown)
I don't see the descriptions in netbeans ruby bundle or html files 

if from ruby itself, should these be in netbeans jar files instead so can be translated
since are shown to netbeans user ?

ken.frank@sun.com
Comment 3 Jiri Skrivanek 2008-03-11 08:36:45 UTC
Description items come from rails gem. For example 

netbeans\ruby2\jruby-1.1RC2\lib\ruby\gems\1.8\gems\rails-2.0.2\lib\rails_generator\generators\components\controller\USAGE

I don't think they should be translated. User can update rails gem in his ruby platform and he can use several ruby
platforms at once. It would be a problem to have description in NetBeans in sync.