Herbert Vojčík
|
48b3be10a7
Globals are different object than smalltalk.
|
10 years ago |
Herbert Vojčík
|
29c4f6e710
smalltalk.[A-Z] => globals.[A-Z]
|
10 years ago |
Herbert Vojčík
|
9ecea28477
export/compile uses globals
|
10 years ago |
Herbert Vojčík
|
fe671629b9
globals.js added, used in _st.js
|
10 years ago |
Nicolas Petton
|
269b4604f5
Merge pull request #810 from herby/cleaning-support-codemirror
|
10 years ago |
Herbert Vojčík
|
5dd198efde
amber_inc not needed any more
|
10 years ago |
Nicolas Petton
|
9e61281a39
Fixes issue #752
|
10 years ago |
Nicolas Petton
|
014d04e067
more cleanup for `asSet` usages
|
10 years ago |
Nicolas Petton
|
c5348e70ee
Issue #787: Do not create contexts for trivial methods
|
10 years ago |
Nicolas Petton
|
be47f76ad9
Fixes issue #792
|
10 years ago |
Nicolas Petton
|
962e655aa5
Simplifies Package >> classes
|
10 years ago |
Nicolas Petton
|
44bc1e247d
Updates CodeMirror to version 3.20
|
10 years ago |
Nicolas Petton
|
acd6686aaa
Fixes issue #806
|
10 years ago |
Nicolas Petton
|
483d5de51c
Fixes issue #807
|
10 years ago |
Nicolas Petton
|
5cca0463c9
Merge pull request #804 from herby/smalltalk-is-global-not-a-class
|
10 years ago |
Nicolas Petton
|
519963843f
Merge pull request #809 from herby/removed-withdefaulttransport
|
10 years ago |
Nicolas Petton
|
c38ad17329
Merge pull request #805 from herby/set-inspecton-fix
|
10 years ago |
Herbert Vojčík
|
5a5525ff34
boot.js: removed withDefaultTransport
|
10 years ago |
Herbert Vojčík
|
181db08fbd
Fixes Set >> inspectOn:, implementation lost in merging probably
|
10 years ago |
Herbert Vojčík
|
0bfab6925e
boot.js exports globals; HLManager >> defaultEnvironment uses them
|
11 years ago |
Herbert Vojčík
|
e9ad3fd91c
{Smalltalk,SmalltalkImage} >> current deprecated
|
11 years ago |
Herbert Vojčík
|
7b1283a368
IDEs: Smalltalk {current=>globals} at:; Smalltalk {current=>}
|
11 years ago |
Herbert Vojčík
|
cdd56a0fdb
.st: Smalltalk{ current=>} createPackage:
|
11 years ago |
Herbert Vojčík
|
9c5c368f93
all but IDE: Smalltalk {current=>globals} at:; Smalltalk {current=>}
|
11 years ago |
Herbert Vojčík
|
acefc95cf8
Smalltalk vm returning `smalltalk` from `boot.js`
|
11 years ago |
Herbert Vojčík
|
6458967a53
tests: Smalltalk {current=>globals} at:; Smalltalk {current=>}
|
11 years ago |
Herbert Vojčík
|
3bec1ef8b1
"Smalltalk globals" returning self, for future compatibility
|
11 years ago |
Herbert Vojčík
|
962a96ab72
Fixed SetTest >> collectionOfPrintStrings
|
11 years ago |
Herbert Vojčík
|
3223ac30eb
Not calling super initialize in class-side initialize
|
11 years ago |
Herbert Vojčík
|
6e840e4ec4
`Smalltalk` is global variable, not a class
|
11 years ago |