[MonoDevelop] Source analysis, code completion, syntax coloring

Bill Six billsix at gmail.com
Sun Jul 15 02:41:32 UTC 2012


On May 24, 2012 11:11 AM, <forumer at smartmobili.com> wrote:
>
> Hi,
>
> I would like some information about the way source analysis and code
completion works on monodevelop.
> Let's say I would like to add support for a new non .net language (for
instance objective-c),
> how am I supposed to do it ?

http://monodevelop.com/How_to_extend_the_Project_Model

Also, you can run the debugger on an instance of monodevelop using
monodevelop.  Take a look at the c# binding, and put breakpoints in areas
of interest.  The c# add in.xml and the refactoring add in.xml should point
to areas of interest for debugging.

> Would it be possible to implement this source analysis inside a native
dll that could be also used
> for instance to create a Visual addin ?
> If I use an external dll, can I pass the content of the file currently
edited to it and "mark" token ?
> What are the entry points between editor and syntax highlighting ?
>
> Thanks
>
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20120714/05504875/attachment.html>


More information about the Monodevelop-list mailing list