Galaxy++ editor v1.7.1 installer

Details

  • Filename
    Galaxy___editor_1.7.1_installer.msi
  • Uploaded by
  • Uploaded
    May 5, 2011
  • Size
    2.24 MB
  • Downloads
    183
  • MD5
    adace84cf71ebfd256736911b84c7cb3

Changelog

  • Added implicit casts from fixed, int, bool and color to string, and from fixed, int, bool and string to text. (text t = "foobar" + 2;)
  • Added cast expressions (int a = (int)2.2)
  • It is now possible to make multiple declarations in one decl (int a=2, b, c = a + 1;)
  • Fixed a crash that occured if renaming a file that was not open.
  • Fixed a crash that occured if EOF was encounterd unexpectetly, and the user double clicked the error message.
  • If pressing compile and run, the compilation fails, the error fixed and only copile pressed, it will no longer launch Starcraft II.
  • Fixed a bug that prevented the suggestion box to see first statement of an initializer as being inside a method.