smallsense.rc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sat, 19 Jul 2014 00:25:58 +0100
changeset 255 c32b4a6595d6
parent 252 feba6ee5c814
child 259 18f1ba022d80
permissions -rw-r--r--
Added preference to enable / disable indent-on-paste feature. The preference is UserPreferences current smallSenseSmalltalkIndentOnPasteEnabled By default, ident-on-paste is disabled. There's no UI to set this preference yet, it will be added once it prooves usable.

//
// DO NOT EDIT
// automagically generated from the projectDefinition: stx_goodies_smallsense.
//
VS_VERSION_INFO VERSIONINFO
  FILEVERSION     6,2,32767,32767
  PRODUCTVERSION  6,2,4,0
#if (__BORLANDC__)
  FILEFLAGSMASK   VS_FF_DEBUG | VS_FF_PRERELEASE
  FILEFLAGS       VS_FF_PRERELEASE | VS_FF_SPECIALBUILD
  FILEOS          VOS_NT_WINDOWS32
  FILETYPE        VFT_DLL
  FILESUBTYPE     VS_USER_DEFINED
#endif

BEGIN
  BLOCK "StringFileInfo"
  BEGIN
    BLOCK "040904E4"
    BEGIN
      VALUE "CompanyName", "Jan Vrany\0"
      VALUE "FileDescription", "Smalltalk/X IDE Productivity Tool (LIB)\0"
      VALUE "FileVersion", "6.2.32767.32767\0"
      VALUE "InternalName", "stx:goodies/smallsense\0"
      VALUE "LegalCopyright", "Copyright Jan Vrany 2013-2014\0"
      VALUE "ProductName", "SmallSense\0"
      VALUE "ProductVersion", "6.2.4.0\0"
      VALUE "ProductDate", "Fri, 18 Jul 2014 23:21:07 GMT\0"
    END

  END

  BLOCK "VarFileInfo"
  BEGIN                               //  Language   |    Translation
    VALUE "Translation", 0x409, 0x4E4 // U.S. English, Windows Multilingual
  END
END