Hi all,
I've started to write a REALLY simple GNOME application
which permits
to just type inside its editor widget a thing like:
Console.WriteLine("hello world");
and when you press the "run" button, you get
either
hello world
or a compiler error message printed in the application's
output widget.
As you can see by looking at the code, it's still an idea,
not yet application
...and it works only for C# as by now...
Anyway, I think it can be very useful (indeed, I wrote it
because I need it).
In addition, I think it could be embedded as a plugin in
MonoDevelop.
Just think: you select a code fragment and you get it
immediately executed.
Unfortunately, I don't have much time to examine
MonoDevelop's source code
and MD's site plugin development guide is obsolete...
What do you think about it ?
Could you send me a minimal sample plugin so I can develop
my
"snippet" plugin ?
Thank you all guys !
------------------------------------------------------------
----
This message was sent using IMP, the Internet Messaging
Program.
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
|