News

VisualGST 0.5.0

Added by Gwenael Casaccio 7 months ago

Hi,

There is a new version of VisualGST (an IDE for GNU Smalltalk) with a lot of new things :

- new IDE
- new tools : Debugger, SUnit
- Improved existing tools : You can use regex with the Implementor/Sender tools, undo/redo support improved, compiler error(s) tabs, popup menu are enabled, browse the GST/GTK+ Documention, Shortcuts
- Port of the Notification framework : Update the browser when you do a PackageLoader fileInPackage: '...', ...
- Change the project organization
- Bugs fixing ;)

Cheers,
Gwenael

0.5.0

Added by Gwenael Casaccio 7 months ago

New release of VisualGST

Shortcuts under GTK+ and VisualGST

Added by Gwenael Casaccio 8 months ago

Hi,

GtkLauncher is dead long live VisualGST ;)
We rename this software because GtkLauncher is not
a good name ;)

Shortcuts works under GST now I'm going to improve the
browser (for example save the class definition ^^)

Cheers,
Gwenael

News of the week

Added by Gwenael Casaccio 8 months ago

Dear users,

The notifcation framework works, you can do :

PackageLoader fileInPackage: 'Continuations'

And the browser will be updated. This is a port of the Notifcation framework
from Squeak made by Roel Wuyts (under the MIT licence). The big step will be
to integrate it for all the system updates (change a class, add a new method,
...)

Next Step : a SUnit and a Debugger :p

Version 0.3.0 release

Added by Gwenael Casaccio 9 months ago

In this new release you have an improved browser with better refactorings,
undo/redo support, file out for namespace, class, category, method.

Two new tools a Sender and an Implementor browser.

You can save the image.

And off course in this release there are a lot of bug fixes ;)

Enjoy GtkLauncher

News of the week

Added by Gwenael Casaccio 9 months ago

This week I've updated the refactorings in the browser now they work
well. There is also a new text editor widget with undo/redo support.
I need to integrate it and replace all of the GtkTextView.

There is also a small improvement on the workspace when you do a print it
the result is selected. It was a cool idea of Nicolas ;)

Next step : Save the code of the browser

News of the week

Added by Gwenael Casaccio 9 months ago

I've refactored the code of the GtkTreeView (the instance creation). And added two new tools a
sender and implementor message browser.

Next step : Browser improvment

New version

Added by Gwenael Casaccio 10 months ago

With a support of syntax highlighter in the browser, handling of per-workspace variables,
and an improved inspector with adapted views and you can dive/back in the inspector

News of the week

Added by Gwenael Casaccio 10 months ago

I've added a basic support of syntax highlighting for the methods, since there are no support of the
new class definition syntax with RBParser there is no support of syntax highlighting but I will add as
soon as possible.

With the handling of per-workspace variables you don't need to add manually the variables in

the workspace.

Also available in: Atom