VERSIONS.TXT 611 B

123456789101112131415161718192021222324
  1. Fixed previous word.
  2. Block tab/untab selects all lines.
  3. Fixed macos drop file.
  4. Added cmd-q causes closewindow event for macos.
  5. Tidied up chipmunk module.
  6. Added List.RemoveIf and Stack.RemoveIf.
  7. Added Edit->Goto line AT LAST!
  8. Fixed TextView.CharRect bug returning bad width.
  9. Restored Stream.ReadCString and Stream.WriteCString.
  10. ***** v1.0.91 *****
  11. 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.
  12. Fixed some race conditions with Process objects going out of scope very quickly.