[MonoDevelop] text editor patch for simple class/member selector

atsushi eno atsushi at ximian.com
Tue Jan 2 10:42:43 EST 2007


I noticed that my previous version could be too slow because of the
default TreeIterCompareFunc. I replaced it with custom comparer in this
new patch.

Atsushi Eno

> Happy new year guys,
> 
> Here is a patch for simple class/member selector to jump there in the
> text editor.
> 
> There are some FIXMEs I put on the source, so there are chances to
> improve the patch, that I need some hints:
> 
> - Member type icons: I need to get icons for Pixbuf column (not in
>   this patch). I could find icon storage functionalitu in TreeViewPad.
>   Probably I could make some refactoring and split it into [somewhere?]
>   and share the same storage?
> - Better member list formatting. Is there a way to get decent format
>   like "Foo(int x, int y)" to distinguish overloads, or do I need to
>   implement it by myself?
> - Is there already a way to get localized string for ClassType (such
>   as "class" and "struct") ? I believe yes but don't know where.
> 
> Here is a screenshot:
> http://monkey.workarea.jp/tmp/2007/add-class-member-shortcut.png
> 
> Please review and/or feel free to commit it. It is somewhat functional.
> 
> Atsushi Eno
> 
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: add-class-member-shortcut.patch
Type: text/x-patch
Size: 5275 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/monodevelop-list/attachments/20070103/f15f6eb6/attachment.bin 


More information about the Monodevelop-list mailing list