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 117662 - Rakefile should be visible in the Projects tab
Summary: Rakefile should be visible in the Projects tab
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-03 16:06 UTC by dudleyf
Modified: 2007-10-05 10:25 UTC (History)
0 users

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 dudleyf 2007-10-03 16:06:28 UTC
Most Ruby projects tend to have custom rake tasks. Would it be possible to make the Rakefile visible in the Projects
view? Toggling back and forth between Projects and Files to edit a Rakefile gets annoying after a while.
Comment 1 Martin Krauskopf 2007-10-04 12:59:40 UTC
I believe this will be fixed automatically with issue 112531. Will double check after the issue is fixed.
Comment 2 Martin Krauskopf 2007-10-04 19:13:59 UTC
I was wrong. Does not depend on any issue. Fixed.

projects/src/org/netbeans/modules/ruby/rubyproject/RakeSupport.java;
new revision: 1.11; previous revision: 1.10
projects/src/org/netbeans/modules/ruby/rubyproject/RakeTargetsAction.java;
new revision: 1.16; previous revision: 1.15
projects/src/org/netbeans/modules/ruby/rubyproject/ui/SourceNodeFactory.java;
new revision: 1.6; previous revision: 1.5
Comment 3 Martin Krauskopf 2007-10-04 20:34:39 UTC
findPath() for single files (C-S-1 for Rakefile works)

projects/src/org/netbeans/modules/ruby/rubyproject/ui/RubyLogicalViewProvider.java 
projects/src/org/netbeans/modules/ruby/rubyproject/ui/RubyLogicalViewProvider.java;
new revision: 1.7; previous revision: 1.6
Comment 4 Martin Krauskopf 2007-10-05 10:25:30 UTC
+ basic test for findPath()

projects/test/unit/src/org/netbeans/modules/ruby/rubyproject/ui/RubyLogicalViewProviderTest.java;
initial revision: 1.1