Re: IDe for GST

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: IDe for GST

Nicolas Petton
Hi Guiseppe,

The great thing about GNU Smalltalk is that you can use your favorite tool :)
Most of the times I used Vim and gst's REPL, but I'm starting to switch to
VisualGST, as it is getting ready for daily work :)

If you want to use VisualGST, I suggest to use the git version, it's quite
stable and has almost everything you may need to develop.

For versionning, I use Git from the command line, so I keep a terminal open to
commit changes (fileouts from VisualGST).

If you want to use a text editor, some good ones have builtin Smalltalk syntax
highlighting, like Vim or Emacs (but you can also use Kate, Textmate, etc).

For building packages automatically (because doing it manually each time is
very painful), I use the package builder  (it is in the Examples directory I
think).

To debug, I use VisualGST's debugger or the MiniDebugger from Examples in the
REPL.

HTH,
Nico

Le mercredi 22 septembre 2010 16:01:49, vous avez écrit :

> Hi Nico,
>
> I know you use GST for your main development, and I would like to
> know, what IDE you use to develop.
>
> Paolo, told me about emacs mode, or vim, but, I don't figure out,
> habitual to Squeak, how to look at Hierarchical, Browse classes,
> Inspect, and so on fast.
>
> How you develop under GST?
>

--
Nicolas Petton

ObjectFusion S.A.R.L.
Développement d'applications web
http://www.objectfusion.fr

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk