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 178227 - Go to declaration doesn't work for some partial files
Summary: Go to declaration doesn't work for some partial files
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-07 05:12 UTC by Erno Mononen
Modified: 2009-12-08 02:28 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 Erno Mononen 2009-12-07 05:12:08 UTC
E.g. if you have 

render :partial => 'something/rss20_feed'

and the partial file is _rss20_feed.atom.builder, go to decl doesn't work for it. This is because the declaration finder tries match partials only with a couple of known file types and .atom.builder isn't known to it.
Comment 1 Erno Mononen 2009-12-07 06:35:15 UTC
Fixed in 2f2fe0a7ce08.
Comment 2 Quality Engineering 2009-12-08 02:28:49 UTC
Integrated into 'main-golden', will be available in build *200912080200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/2f2fe0a7ce08
User: Erno Mononen <emononen@netbeans.org>
Log: #178227 - Go to declaration doesn't work for some partial files