[MonoDevelop] Help me starting in MD development
Todd Berman
tberman@off.net
Mon, 25 Oct 2004 09:56:04 -0700
On Mon, 2004-10-25 at 12:24 +0100, Alexandre Gomes wrote:
> Hi,
>
> After a few tries, and without Visual Studio, I can't progress very much
> with monodevelop. I'm trying to implement, a simple task, a Comment
> Lines/UnComment Lines like in Visual Studio.
> I can't get the task done because I don't know the MD struture and have
> nothing that really helps me. I mean: Autocomplete isn't working with
> project implemented classes, it looks like it's only working with the Mono
> namespaces. EX: I define a IWorkbechWindow variable and no autocomplete is
> availiable!
Completion only works with referenced assemblies. You are most likely
not referencing MonoDevelop.Base.dll
> My second problem is that there is no way of sync with the classes Pad, this
> makes very hard to search for the time or the file to look into.
>
The classes pad syncs on its own if I understand you correctly.
The real problem is that there is no working MonoDevelop solution you
can load. I am busy tonight and tomorrow, but I should have some free
time on Wednesday that I can spend to attempt to get this going. Note:
this would only be for having a project to load, there is no way right
now to build MonoDevelop from within itself.
--Todd