Editing class method sources in single place

Blake blake at kingdomrpg.com
Thu Jan 31 20:18:38 UTC 2008


On Thu, 31 Jan 2008 09:49:25 -0800, Jason Johnson  
<jason.johnson.081 at gmail.com> wrote:

> What I mean was, "compared to IDE's of other languages".  That is, I
> can open 10 browsers on one project I'm working on and it's no
> problem.  10 Eclipse, IntelliJ, Visual Studio or what ever is
> unthinkable.

The comparison is not entirely apt. Each Eclipse, IntelliJ, Visual Studio  
is a complete environment. It would be like opening an entirely new  
Image+VM, which you don't do in Smalltalk either. It's actually more  
do-able (and I've done it occasionally) in these other tools because of  
the source-file-based set-up.

The equivalent of the browser in these environments is the editing window  
(with associated browsing tools). And, of course, one has many of those  
open at once--though not as many as browsers in Smalltalk since one window  
is good for an entire class, at least. ;-)

	===Blake===



More information about the Squeak-dev mailing list