What's New in Smalltalk MT 4.0
|
|
|
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. |
|
|
|
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. |
|
|
|
Improved floating-point handling |
|
| 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. |
| 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. |
| Smalltalk MT now has inline support for most
trigonometric and transcendental functions. |
|
Table
of Contents | Previous
Page | Next
Page
|