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 - I18N - tooltips of rake tasks in explorer menu not from bundle file
Summary: I18N - tooltips of rake tasks in explorer menu not from bundle file
Status: RESOLVED INVALID
Alias: None
Product: ruby
Classification: Unclassified
Component: Rake (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-03-07 17:11 UTC by Ken Frank
Modified: 2008-03-11 12:39 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 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.