[MonoDevelop] WelcomePageView - the 'Save As...' problem

Alejandro Serrano trupill at yahoo.es
Thu Jun 8 05:35:12 EDT 2006


Matej Urbas escribió:
> From what I see, a lot of restructuring will be needed. A big 
> undertaking, for sure. So, if you all agree that this is where I 
> should start working, I'll take a deep dive into it - questions will 
> ensue.
>
> I will try to make a detailed plan of what I will have to change, and 
> surely, I will want to discuss these things with you.
>
> In any case, I will take a very good look into reflection to make sure 
> that we follow the path of .NET 2.0 more closely - to better adapt to 
> potential CLI changes.
I think the best way to take is to mimic how Reflection works: just 
adding a "IsGeneric" property to IClass, and "TypeParameters" to both 
IClass and IMethod. This code should be enough (Reflection makes 
distinction between open and closed generic types and so on...), because 
ReturnType, the only place where open/closed generic types could be used 
indeed takes a string.
Also, in that way we could prevent changing every add-in: just add 
public bool IsGeneric { get { return false; }} would be enough for 
updating them.
What do you think?
>
> I'm taking notes of all your hints and wishes concerning my tasks, so 
> don't stop giving me input - nothing will be forgotten (unless my disk 
> drive gives up or I die - well, there are endless possibilities - I 
> should better say: nothing should be forgotten, nay? ;) ).
>
I hope you don't die. At least before ending the transition ;-)


	
	
		
______________________________________________ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com


More information about the Monodevelop-list mailing list