What's New in Smalltalk MT 4.0
![](../../_themes/xzone/indhorsa.gif)
|
|
![](images/BulletRedBall1E.gif) |
Code Editor |
|
The code editor now comes with
active syntax highlighting, bookmarks, column selection (when holding down
the CTRL key), and a split mode that opens multiple instances on the same
text. |
|
|
![](images/BulletRedBall1E.gif) |
Development Image runs in
read-only mode |
|
Smalltalk MT can now run in
read-only mode (from a write-protected shared folder or a CD-ROM). In this
mode, code can be executed and compiled but the image cannot be saved into
the same folder. However, the image can be saved into another folder with
write access. |
|
|
![](images/BulletRedBall1E.gif) |
Improved floating-point handling |
|
![bullet](../../_themes/xzone/indbul1a.gif) | Inlined float accessors can now handle 32-bit values.
This allows you to store a 32-bit value into a float field directly,
without the need to create an intermediate float. |
![bullet](../../_themes/xzone/indbul1a.gif) | A structure in a structure array can be accessed using
#_structAt:. The pseudo-message _structAt: applies to
inlined structures and evaluates to the position in the structure array.
Subsequent structure accesses are inlined. |
![bullet](../../_themes/xzone/indbul1a.gif) | Smalltalk MT now has inline support for most
trigonometric and transcendental functions. |
|
Table
of Contents | Previous
Page | Next
Page
|