Nicolas Petton
|
0b7f8b101b
Comments in boot.js
|
13 years ago |
Nicolas Petton
|
4880fd28ca
More renaming
|
13 years ago |
Göran Krampe
|
fd11cef4d2
Fix for Smalltalk current packages.
|
13 years ago |
Göran Krampe
|
c82488614d
Renaming Module to Package etc. Note that package is a reserved word in js, so I use pkg on that level.
|
13 years ago |
Göran Krampe
|
ca24c2ef04
Merge with Nicolas.
|
13 years ago |
Göran Krampe
|
ac9ae60a8c
First stab at adding the concept of Module instead of plain class categories.
|
13 years ago |
Nicolas Petton
|
797954d0e4
- (almost) Working debugger
|
13 years ago |
Nicolas Petton
|
6b6259fbd5
Fixed previous commit
|
13 years ago |
Nicolas Petton
|
34fca28654
Allow JS object manipulation through #dnu: and JSObjectProxy, making printing and inspecting JS objects possible
|
13 years ago |
Nicolas Petton
|
0061f54c5f
Removed unused Array.Prototype.remove in boot.js
|
13 years ago |
Nicolas Petton
|
1059861755
Reuse old method contexts when possible
|
13 years ago |
Nicolas Petton
|
8fa92ba935
- Use CodeMirror for syntax highlighting
|
13 years ago |
Nicolas Petton
|
0aae3e8448
- Removed unused init.js
|
13 years ago |
Nicolas Petton
|
257104b5b1
- new Canvas tags
|
13 years ago |
Nicolas Petton
|
835bec79dd
Improved the class browser
|
13 years ago |
Nicolas Petton
|
2737561109
- Better error handling taking advantage of message sends
|
13 years ago |
Nicolas Petton
|
5dae847766
Fixed methods linking for IE
|
13 years ago |
Nicolas Petton
|
59f6ab2fde
New syntax for verbatim JavaScript:
|
13 years ago |
Nicolas Petton
|
fdf889a13c
Improved JS support.
|
13 years ago |
Nicolas Petton
|
c43117b995
Handles JS object properties too
|
13 years ago |
Nicolas Petton
|
cb6a67659e
Better error message for dnu and JS objects
|
13 years ago |
Nicolas Petton
|
dd62e586be
Fixed previous commit.
|
13 years ago |
Nicolas Petton
|
55243583db
Fixed boot.js for node
|
13 years ago |
Nicolas Petton
|
09926e837d
support for js function calls from Smalltalk:
|
13 years ago |
Göran Krampe
|
0c67325e91
Sorry, last commit ended up making lots of files executable, reverting that.
|
13 years ago |
Göran Krampe
|
d8e07e3d94
Added some code for using JTalk with Node.js
|
13 years ago |
Nicolas Petton
|
d249cb486e
- Port of SUnit
|
13 years ago |
Nicolas Petton
|
69f03dd466
- New function in smalltalk to convert JavaScript objects to Smalltalk
|
13 years ago |
Nicolas Petton
|
b6da02b88d
added BlockClosure>>ensure:
|
13 years ago |
Nicolas Petton
|
0572dd4c69
- Support for #doesNotUnderstand using decoupled message sends.
|
13 years ago |