[Monodevelop-devel] Looping through the Project documents

"Andrés G. Aragoneses" aaragoneses at novell.com
Thu Aug 28 11:18:37 EDT 2008


I'm forwarding this to monodevelop-*devel* list.

laas, take a look at the code in this file:

trunk/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Search/WholeCombineDocumentIterator.cs

I bet it will give you some clues ;)

	Andrés


laas wrote:
> Hi Mike,
> I've never used the collection Project.Files. Does it contains all the 
> solution document ? Also documents (cs, xml and so on) in project 
> subfolder ?
> 
> Best regards,
> LAAS
> 
> On Thu, Aug 28, 2008 at 4:27 PM, Mike Kestner <mkestner at gmail.com 
> <mailto:mkestner at gmail.com>> wrote:
> 
>     On Thu, 2008-08-28 at 11:39 +0200, laas wrote:
>      > Hi all,
>      > developing for Monodevelop, I'm using the following collection:
>      >
>      > IdeApp.Workbench.Documents
>      >
>      > in order to loop through all the documents that are currently open.
>      > Is there a collection that can be used to loop through ALL the
>     project (or solution) documents (open and closed) ?
> 
>     Maybe I'm not understanding what you mean by documents, but there's
>     Project.Files.
> 
>     Mike


More information about the Monodevelop-devel-list mailing list