[MonoDevelop] filtering the GAC references in the edit references dialog

Rafael Teixeira monoman at gmail.com
Wed Jul 20 17:32:46 EDT 2005


I would love if it also would come sorted both on name AND version, as
it is common to have both versions of GTK# libs in the GAC, in some
cases for same-named libs the 1.0 version comes first but for some
others the 2.X comes first, this complicates doing multiple selection.

Also how about selecting packages (that would imply referencing
multiple assemblies): I think another tab (Packages) in that dialog
with a list of packages (a bit clunky on how to filter only the
managed ones from what pkg-config gives) is the easy part, but how
would end up the model for the project and how it would be viewed in
the project tree? For example we could have a separate Referecend
Packages folder, or have packages as nodes on References with or
without assembly nodes inside them. For the benefit of compilers that
doesn't implement -pkg: we could do package expansion on the command
line for them.

Well I babbling too much, but would like to hear from you all and see
things becoming even better.

Fun

:)

On 7/20/05, John Luke <john.luke at gmail.com> wrote:
> Hey,
>         I have been toying around with TreeModelFilter and thought something
> like this would be useful.  It currently has an odd bug when pressing
> cancel that causes a nullref (that does not happen in a standalone
> example).  I thought I would post this and see if anyone has any
> thoughts on how something like this should work on a UI level in
> particular.
> 
> 
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
> 
> 
> 
> 


-- 
Rafael "Monoman" Teixeira
---------------------------------------
I'm trying to become a "Rosh Gadol" before my own eyes. 
See http://www.joelonsoftware.com/items/2004/12/06.html for enlightment.
It hurts!


More information about the Monodevelop-list mailing list