[MonoDevelop] This collection does not exist!

laas laas.mono at gmail.com
Thu Sep 11 11:06:46 EDT 2008


Hi all,developing my own MonoDevelop addin I'm trying to find a way to loop
through all solution's documents. After a lot of days spent to read MD
source code I've found the following file:

WholeProjectDocumentIterator.cs

that contains the following instructions:

foreach (Document document in IdeApp.Workbench.Documents) {
...
}

but I'm sure this will loop only through opened documents. So I think that
MD core does not provides a collection of all document of a
solution/project.

Is this right ?

Best regards,

-- 
[LAAS]
WebSite: http://www.laas02.org
YTSite: http://www.laas02.org/?page_id=17
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20080911/df0036ab/attachment.html 


More information about the Monodevelop-list mailing list