Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Jan 16:37
· 28 commits to main since this release

Added

  • Live Preview Tool Window: Added visual rendering of
    .ui files
  • Real-time Preview Updates: Preview updates while
    typing in the editor
  • Professional UI Component Rendering: Support for
    Group, Label, Button, and TextField components
  • Zoom Controls: Added zoom in, zoom out, and reset to
    100% controls
  • Accurate Rendering: Color and size rendering from .ui
    syntax
  • Preview Panel: Positioned on the right side of the IDE
  • New UI File Action: Added context menu action to
    create new .ui files
    • Right-click in Project view to create new .ui files
    • Automatic .ui extension handling
    • Dialog prompt for file name input
  • Plugin Settings: Added settings page for UI File
    plugin
    • Toggle "New File" action on/off
    • Accessible via Settings → Tools → Hytale UI File

Fixed

  • New File Action: Fixed directory determination logic
    • Now correctly uses selected directory or parent
      directory
    • Falls back to project base directory when no selection
    • Improved error handling for invalid directory
      scenarios
  • Resource Bundle Integration: Fixed
    internationalization support for action texts and
    descriptions