Hi,
I'm doing a new some research in smalltalk in my company. I did a "make clean" in my smalltalk installation, svn pull, and make;make install again. VisualGST starts, and I can create a namespace, but, when try to create a class in this namespace, I get: "VisualGST Debugger VisualGST.AddClassUndoCommand error: did not understand #add:to:category:withSuperclass:" I remember, this is the same error I got when my last build, about 1 month ago. I'm not sure, but AFAIR, VisualGST is developed in other repository than GST. Where can I find out, to look at the advance of this projects? Cheers. _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
On 09/22/2010 09:48 AM, Giuseppe Luigi Punzi wrote:
> I'm not sure, but AFAIR, VisualGST is developed in other repository than GST. > Where can I find out, to look at the advance of this projects? I plan to sync the two later this week. Paolo _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
In reply to this post by Giuseppe
Hi,
You need the last version (which has a lot of bug fixes and a new icon thanks to Nicolas Petton ;-). You can install it from http://github.com/MrGwen/gst-visualgst - git clone git://github.com/MrGwen/gst-visualgst.git - ./make_package.sh - sudo ./install_desktop.sh - sudo rm /usr/local/share/smalltalk/VisualGST.star - gst-browser in the console or in your desktop menu -> Programming -> VisualGST :D Cheers, On Wed, Sep 22, 2010 at 9:48 AM, Giuseppe Luigi Punzi <[hidden email]> wrote: > Hi, > > I'm doing a new some research in smalltalk in my company. > > I did a "make clean" in my smalltalk installation, svn pull, and make;make > install again. > > VisualGST starts, and I can create a namespace, but, when try to create a > class in this namespace, I get: > > "VisualGST Debugger VisualGST.AddClassUndoCommand error: did not understand > #add:to:category:withSuperclass:" > > I remember, this is the same error I got when my last build, about 1 month > ago. > > I'm not sure, but AFAIR, VisualGST is developed in other repository than GST. > Where can I find out, to look at the advance of this projects? > > Cheers. > > _______________________________________________ > help-smalltalk mailing list > [hidden email] > http://lists.gnu.org/mailman/listinfo/help-smalltalk > _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
In reply to this post by Paolo Bonzini-2
Hi Paolo,
Instead of syncing all the time cannot we use the download feature of gst-package ? Gwen On Wed, Sep 22, 2010 at 9:56 AM, Paolo Bonzini <[hidden email]> wrote: > On 09/22/2010 09:48 AM, Giuseppe Luigi Punzi wrote: >> >> I'm not sure, but AFAIR, VisualGST is developed in other repository than >> GST. >> Where can I find out, to look at the advance of this projects? > > I plan to sync the two later this week. > > Paolo > > _______________________________________________ > help-smalltalk mailing list > [hidden email] > http://lists.gnu.org/mailman/listinfo/help-smalltalk > _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
On 09/22/2010 09:59 AM, Gwenaël Casaccio wrote:
> Hi Paolo, > > Instead of syncing all the time cannot we use the download feature of > gst-package ? I would like VisualGST to be distributed in the main package. However, we should definitely make sure that "gst-package --download VisualGST" upgrades seamlessly. Paolo _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
Until this is done, and VisualGST usable, what is the "standard" way
to develop in GST? I'm looking something easy to browse in classes, autcompletion will be welcome, and so on. One of the best things in Smalltalk is Browsers.. Quoting Paolo Bonzini <[hidden email]>: > On 09/22/2010 09:59 AM, Gwenaël Casaccio wrote: >> Hi Paolo, >> >> Instead of syncing all the time cannot we use the download feature of >> gst-package ? > > I would like VisualGST to be distributed in the main package. However, > we should definitely make sure that "gst-package --download VisualGST" > upgrades seamlessly. > > Paolo _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
On 09/22/2010 12:48 PM, [hidden email] wrote:
> Until this is done, and VisualGST usable, what is the "standard" way > to develop in GST? vim or Emacs? VisualGST is usable in GST git though. > I'm looking something easy to browse in classes, autcompletion will > be welcome, and so on. One of the best things in Smalltalk is > Browsers.. Autocompletion is not even part of VisualGST. Paolo _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
Quoting Paolo Bonzini <[hidden email]>:
> On 09/22/2010 12:48 PM, [hidden email] wrote: >> Until this is done, and VisualGST usable, what is the "standard" way >> to develop in GST? > > vim or Emacs? VisualGST is usable in GST git though. > >> I'm looking something easy to browse in classes, autcompletion will >> be welcome, and so on. One of the best things in Smalltalk is >> Browsers.. > > Autocompletion is not even part of VisualGST. Well, autocompletion is not so important as an easy way to browse around classes. _______________________________________________ help-smalltalk mailing list [hidden email] http://lists.gnu.org/mailman/listinfo/help-smalltalk |
Free forum by Nabble | Edit this page |