[Gtk-sharp-list] type browser for gtk#
Radek Doulík
rodo@ximian.com
06 May 2003 17:27:50 +0200
Hi Marc,
On Mon, 2003-05-05 at 21:11, Marc Eilens wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi guys,
>
> I just started with GTK# a couple of weeks ago. Since the API documentation
> wasn't that good when I started I thought I could try to write an assembly
> browser comparable to the class browser of the ASP.NET site for Windows. Is
> there perhaps already such a tool written in GTK#?
take a look at monotalk object browser, you could checkout monotalk from
mono cvs as module monotalk
> After spending a lot of time trying to understand the tree view and everything
> connected with it I finally got it to work somehow (with the help of the tool
> itself and some sample code of this list ;)
>
> I'm currently looking for some library I could use to display the IL code for
> a member and I'm having the impression that the monodis isn't the right one
> for this task (not a library and not fine grained enough).
> Does anyone of you know of sth. that could be interesting for me???
I was looking for such library some time ago, but I didn't find any. My
plan was to modify monodis to make it more useful for such task.
Cheers
Radek