Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi Prism/IDE/Code Editor    [ Add a report in this area ]  
Report #:  71848   Status: Open
Autocomplete can't resolve xaml object name when page is in tree folder
Project:  Embarcadero Prism Build #:  3.0.15.567
Version:    1.0 Submitted By:   Mark Tiede
Report Type:  Basic functionality failure Date Reported:  2/28/2009 12:35:19 PM
Severity:    Commonly encountered problem Last Updated: 3/20/2012 2:24:39 AM
Platform:    32 Bit Internal Tracking #:   268424
Resolution: None (Resolution Comments) Resolved in Build: : None
Duplicate of:  None
Voting and Rating
Overall Rating: No Ratings Yet
0.00 out of 5
Total Votes: None
Description
None
Steps to Reproduce:
I made a second xaml page in a wpf app. I decided I didn't want that xaml and its xaml.pas cluttering up the root of the project folder. So I created a new folder in the tree and moved the files there. Now when I am in the editor or the xaml.pas file, the autocomplete won't resolve the named objects on the xaml page. (I think it gets that from a partial class definition in the g.pas file.

I can blindly type the object names and their methods or properties and it will successfully compile and execute. But no autocompletion.

So if I remove the 2 files from the project and then add them back in (while they still physically are in the folder on disk) as existing items, they show up in the tree back under the project node (not any folder) and then the autocompletion works again.
Workarounds
None
Attachment
None
Comments

None

Server Response from: ETNACODE01