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 42901 - Analyze <import>ed files during Ant code completion
Summary: Analyze <import>ed files during Ant code completion
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 21728
  Show dependency tree
 
Reported: 2004-05-06 16:10 UTC by Jesse Glick
Modified: 2008-12-10 00:04 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-05-06 16:10:20 UTC
When analyzing an Ant script for properties during
code completion, should look for <import> tags and
load their contents too. Could just open the file,
or look for an EditorCookie and load the document
(to handle modified imported files nicely).
Comment 1 Jesse Glick 2004-06-04 16:18:54 UTC
For D, will at least make code completion offer <import> with the
correct parameters.
Comment 2 Jesse Glick 2004-06-04 19:37:59 UTC
committed   * Up-To-Date  1.18       
ant/grammar/src/org/netbeans/modules/ant/grammar/AntGrammar.java
committed   * Up-To-Date  1.5        
ant/grammar/test/unit/src/org/netbeans/modules/ant/grammar/AntGrammarTest.java
Comment 3 Jesse Glick 2004-08-12 22:43:00 UTC
Enough for D. For a later release can open the imported files and do
something intelligent with them.
Comment 4 Jesse Glick 2008-12-10 00:04:04 UTC
Later.