mirror of
https://github.com/mehah/otclient
synced 2026-08-15 16:29:06 -04:00
New Features: - Added a visual OTUI editor for previewing and editing .otui files, including live preview, widget selection, and editing of properties, anchors, geometry and states. - Supports adding/removing widgets and properties, creating new screens, and saving back with safety checks and backups. - Included file/style/anchor pickers and a style gallery with live samples. - Added an OTML parser/writer to preserve and apply line-accurate edits. Documentation: - Added comprehensive editor documentation, workflows and operational notes.
11 lines
289 B
Text
11 lines
289 B
Text
Module
|
|
name: dev_otui
|
|
description: Editor/inspector de telas .otui com preview fiel dentro do proprio cliente
|
|
author: Renan
|
|
website: none
|
|
sandboxed: true
|
|
scripts: [ otml, dev_otui ]
|
|
autoload: true
|
|
dependencies: [ client_topmenu ]
|
|
@onLoad: init()
|
|
@onUnload: terminate()
|