-Emacs is a general purpose editor ie. not an IDE specificaly designed for .net and c#.
- It is my experience that Emacs along with Glade and the Mono tools makes a powerfull and productive development environment.
-
+
+Emacs is a general purpose editor ie. not an IDE specificaly
+designed for .net and c#.
+It is my experience that Emacs along with Glade and the Mono
+tools makes a powerfull and productive development environment.
+
Strengths about emacs:
+
-
Has support for almost every programming language you can mention
-
Is portable and thus available at all major computing platforms.
-
Easily extendable.
-
Its free software.
+
Has support for almost every programming language you can
+mention
+
+
Is portable and thus available at all major computing
+platforms.
+
+
Easily extendable.
+
+
Its free software.
-For more information about emacs refer to this
+For more information about emacs refer to this
+
-By default there is no c# mode available in emacs (21.2).
-Luckily there is some third party modes available here:
+By default there is no c# mode available in emacs (21.2). Luckily
+there is some third party modes available here:
+Author: Martin Willemoes
+Hansen
-
\ No newline at end of file
+
+
diff --git a/gnometutorial/index.html b/gnometutorial/index.html
index 53b4a7d44..53d85e746 100644
--- a/gnometutorial/index.html
+++ b/gnometutorial/index.html
@@ -1,89 +1,133 @@
-
+
+
The Gnome.NET Tutorial
-Another way to accomplish the above is to wrap the
-mono .exe file it in a shell script, like this:
+Another way to accomplish the above is to wrap the
+mono .exe file it in a shell script, like this:
-This tutorial is born out of a vision of a first place to go for High Level
-Gnome desktop programming.
- The idea is to give application programmers an overview of the platform,
- information about available development tools and sample code.
+
+
-You can read from the beginning to the end or you can
-skip around from topic to topic, no problemo.
+
+This is a must in every book or tutorial, a "Hello, World!"
+program, so here it is:
+
Pablo Baena
- Main focus: Threads stuff, Eclipse/mono/gtk#/glade#/glib# sections.
- Is working on a front-end for Mencoder, which could be used as a sample.
-
Pablo
+Baena
+Main focus: Threads stuff, Eclipse/mono/gtk#/glade#/glib#
+sections.
+Is working on a front-end for Mencoder, which could be used as a
+sample.
Some of the things you need (samples); can be re-used from the /sample
- directory in the gtk-sharp module. At least that is a start! :)
- Richard Torkar
-
My suggestion is to make a small application that would show
- programmers how to build a full application, pick a target application
- (for example you could pick the `same-gnome' game) and build it from
- zero:
-
-
Creating your UI using glade.
-
Connecting the Glade code to C#
-
Making the program go.
-
Using the Canvas/Drawing.
-
Creating a configuration dialog box with Glade.
-
Loading configuration settings from GConf.
-
Storing scores on a database.
-
Internationalization.
-
Adding an About Box and a logo
-
Making the executable self-contained
-
Creating a custom widget.
-
- Miguel de Icaza
+
Some of the things you need (samples); can be re-used from
+the /sample directory in the gtk-sharp module. At least that is a
+start! :)
+Richard Torkar
+
+
My suggestion is to make a small application that would show
+programmers how to build a full application, pick a target
+application (for example you could pick the `same-gnome' game)
+and build it from zero:
+