Hi,

I would like to announce a new project for GNU Smalltalk : SystemEvents
(should find a better name). As the name says it spies some events like
class creation, changes, new namespace, ... and sends an events.

What are the differences with the VisualGST events, in VisualGST I don't
use the announcement framework. So I can get rid of this other framework.
It's independent of VisualGST. Anybody can use it, and it doesn't change the kernel code, (not true but those are "bugs") instead it replaces methods with
a wrapper which calls the methods and send the events.

I've a ChangeSet package that use it for recording your session (useful when there is
a crash, I plan to release it soon ;)

Here is the code git://github.com/MrGwen/gst-events.git
it's under MIT so feel free to use it

Gwen

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

Reply via email to