SDStudio Alpha (WIP) Version 0.0.185 Release

Update notifications and future news will be posted here
Post Reply
User avatar
Serkan
Developer
Developer
Posts: 214
Joined: Thu Jul 04, 2013 8:44 pm
Location: Windows.h
Contact:

SDStudio Alpha (WIP) Version 0.0.185 Release

Post by Serkan »

SDStudio version 0.0.185 is ready to download

As of the release of the version 0.0.40 , Alpha versions of the SDStudio will be released publicly
Everyone can download and evaluate the SDStudio application and post their ideas or suggestions or bug reports etc..



What's New In This Version

  • Update: Minimum Supported OS is now Windows Vista

  • New class WinHttp has been added.
  • New class Registry has been added.
  • New class FFI has been added.
  • New class Debug has been added. (experimental)
  • New class ToolBar has been added.
  • New control ActiveX has been added.
  • New control UserControl has been added.
  • New control GroupBox has been added.
  • New functions were added to ComboBox control
    1. ComboBox:GetEditText()
  • New event added to Tree control 'OnItemExpanding'
  • New functions were added to Tree control
    1. Tree:GetItemHasChildren()
    2. Tree:SetItemHasChildren()
    3. Tree:GetParentItem()
    4. Tree:IsItemExpanded()
    5. Tree:IsItemExpandedOnce()
    6. Tree:GetFirstChild()
    7. Tree:GetNextSibling()
    8. Tree:GetFirstChild()
    9. Tree:CollapseReset()
  • New function to String class added , String:GetLengthUtf8() which counts UTF-8 bytes
  • New functions were added to Control class
    1. Control:SetUserProp()
    2. Control:GetUserProp()
  • New functions were added to Graphics class
    1. Graphics:ScaleByDPI()
    2. Graphics:DrawRectangle()
    3. Graphics:DrawString()
    4. Graphics:ImageFromfile()
    5. Graphics:ImageGetWidth()
    6. Graphics:ImageGetHeight()
  • New functions to Window class for the status bar management have been added:
    1. Modified Window:StatusBarSetText() added a new argument for the specify a part of ststus bar
    2. Added Window:StatusBarIsVisible()
    3. Added Window:StatusBarAddPart()
    4. Added Window:StatusBarSetPartWidth()
    5. Added Window:StatusBarGetHeight()
    6. Added Window:GetMenuBarHeight()
  • New events have been added to Window class:
    1. Added OnUpdateMenu
    2. Added OnUpdateToolBar
  • New feature added to exclude unused features from the build , This will provide small application size and improved performance.
  • Deprecated : Canvas control has been deprecated and removed, Use 'UserControl' control instead.
  • Bug fixed where loading global events was failing when importing a project.
  • Bug fixed where debug pane was showing wrong line number for global events.
  • Bug fixed where script editor was not showing correct event when launched for debug (from debug pane).
  • Bug fixed where function wizard could not detect inline tables while editing a function.
  • Bug fixed where argument order was incorrect for the Application:LoadScriptFile() function.
  • Bug fixed where Application:Is64Bit() was returning false for all cases.
  • Bug fixed where applicaion crash would occur on exit when a skin applied to application.
  • Bug fixed where applicaion crash would occur when selecting a file on the 'Select Source' dialog.
  • Bug fixed where GetCheck,SetCheck functions of the CheckBox control were not registered properly, those functions were nil.
  • Bug fixed where GetCheck,SetCheck functions of the RadioButton control were not registered properly , those functions were nil.


New version can be downloaded from here :
Hidden Content
This board requires you to be registered and logged-in to view hidden content.
Post Reply