PCalc Changelog

What's new in PCalc 0.9

Apr 30, 2015
  • updated to JewelScript 1.1.3.53
  • added new native classes
  • added text selection, copy, paste
  • numeric literals now default to floating-point – you no longer have to enter things like “1.0 / 3.0″
  • fixed performance problems
  • limited window width and height to sensible dimensions
  • improved window handling
  • updated HTML documentation

New in PCalc 0.7 (Apr 30, 2015)

  • updated to JewelScript 1.0.3.20
  • added several new native classes
  • fixed crash after importing native class in direct mode
  • added HTML documentation

New in PCalc 0.4 (Jan 13, 2010)

  • contains a preliminary version of JewelScript v0.9
  • several UI enhancements
  • added serveral new functions to 'std.pcalc'

New in PCalc 0.3 (Jan 13, 2010)

  • resizable main window
  • saving / restoring of window position and size (see accompanied script "windowpos.pcalc")
  • global and expression scope (define functions and variables in global scope, use them in expression scope)
  • global data is now retained during multiple compile / run cycles
  • more specific error information; output of compiler warnings
  • improved stability when compiling code fails
  • improved editing of code that spans multiple lines