[MonoDevelop] Some question for the Nemerle add-in

Lluis Sanchez lluis at ximian.com
Mon May 29 11:54:24 EDT 2006


El dl 29 de 05 del 2006 a les 17:11 +0200, en/na Alejandro Serrano va
escriure:
> Hi,
> First of all, thanks for comitting the add-in to SVN. However, I have 
> some questions that I need to get answered to continue improving it:
> 
> 1. How can I get the Monodoc information shown as in C# and VB bindings?

If the documentation is properly registered in Monodoc, it should be
shown by code completion. This is unrelated to language bindings,
information is only shown for assemblies.

> 2. I've seen method information in Compeltion window is always shown in 
> the C# order (in VB or Nemerle add-ins either). Are there any plans to 
> change it so it takes the information from the add-in? If you tell me 
> how this information is retrieved, I could try changing by myself.

Yes, there are plans for allowing per-language member formatting. This
will be done as part of one of the Google SoC projects.

> 3. Finally, the  use of Stetic in Nemerle. When I first add a window, 
> the .n file is correctly generated. However, when I clic the window in 
> the tree view to show the designer, it shows me a box asking for a file, 
> and when I click OK, it creates a .cs file (in C#). However, I've 
> checked that a generated.n file is correctly generated. Is this a 
> problem of the Stetic add-in or a Nemerle add-in problem?

This might be a problem in the stetic add-in, I'll review it. In any
case, to fully support the Stetic designer you'll need to implement an
IRefactorer interface for Nemerle (you can also subclass BaseRefactorer,
which is a default implementation of IRefactorer).

Lluis.




More information about the Monodevelop-list mailing list