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 115908 - Fix titles of New Project panels for Rails projects
Summary: Fix titles of New Project panels for Rails projects
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: SIMPLEFIX, UI
Depends on:
Blocks:
 
Reported: 2007-09-18 20:18 UTC by Paul Fussell
Modified: 2007-10-16 19:33 UTC (History)
3 users (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 Paul Fussell 2007-09-18 20:18:05 UTC
1. When you choose File > New Project and then in the New Project Wizard select Ruby and Ruby on Rails Application and
click Next, you see a panel with the title "New Ruby Application". I think this panel should have the title "New Ruby on
Rails Application".

2. If you click Next in the Wizard panel in #1, you see a panel titled New Project. (Inside the panel it says "Install
Rails".) I think the panel title should be "New Ruby on Rails Project".

3. When you choose File > New Project and then in the New Project Wizard select Ruby and Ruby on Rails Application with
Existing Sources and click Next, you see a panel with the title "New Ruby Application with Existing Sources". I think
this panel should have the title "New Ruby on Rails Application with Existing Sources".

4. If you click Next in the Wizard panel in #3, you see a panel titled New Project. (Inside the panel it says "Install
Rails".) I think the panel title should be "New Ruby on Rails Project with Existing Sources".
Comment 1 Martin Krauskopf 2007-10-16 13:42:15 UTC
Jirko is this really "UI" issue (you marked it with UI keyword)? Do we need to go through some UI review process? Seems
to me just like a bugs/typos.
Comment 2 Jiri Skrivanek 2007-10-16 13:50:14 UTC
My understanding is that UI keyword is for any change in UI. For example, doc writers scan issues with UI keyword and
they definitely should be notified about such changes. And I don't think you need go through UI review if it is a bug or
typo.
Comment 3 Martin Krauskopf 2007-10-16 13:52:11 UTC
So Paul, let me know if you want me to do anything else.
Comment 4 Paul Fussell 2007-10-16 15:50:01 UTC
The other writers on the project need to be asked if this fix is okay. I've added two of them to the CC on this bug.
It's OK with me if you proceed, but they'll need to let you know as well.
Comment 5 Gail Chappell 2007-10-16 17:21:53 UTC
I'm the Ruby docs project lead and give an OK for this fix. 
Comment 6 Chris Kutler 2007-10-16 18:16:21 UTC
Please send build number which has this fix so we can reshoot all our screenshots asap.
Comment 7 Martin Krauskopf 2007-10-16 19:33:44 UTC
Hopefully all fixed. Thanks for detailed report.



railsprojects/src/org/netbeans/modules/ruby/railsprojects/ui/wizards/Bundle.properties;
new revision: 1.13; previous revision: 1.12
railsprojects/src/org/netbeans/modules/ruby/railsprojects/ui/wizards/PanelConfigureProjectVisual.java;
new revision: 1.5; previous revision: 1.4
railsprojects/src/org/netbeans/modules/ruby/railsprojects/ui/wizards/PanelProjectLocationVisual.form;
new revision: 1.2; previous revision: 1.1
railsprojects/src/org/netbeans/modules/ruby/railsprojects/ui/wizards/PanelProjectLocationVisual.java;
new revision: 1.5; previous revision: 1.4
railsprojects/src/org/netbeans/modules/ruby/railsprojects/ui/wizards/RailsInstallationPanel.form;
new revision: 1.2; previous revision: 1.1
railsprojects/src/org/netbeans/modules/ruby/railsprojects/ui/wizards/RailsInstallationPanel.java;
new revision: 1.5; previous revision: 1.4