mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-16 04:21:53 +00:00
Turn on Simple editor view for dev branch
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased]
|
||||
### Added
|
||||
- Simple editor view - new simplified UI based on timeline view,
|
||||
which resembles Flash Pro UI. Easier moving objects,
|
||||
resizing, adding frames, adding objects to stage. Instance property editation.
|
||||
Undo / redo feature. WIP
|
||||
|
||||
## [21.1.2] - 2024-10-29
|
||||
### Added
|
||||
|
||||
@@ -33,7 +33,7 @@ public class EasyPanel extends JPanel {
|
||||
* TODO: switch to true when Easy mode is released.
|
||||
* I think it's not production ready yet.
|
||||
*/
|
||||
public static boolean EASY_AVAILABLE = false;
|
||||
public static final boolean EASY_AVAILABLE = true;
|
||||
|
||||
private TabSwitcher<SWF> tabSwitcher;
|
||||
private EasySwfPanel easySwfPanel;
|
||||
|
||||
Reference in New Issue
Block a user