-
```
What steps will reproduce the problem?
Would it be possible to add syntax highlighting for Smalltalk?
Here is a JavaScript based parser for Smalltalk:
https://github.com/dvberkel/SyntaxHighlig…
-
```
What steps will reproduce the problem?
Would it be possible to add syntax highlighting for Smalltalk?
Here is a JavaScript based parser for Smalltalk:
https://github.com/dvberkel/SyntaxHighlig…
-
```
What steps will reproduce the problem?
Would it be possible to add syntax highlighting for Smalltalk?
Here is a JavaScript based parser for Smalltalk:
https://github.com/dvberkel/SyntaxHighlig…
-
```
What steps will reproduce the problem?
Would it be possible to add syntax highlighting for Smalltalk?
Here is a JavaScript based parser for Smalltalk:
https://github.com/dvberkel/SyntaxHighlig…
-
When used with ‘GToolkit64-release’ as in the following, the option `--headful` doesn’t run it headfully:
```
./bin/smalltalkci --headful --smalltalk GToolkit64-release
```
-
@furiati, let's not put offtopics to the nRF24 library with our smalltalks about sensor networks. We can "elaborate" here.
Let me quote your [last comment from RF24 issue](https://github.com/nRF24/RF…
-
Shame this project looks abandoned, it could really help change the face of TDD in Ruby.
-
```
If we do this in GLorp:
aQuery whereClause:[ :row | row field = 1 ] anda.
it works....however, we would like to be able to do:
aQuery whereClause: [ :row | row field isNumeric ]
it breaks... …
-
Either use the one in Object or define one in the superclass and use self iconNamed:
I found that a bit insulting that I spent my time cleaning this from the system and that there are still 200 sen…
-
In the current codebase, the main exercised path to create a Horn query is by parsing Horn or Sprite concrete grammar, so that Smalltalk predicates are wrapped in DecidablePredicates over Smalltalk so…