newspeak icon indicating copy to clipboard operation
newspeak copied to clipboard

Newspeak is a live object-capability language in the Smalltalk tradition

Results 41 newspeak issues
Sort by recently updated
recently updated
newest added

Given that we can define documents with widgets, the editor is inherently a GUI builder; simply define a document with widgets, but without text. However, this approach needs to be...

enhancement

If one has multiple presenters on a given document - perhaps due to transclusion, or debugging or whatever other cause - changes in one presenter are not automatically propagated to...

Ampleforth window sizing should adapt dynamically to the available real estate in the OS window. It doesn't, and so instead the solution is to give the rendered view a fixed...

Squeak-based Newspeak had a feature that allows one to access elements that are not in scope while debugging. We need to support this in the web version. Indeed, this mechanism...

enhancement

Exposing the objectViews method so it can be called from the outside (and so onecould add views to it) should be easy, no?

enhancement

We need a way to access git, and a reactive UI for it.

enhancement

both search and regular senders/implementors should highlight the search term in the editor of the method they find.

enhancement

In the case of aliens that are DOM nodes, we should be able to display them as HTML. Is there an HTML pretty printer exposed in the browser?

enhancement
good first issue

The electron app is huge. We should create a progressive web app utilizing the local browser, rather than having to download all of chromium. This would also mean that every...

enhancement