Skip to content

CEED v1.1.1

Compare
Choose a tag to compare
@vorlov-playrix vorlov-playrix released this 15 Mar 12:42
· 6 commits to master since this release

Features

  • Support for the new HorizontalTextFormatting mode "Bidi" (LeftAligned / RightAligned based on the text direction LTR/RTL)
  • Support for the new WordWrap property. Prefer it over deprecated "WordWrap*" HorizontalTextFormatting modes.
  • Properties are sorted alphabetically (#88)
  • Message box to inform an user that there is the latest update already installed (#87)

Bugfixes

  • Forget the last loaded project when "Close project" is used
  • Mark a text editor as modified on external file change with reloading rejected
  • Fixed crash on creating a new layout without a loaded project (#91)
  • External file deletion processed correctly (#107)
  • Update property window title on widget renaming (#105)
  • Don't remember an opened tab when it is new and not saved (#94)
  • Imageset tooltips shifted up to stop occluding their images (#97)
  • Update to version higher that expected is considered a successful update (#89)

Known issues

  • HorizontalAlignment or VerticalAlignment properties can't be changed to "Center" (#95)
  • Manipulators for rotated widgets are not rotated (#75)
  • Widget specific commands are not available in the hierarchy window context menu
  • Vertical and horizontal anchor guidelines and numeric percentage items may be misplaced when scene is zoomed
  • 'Unlock widgets' command is useless in a visual editor context menu
  • Project window still has no purpose

Other notes