| 123456789101112131415161718192021222324 |
- Fixed previous word.
- Block tab/untab selects all lines.
- Fixed macos drop file.
- Added cmd-q causes closewindow event for macos.
- Tidied up chipmunk module.
- Added List.RemoveIf and Stack.RemoveIf.
- Added Edit->Goto line AT LAST!
- Fixed TextView.CharRect bug returning bad width.
- Restored Stream.ReadCString and Stream.WriteCString.
- ***** v1.0.91 *****
- Made reflection optional. You now need to #Import "<reflection>" to activate it, and the first build of an app will be SLOW. Reflection is still 'all or nothing' for now.
- Fixed some race conditions with Process objects going out of scope very quickly.
|