diff --git a/common.hxml b/common.hxml index cc3c9fe0b..85ca13bb3 100644 --- a/common.hxml +++ b/common.hxml @@ -12,4 +12,5 @@ -D editor -D no-deprecation-warnings -D manual_sync_pad --cp libs +-cp hide_js +-cp hide_js/libs diff --git a/hide/Element.hx b/hide/Element.hx index bd75c52bf..d997c9b6e 100644 --- a/hide/Element.hx +++ b/hide/Element.hx @@ -1,8 +1,8 @@ package hide; -typedef Element = #if hl hltml.JQuery #else js.jquery.JQuery #end; -typedef Event = #if hl hltml.Event #else js.jquery.Event #end; -typedef HTMLElement = #if hl hltml.Element #else js.html.Element #end; +typedef Element = #if hl Dynamic #else js.jquery.JQuery #end; +typedef Event = #if hl Dynamic #else js.jquery.Event #end; +typedef HTMLElement = #if hl Dynamic #else js.html.Element #end; function getVal( e : Element ) { return #if js e.val() #else e.getValue() #end; diff --git a/hide/tools/IdeData.hx b/hide/tools/IdeData.hx index 48ca4c0cf..089175693 100644 --- a/hide/tools/IdeData.hx +++ b/hide/tools/IdeData.hx @@ -217,7 +217,9 @@ class IdeData { if( dbWatcher == null ) dbWatcher = fileWatcher.register(databaseFile,function() { loadDatabase(true); + #if js hide.comp.cdb.Editor.refreshAll(true); + #end }); } @@ -237,7 +239,7 @@ class IdeData { if( stats.mtime.getTime() != lastStats.mtime.getTime() ) throw "Save when database is changed outside of Hide. Please reload Hide."; } - + #if js hide.comp.cdb.DataFiles.save(function() { if( databaseDiff != null ) { checkBeforeWrite(); @@ -269,6 +271,7 @@ class IdeData { hide.comp.cdb.Editor.restoreOptionals(backup); } }, forcePrefabs); + #end } public function fileExists( path : String ) { diff --git a/hide/Extension.hx b/hide_js/hide/Extension.hx similarity index 100% rename from hide/Extension.hx rename to hide_js/hide/Extension.hx diff --git a/hide/Ide.hx b/hide_js/hide/Ide.hx similarity index 100% rename from hide/Ide.hx rename to hide_js/hide/Ide.hx diff --git a/hide/Renderer.hx b/hide_js/hide/Renderer.hx similarity index 100% rename from hide/Renderer.hx rename to hide_js/hide/Renderer.hx diff --git a/hide/comp/Button.hx b/hide_js/hide/comp/Button.hx similarity index 100% rename from hide/comp/Button.hx rename to hide_js/hide/comp/Button.hx diff --git a/hide/comp/CameraControllerEditor.hx b/hide_js/hide/comp/CameraControllerEditor.hx similarity index 100% rename from hide/comp/CameraControllerEditor.hx rename to hide_js/hide/comp/CameraControllerEditor.hx diff --git a/hide/comp/CodeEditor.hx b/hide_js/hide/comp/CodeEditor.hx similarity index 100% rename from hide/comp/CodeEditor.hx rename to hide_js/hide/comp/CodeEditor.hx diff --git a/hide/comp/ColorPicker.hx b/hide_js/hide/comp/ColorPicker.hx similarity index 100% rename from hide/comp/ColorPicker.hx rename to hide_js/hide/comp/ColorPicker.hx diff --git a/hide/comp/Component.hx b/hide_js/hide/comp/Component.hx similarity index 100% rename from hide/comp/Component.hx rename to hide_js/hide/comp/Component.hx diff --git a/hide/comp/ContentEditable.hx b/hide_js/hide/comp/ContentEditable.hx similarity index 100% rename from hide/comp/ContentEditable.hx rename to hide_js/hide/comp/ContentEditable.hx diff --git a/hide/comp/CurveEditor.hx b/hide_js/hide/comp/CurveEditor.hx similarity index 100% rename from hide/comp/CurveEditor.hx rename to hide_js/hide/comp/CurveEditor.hx diff --git a/hide/comp/DetachablePanel.hx b/hide_js/hide/comp/DetachablePanel.hx similarity index 100% rename from hide/comp/DetachablePanel.hx rename to hide_js/hide/comp/DetachablePanel.hx diff --git a/hide/comp/DomkitEditor.hx b/hide_js/hide/comp/DomkitEditor.hx similarity index 100% rename from hide/comp/DomkitEditor.hx rename to hide_js/hide/comp/DomkitEditor.hx diff --git a/hide/comp/Dropdown.hx b/hide_js/hide/comp/Dropdown.hx similarity index 100% rename from hide/comp/Dropdown.hx rename to hide_js/hide/comp/Dropdown.hx diff --git a/hide/comp/ExpRange.hx b/hide_js/hide/comp/ExpRange.hx similarity index 100% rename from hide/comp/ExpRange.hx rename to hide_js/hide/comp/ExpRange.hx diff --git a/hide/comp/FancyArray.hx b/hide_js/hide/comp/FancyArray.hx similarity index 100% rename from hide/comp/FancyArray.hx rename to hide_js/hide/comp/FancyArray.hx diff --git a/hide/comp/FancyClosable.hx b/hide_js/hide/comp/FancyClosable.hx similarity index 100% rename from hide/comp/FancyClosable.hx rename to hide_js/hide/comp/FancyClosable.hx diff --git a/hide/comp/FancyGallery.hx b/hide_js/hide/comp/FancyGallery.hx similarity index 100% rename from hide/comp/FancyGallery.hx rename to hide_js/hide/comp/FancyGallery.hx diff --git a/hide/comp/FancySearch.hx b/hide_js/hide/comp/FancySearch.hx similarity index 100% rename from hide/comp/FancySearch.hx rename to hide_js/hide/comp/FancySearch.hx diff --git a/hide/comp/FancyTooltip.hx b/hide_js/hide/comp/FancyTooltip.hx similarity index 100% rename from hide/comp/FancyTooltip.hx rename to hide_js/hide/comp/FancyTooltip.hx diff --git a/hide/comp/FancyTree.hx b/hide_js/hide/comp/FancyTree.hx similarity index 100% rename from hide/comp/FancyTree.hx rename to hide_js/hide/comp/FancyTree.hx diff --git a/hide/comp/FileSelect.hx b/hide_js/hide/comp/FileSelect.hx similarity index 100% rename from hide/comp/FileSelect.hx rename to hide_js/hide/comp/FileSelect.hx diff --git a/hide/comp/FileSelect2.hx b/hide_js/hide/comp/FileSelect2.hx similarity index 100% rename from hide/comp/FileSelect2.hx rename to hide_js/hide/comp/FileSelect2.hx diff --git a/hide/comp/GlobalSeek.hx b/hide_js/hide/comp/GlobalSeek.hx similarity index 100% rename from hide/comp/GlobalSeek.hx rename to hide_js/hide/comp/GlobalSeek.hx diff --git a/hide/comp/GradientEditor.hx b/hide_js/hide/comp/GradientEditor.hx similarity index 100% rename from hide/comp/GradientEditor.hx rename to hide_js/hide/comp/GradientEditor.hx diff --git a/hide/comp/JsTools.hx b/hide_js/hide/comp/JsTools.hx similarity index 100% rename from hide/comp/JsTools.hx rename to hide_js/hide/comp/JsTools.hx diff --git a/hide/comp/Modal.hx b/hide_js/hide/comp/Modal.hx similarity index 100% rename from hide/comp/Modal.hx rename to hide_js/hide/comp/Modal.hx diff --git a/hide/comp/MultiRange.hx b/hide_js/hide/comp/MultiRange.hx similarity index 100% rename from hide/comp/MultiRange.hx rename to hide_js/hide/comp/MultiRange.hx diff --git a/hide/comp/Popup.hx b/hide_js/hide/comp/Popup.hx similarity index 100% rename from hide/comp/Popup.hx rename to hide_js/hide/comp/Popup.hx diff --git a/hide/comp/PropsEditor.hx b/hide_js/hide/comp/PropsEditor.hx similarity index 100% rename from hide/comp/PropsEditor.hx rename to hide_js/hide/comp/PropsEditor.hx diff --git a/hide/comp/RadialMenu.hx b/hide_js/hide/comp/RadialMenu.hx similarity index 100% rename from hide/comp/RadialMenu.hx rename to hide_js/hide/comp/RadialMenu.hx diff --git a/hide/comp/Range.hx b/hide_js/hide/comp/Range.hx similarity index 100% rename from hide/comp/Range.hx rename to hide_js/hide/comp/Range.hx diff --git a/hide/comp/ResizablePanel.hx b/hide_js/hide/comp/ResizablePanel.hx similarity index 100% rename from hide/comp/ResizablePanel.hx rename to hide_js/hide/comp/ResizablePanel.hx diff --git a/hide/comp/ResizeObserver.hx b/hide_js/hide/comp/ResizeObserver.hx similarity index 100% rename from hide/comp/ResizeObserver.hx rename to hide_js/hide/comp/ResizeObserver.hx diff --git a/hide/comp/SVG.hx b/hide_js/hide/comp/SVG.hx similarity index 100% rename from hide/comp/SVG.hx rename to hide_js/hide/comp/SVG.hx diff --git a/hide/comp/Scene.hx b/hide_js/hide/comp/Scene.hx similarity index 100% rename from hide/comp/Scene.hx rename to hide_js/hide/comp/Scene.hx diff --git a/hide/comp/SceneEditor.hx b/hide_js/hide/comp/SceneEditor.hx similarity index 100% rename from hide/comp/SceneEditor.hx rename to hide_js/hide/comp/SceneEditor.hx diff --git a/hide/comp/ScenePreview.hx b/hide_js/hide/comp/ScenePreview.hx similarity index 100% rename from hide/comp/ScenePreview.hx rename to hide_js/hide/comp/ScenePreview.hx diff --git a/hide/comp/ScriptEditor.hx b/hide_js/hide/comp/ScriptEditor.hx similarity index 100% rename from hide/comp/ScriptEditor.hx rename to hide_js/hide/comp/ScriptEditor.hx diff --git a/hide/comp/Scrollable.hx b/hide_js/hide/comp/Scrollable.hx similarity index 100% rename from hide/comp/Scrollable.hx rename to hide_js/hide/comp/Scrollable.hx diff --git a/hide/comp/Select.hx b/hide_js/hide/comp/Select.hx similarity index 100% rename from hide/comp/Select.hx rename to hide_js/hide/comp/Select.hx diff --git a/hide/comp/ShapeEditor.hx b/hide_js/hide/comp/ShapeEditor.hx similarity index 100% rename from hide/comp/ShapeEditor.hx rename to hide_js/hide/comp/ShapeEditor.hx diff --git a/hide/comp/Tabs.hx b/hide_js/hide/comp/Tabs.hx similarity index 100% rename from hide/comp/Tabs.hx rename to hide_js/hide/comp/Tabs.hx diff --git a/hide/comp/TextureChoice.hx b/hide_js/hide/comp/TextureChoice.hx similarity index 100% rename from hide/comp/TextureChoice.hx rename to hide_js/hide/comp/TextureChoice.hx diff --git a/hide/comp/TextureChoice2.hx b/hide_js/hide/comp/TextureChoice2.hx similarity index 100% rename from hide/comp/TextureChoice2.hx rename to hide_js/hide/comp/TextureChoice2.hx diff --git a/hide/comp/TextureSelect.hx b/hide_js/hide/comp/TextureSelect.hx similarity index 100% rename from hide/comp/TextureSelect.hx rename to hide_js/hide/comp/TextureSelect.hx diff --git a/hide/comp/TextureSelect2.hx b/hide_js/hide/comp/TextureSelect2.hx similarity index 100% rename from hide/comp/TextureSelect2.hx rename to hide_js/hide/comp/TextureSelect2.hx diff --git a/hide/comp/TileSelector.hx b/hide_js/hide/comp/TileSelector.hx similarity index 100% rename from hide/comp/TileSelector.hx rename to hide_js/hide/comp/TileSelector.hx diff --git a/hide/comp/Toolbar.hx b/hide_js/hide/comp/Toolbar.hx similarity index 100% rename from hide/comp/Toolbar.hx rename to hide_js/hide/comp/Toolbar.hx diff --git a/hide/comp/cdb/Cell.hx b/hide_js/hide/comp/cdb/Cell.hx similarity index 100% rename from hide/comp/cdb/Cell.hx rename to hide_js/hide/comp/cdb/Cell.hx diff --git a/hide/comp/cdb/Cursor.hx b/hide_js/hide/comp/cdb/Cursor.hx similarity index 100% rename from hide/comp/cdb/Cursor.hx rename to hide_js/hide/comp/cdb/Cursor.hx diff --git a/hide/comp/cdb/DataFiles.hx b/hide_js/hide/comp/cdb/DataFiles.hx similarity index 100% rename from hide/comp/cdb/DataFiles.hx rename to hide_js/hide/comp/cdb/DataFiles.hx diff --git a/hide/comp/cdb/Editor.hx b/hide_js/hide/comp/cdb/Editor.hx similarity index 100% rename from hide/comp/cdb/Editor.hx rename to hide_js/hide/comp/cdb/Editor.hx diff --git a/hide/comp/cdb/Formulas.hx b/hide_js/hide/comp/cdb/Formulas.hx similarity index 100% rename from hide/comp/cdb/Formulas.hx rename to hide_js/hide/comp/cdb/Formulas.hx diff --git a/hide/comp/cdb/Line.hx b/hide_js/hide/comp/cdb/Line.hx similarity index 100% rename from hide/comp/cdb/Line.hx rename to hide_js/hide/comp/cdb/Line.hx diff --git a/hide/comp/cdb/ModalColumnForm.hx b/hide_js/hide/comp/cdb/ModalColumnForm.hx similarity index 100% rename from hide/comp/cdb/ModalColumnForm.hx rename to hide_js/hide/comp/cdb/ModalColumnForm.hx diff --git a/hide/comp/cdb/ObjEditor.hx b/hide_js/hide/comp/cdb/ObjEditor.hx similarity index 100% rename from hide/comp/cdb/ObjEditor.hx rename to hide_js/hide/comp/cdb/ObjEditor.hx diff --git a/hide/comp/cdb/ScriptTable.hx b/hide_js/hide/comp/cdb/ScriptTable.hx similarity index 100% rename from hide/comp/cdb/ScriptTable.hx rename to hide_js/hide/comp/cdb/ScriptTable.hx diff --git a/hide/comp/cdb/Separator.hx b/hide_js/hide/comp/cdb/Separator.hx similarity index 100% rename from hide/comp/cdb/Separator.hx rename to hide_js/hide/comp/cdb/Separator.hx diff --git a/hide/comp/cdb/SubTable.hx b/hide_js/hide/comp/cdb/SubTable.hx similarity index 100% rename from hide/comp/cdb/SubTable.hx rename to hide_js/hide/comp/cdb/SubTable.hx diff --git a/hide/comp/cdb/Table.hx b/hide_js/hide/comp/cdb/Table.hx similarity index 100% rename from hide/comp/cdb/Table.hx rename to hide_js/hide/comp/cdb/Table.hx diff --git a/hide/prefab/ContextShared.hx b/hide_js/hide/prefab/ContextShared.hx similarity index 100% rename from hide/prefab/ContextShared.hx rename to hide_js/hide/prefab/ContextShared.hx diff --git a/hide/prefab/EditContext.hx b/hide_js/hide/prefab/EditContext.hx similarity index 100% rename from hide/prefab/EditContext.hx rename to hide_js/hide/prefab/EditContext.hx diff --git a/hide/prefab/HideProps.hx b/hide_js/hide/prefab/HideProps.hx similarity index 100% rename from hide/prefab/HideProps.hx rename to hide_js/hide/prefab/HideProps.hx diff --git a/hide/prefab/PolygonEditor.hx b/hide_js/hide/prefab/PolygonEditor.hx similarity index 100% rename from hide/prefab/PolygonEditor.hx rename to hide_js/hide/prefab/PolygonEditor.hx diff --git a/hide/prefab/terrain/Brush.hx b/hide_js/hide/prefab/terrain/Brush.hx similarity index 100% rename from hide/prefab/terrain/Brush.hx rename to hide_js/hide/prefab/terrain/Brush.hx diff --git a/hide/prefab/terrain/ClampWeight.hx b/hide_js/hide/prefab/terrain/ClampWeight.hx similarity index 100% rename from hide/prefab/terrain/ClampWeight.hx rename to hide_js/hide/prefab/terrain/ClampWeight.hx diff --git a/hide/prefab/terrain/CustomRenderer.hx b/hide_js/hide/prefab/terrain/CustomRenderer.hx similarity index 100% rename from hide/prefab/terrain/CustomRenderer.hx rename to hide_js/hide/prefab/terrain/CustomRenderer.hx diff --git a/hide/prefab/terrain/CustomUV.hx b/hide_js/hide/prefab/terrain/CustomUV.hx similarity index 100% rename from hide/prefab/terrain/CustomUV.hx rename to hide_js/hide/prefab/terrain/CustomUV.hx diff --git a/hide/prefab/terrain/GenerateIndex.hx b/hide_js/hide/prefab/terrain/GenerateIndex.hx similarity index 100% rename from hide/prefab/terrain/GenerateIndex.hx rename to hide_js/hide/prefab/terrain/GenerateIndex.hx diff --git a/hide/prefab/terrain/NormalizeWeight.hx b/hide_js/hide/prefab/terrain/NormalizeWeight.hx similarity index 100% rename from hide/prefab/terrain/NormalizeWeight.hx rename to hide_js/hide/prefab/terrain/NormalizeWeight.hx diff --git a/hide/prefab/terrain/SetHeight.hx b/hide_js/hide/prefab/terrain/SetHeight.hx similarity index 100% rename from hide/prefab/terrain/SetHeight.hx rename to hide_js/hide/prefab/terrain/SetHeight.hx diff --git a/hide/prefab/terrain/SmoothHeight.hx b/hide_js/hide/prefab/terrain/SmoothHeight.hx similarity index 100% rename from hide/prefab/terrain/SmoothHeight.hx rename to hide_js/hide/prefab/terrain/SmoothHeight.hx diff --git a/hide/prefab/terrain/StrokeBuffer.hx b/hide_js/hide/prefab/terrain/StrokeBuffer.hx similarity index 100% rename from hide/prefab/terrain/StrokeBuffer.hx rename to hide_js/hide/prefab/terrain/StrokeBuffer.hx diff --git a/hide/prefab/terrain/SwapIndex.hx b/hide_js/hide/prefab/terrain/SwapIndex.hx similarity index 100% rename from hide/prefab/terrain/SwapIndex.hx rename to hide_js/hide/prefab/terrain/SwapIndex.hx diff --git a/hide/prefab/terrain/TerrainEditor.hx b/hide_js/hide/prefab/terrain/TerrainEditor.hx similarity index 100% rename from hide/prefab/terrain/TerrainEditor.hx rename to hide_js/hide/prefab/terrain/TerrainEditor.hx diff --git a/hide/tools/CdbAccess.hx b/hide_js/hide/tools/CdbAccess.hx similarity index 100% rename from hide/tools/CdbAccess.hx rename to hide_js/hide/tools/CdbAccess.hx diff --git a/hide/tools/Delayer.hx b/hide_js/hide/tools/Delayer.hx similarity index 100% rename from hide/tools/Delayer.hx rename to hide_js/hide/tools/Delayer.hx diff --git a/hide/tools/DragAndDrop.hx b/hide_js/hide/tools/DragAndDrop.hx similarity index 100% rename from hide/tools/DragAndDrop.hx rename to hide_js/hide/tools/DragAndDrop.hx diff --git a/hide/tools/Extensions.hx b/hide_js/hide/tools/Extensions.hx similarity index 100% rename from hide/tools/Extensions.hx rename to hide_js/hide/tools/Extensions.hx diff --git a/hide/tools/FileManager.hx b/hide_js/hide/tools/FileManager.hx similarity index 100% rename from hide/tools/FileManager.hx rename to hide_js/hide/tools/FileManager.hx diff --git a/hide/tools/MemDump.hx b/hide_js/hide/tools/MemDump.hx similarity index 100% rename from hide/tools/MemDump.hx rename to hide_js/hide/tools/MemDump.hx diff --git a/hide/tools/ShaderLoader.hx b/hide_js/hide/tools/ShaderLoader.hx similarity index 100% rename from hide/tools/ShaderLoader.hx rename to hide_js/hide/tools/ShaderLoader.hx diff --git a/hide/tools/ThumbnailGenerator.hx b/hide_js/hide/tools/ThumbnailGenerator.hx similarity index 100% rename from hide/tools/ThumbnailGenerator.hx rename to hide_js/hide/tools/ThumbnailGenerator.hx diff --git a/hide/ui/Keys.hx b/hide_js/hide/ui/Keys.hx similarity index 100% rename from hide/ui/Keys.hx rename to hide_js/hide/ui/Keys.hx diff --git a/hide/ui/Menu.hx b/hide_js/hide/ui/Menu.hx similarity index 100% rename from hide/ui/Menu.hx rename to hide_js/hide/ui/Menu.hx diff --git a/hide/ui/QueryHelper.hx b/hide_js/hide/ui/QueryHelper.hx similarity index 100% rename from hide/ui/QueryHelper.hx rename to hide_js/hide/ui/QueryHelper.hx diff --git a/hide/ui/UndoHistory.hx b/hide_js/hide/ui/UndoHistory.hx similarity index 100% rename from hide/ui/UndoHistory.hx rename to hide_js/hide/ui/UndoHistory.hx diff --git a/hide/ui/View.hx b/hide_js/hide/ui/View.hx similarity index 100% rename from hide/ui/View.hx rename to hide_js/hide/ui/View.hx diff --git a/hide/view/About.hx b/hide_js/hide/view/About.hx similarity index 100% rename from hide/view/About.hx rename to hide_js/hide/view/About.hx diff --git a/hide/view/CameraController.hx b/hide_js/hide/view/CameraController.hx similarity index 100% rename from hide/view/CameraController.hx rename to hide_js/hide/view/CameraController.hx diff --git a/hide/view/CdbCustomTypes.hx b/hide_js/hide/view/CdbCustomTypes.hx similarity index 100% rename from hide/view/CdbCustomTypes.hx rename to hide_js/hide/view/CdbCustomTypes.hx diff --git a/hide/view/CdbTable.hx b/hide_js/hide/view/CdbTable.hx similarity index 100% rename from hide/view/CdbTable.hx rename to hide_js/hide/view/CdbTable.hx diff --git a/hide/view/DevTools.hx b/hide_js/hide/view/DevTools.hx similarity index 100% rename from hide/view/DevTools.hx rename to hide_js/hide/view/DevTools.hx diff --git a/hide/view/DomkitStudio.hx b/hide_js/hide/view/DomkitStudio.hx similarity index 100% rename from hide/view/DomkitStudio.hx rename to hide_js/hide/view/DomkitStudio.hx diff --git a/hide/view/FXEditor.hx b/hide_js/hide/view/FXEditor.hx similarity index 100% rename from hide/view/FXEditor.hx rename to hide_js/hide/view/FXEditor.hx diff --git a/hide/view/FileBrowser.hx b/hide_js/hide/view/FileBrowser.hx similarity index 100% rename from hide/view/FileBrowser.hx rename to hide_js/hide/view/FileBrowser.hx diff --git a/hide/view/FileView.hx b/hide_js/hide/view/FileView.hx similarity index 100% rename from hide/view/FileView.hx rename to hide_js/hide/view/FileView.hx diff --git a/hide/view/GenericGraphEditor.hx b/hide_js/hide/view/GenericGraphEditor.hx similarity index 100% rename from hide/view/GenericGraphEditor.hx rename to hide_js/hide/view/GenericGraphEditor.hx diff --git a/hide/view/GraphEditor.hx b/hide_js/hide/view/GraphEditor.hx similarity index 100% rename from hide/view/GraphEditor.hx rename to hide_js/hide/view/GraphEditor.hx diff --git a/hide/view/GraphInterface.hx b/hide_js/hide/view/GraphInterface.hx similarity index 100% rename from hide/view/GraphInterface.hx rename to hide_js/hide/view/GraphInterface.hx diff --git a/hide/view/Gym.hx b/hide_js/hide/view/Gym.hx similarity index 100% rename from hide/view/Gym.hx rename to hide_js/hide/view/Gym.hx diff --git a/hide/view/Image.hx b/hide_js/hide/view/Image.hx similarity index 100% rename from hide/view/Image.hx rename to hide_js/hide/view/Image.hx diff --git a/hide/view/MSDFView.hx b/hide_js/hide/view/MSDFView.hx similarity index 100% rename from hide/view/MSDFView.hx rename to hide_js/hide/view/MSDFView.hx diff --git a/hide/view/MemProfiler.hx b/hide_js/hide/view/MemProfiler.hx similarity index 100% rename from hide/view/MemProfiler.hx rename to hide_js/hide/view/MemProfiler.hx diff --git a/hide/view/Model.hx b/hide_js/hide/view/Model.hx similarity index 100% rename from hide/view/Model.hx rename to hide_js/hide/view/Model.hx diff --git a/hide/view/Particles2D.hx b/hide_js/hide/view/Particles2D.hx similarity index 100% rename from hide/view/Particles2D.hx rename to hide_js/hide/view/Particles2D.hx diff --git a/hide/view/Particles3D.hx b/hide_js/hide/view/Particles3D.hx similarity index 100% rename from hide/view/Particles3D.hx rename to hide_js/hide/view/Particles3D.hx diff --git a/hide/view/Prefab.hx b/hide_js/hide/view/Prefab.hx similarity index 100% rename from hide/view/Prefab.hx rename to hide_js/hide/view/Prefab.hx diff --git a/hide/view/RefViewer.hx b/hide_js/hide/view/RefViewer.hx similarity index 100% rename from hide/view/RefViewer.hx rename to hide_js/hide/view/RefViewer.hx diff --git a/hide/view/RemoteConsoleView.hx b/hide_js/hide/view/RemoteConsoleView.hx similarity index 100% rename from hide/view/RemoteConsoleView.hx rename to hide_js/hide/view/RemoteConsoleView.hx diff --git a/hide/view/Script.hx b/hide_js/hide/view/Script.hx similarity index 100% rename from hide/view/Script.hx rename to hide_js/hide/view/Script.hx diff --git a/hide/view/Sound.hx b/hide_js/hide/view/Sound.hx similarity index 100% rename from hide/view/Sound.hx rename to hide_js/hide/view/Sound.hx diff --git a/hide/view/Unknown.hx b/hide_js/hide/view/Unknown.hx similarity index 100% rename from hide/view/Unknown.hx rename to hide_js/hide/view/Unknown.hx diff --git a/hide/view/animgraph/AnimGraphEditor.hx b/hide_js/hide/view/animgraph/AnimGraphEditor.hx similarity index 100% rename from hide/view/animgraph/AnimGraphEditor.hx rename to hide_js/hide/view/animgraph/AnimGraphEditor.hx diff --git a/hide/view/animgraph/AnimList.hx b/hide_js/hide/view/animgraph/AnimList.hx similarity index 100% rename from hide/view/animgraph/AnimList.hx rename to hide_js/hide/view/animgraph/AnimList.hx diff --git a/hide/view/animgraph/AnimPicker.hx b/hide_js/hide/view/animgraph/AnimPicker.hx similarity index 100% rename from hide/view/animgraph/AnimPicker.hx rename to hide_js/hide/view/animgraph/AnimPicker.hx diff --git a/hide/view/animgraph/BlendSpace2DEditor.hx b/hide_js/hide/view/animgraph/BlendSpace2DEditor.hx similarity index 100% rename from hide/view/animgraph/BlendSpace2DEditor.hx rename to hide_js/hide/view/animgraph/BlendSpace2DEditor.hx diff --git a/hide/view/l3d/CameraController2D.hx b/hide_js/hide/view/l3d/CameraController2D.hx similarity index 100% rename from hide/view/l3d/CameraController2D.hx rename to hide_js/hide/view/l3d/CameraController2D.hx diff --git a/hide/view/l3d/Gizmo2D.hx b/hide_js/hide/view/l3d/Gizmo2D.hx similarity index 100% rename from hide/view/l3d/Gizmo2D.hx rename to hide_js/hide/view/l3d/Gizmo2D.hx diff --git a/hide/view/l3d/LightProbeBaker.hx b/hide_js/hide/view/l3d/LightProbeBaker.hx similarity index 100% rename from hide/view/l3d/LightProbeBaker.hx rename to hide_js/hide/view/l3d/LightProbeBaker.hx diff --git a/hide/view/l3d/ProbeBakerProcess.hx b/hide_js/hide/view/l3d/ProbeBakerProcess.hx similarity index 100% rename from hide/view/l3d/ProbeBakerProcess.hx rename to hide_js/hide/view/l3d/ProbeBakerProcess.hx diff --git a/hide/view/settings/ProjectSettings.hx b/hide_js/hide/view/settings/ProjectSettings.hx similarity index 100% rename from hide/view/settings/ProjectSettings.hx rename to hide_js/hide/view/settings/ProjectSettings.hx diff --git a/hide/view/settings/Settings.hx b/hide_js/hide/view/settings/Settings.hx similarity index 100% rename from hide/view/settings/Settings.hx rename to hide_js/hide/view/settings/Settings.hx diff --git a/hide/view/settings/UserSettings.hx b/hide_js/hide/view/settings/UserSettings.hx similarity index 100% rename from hide/view/settings/UserSettings.hx rename to hide_js/hide/view/settings/UserSettings.hx diff --git a/hide/view/shadereditor/Box.hx b/hide_js/hide/view/shadereditor/Box.hx similarity index 100% rename from hide/view/shadereditor/Box.hx rename to hide_js/hide/view/shadereditor/Box.hx diff --git a/hide/view/shadereditor/ShaderEditor.hx b/hide_js/hide/view/shadereditor/ShaderEditor.hx similarity index 100% rename from hide/view/shadereditor/ShaderEditor.hx rename to hide_js/hide/view/shadereditor/ShaderEditor.hx diff --git a/hide/view/textureeditor/TextureEditor.hx b/hide_js/hide/view/textureeditor/TextureEditor.hx similarity index 100% rename from hide/view/textureeditor/TextureEditor.hx rename to hide_js/hide/view/textureeditor/TextureEditor.hx diff --git a/libs/golden/Config.hx b/hide_js/libs/golden/Config.hx similarity index 100% rename from libs/golden/Config.hx rename to hide_js/libs/golden/Config.hx diff --git a/libs/golden/Container.hx b/hide_js/libs/golden/Container.hx similarity index 100% rename from libs/golden/Container.hx rename to hide_js/libs/golden/Container.hx diff --git a/libs/golden/ContentItem.hx b/hide_js/libs/golden/ContentItem.hx similarity index 100% rename from libs/golden/ContentItem.hx rename to hide_js/libs/golden/ContentItem.hx diff --git a/libs/golden/Event.hx b/hide_js/libs/golden/Event.hx similarity index 100% rename from libs/golden/Event.hx rename to hide_js/libs/golden/Event.hx diff --git a/libs/golden/Header.hx b/hide_js/libs/golden/Header.hx similarity index 100% rename from libs/golden/Header.hx rename to hide_js/libs/golden/Header.hx diff --git a/libs/golden/Layout.hx b/hide_js/libs/golden/Layout.hx similarity index 100% rename from libs/golden/Layout.hx rename to hide_js/libs/golden/Layout.hx diff --git a/libs/golden/Tab.hx b/hide_js/libs/golden/Tab.hx similarity index 100% rename from libs/golden/Tab.hx rename to hide_js/libs/golden/Tab.hx diff --git a/libs/monaco/KeyCode.hx b/hide_js/libs/monaco/KeyCode.hx similarity index 100% rename from libs/monaco/KeyCode.hx rename to hide_js/libs/monaco/KeyCode.hx diff --git a/libs/monaco/KeyMod.hx b/hide_js/libs/monaco/KeyMod.hx similarity index 100% rename from libs/monaco/KeyMod.hx rename to hide_js/libs/monaco/KeyMod.hx diff --git a/libs/monaco/Languages.hx b/hide_js/libs/monaco/Languages.hx similarity index 100% rename from libs/monaco/Languages.hx rename to hide_js/libs/monaco/Languages.hx diff --git a/libs/monaco/MarkdownString.hx b/hide_js/libs/monaco/MarkdownString.hx similarity index 100% rename from libs/monaco/MarkdownString.hx rename to hide_js/libs/monaco/MarkdownString.hx diff --git a/libs/monaco/Model.hx b/hide_js/libs/monaco/Model.hx similarity index 100% rename from libs/monaco/Model.hx rename to hide_js/libs/monaco/Model.hx diff --git a/libs/monaco/ModelDeltaDecoration.hx b/hide_js/libs/monaco/ModelDeltaDecoration.hx similarity index 100% rename from libs/monaco/ModelDeltaDecoration.hx rename to hide_js/libs/monaco/ModelDeltaDecoration.hx diff --git a/libs/monaco/Position.hx b/hide_js/libs/monaco/Position.hx similarity index 100% rename from libs/monaco/Position.hx rename to hide_js/libs/monaco/Position.hx diff --git a/libs/monaco/Range.hx b/hide_js/libs/monaco/Range.hx similarity index 100% rename from libs/monaco/Range.hx rename to hide_js/libs/monaco/Range.hx diff --git a/libs/monaco/ScriptEditor.hx b/hide_js/libs/monaco/ScriptEditor.hx similarity index 100% rename from libs/monaco/ScriptEditor.hx rename to hide_js/libs/monaco/ScriptEditor.hx diff --git a/libs/monaco/Todo.hx b/hide_js/libs/monaco/Todo.hx similarity index 100% rename from libs/monaco/Todo.hx rename to hide_js/libs/monaco/Todo.hx diff --git a/libs/nw/App.hx b/hide_js/libs/nw/App.hx similarity index 100% rename from libs/nw/App.hx rename to hide_js/libs/nw/App.hx diff --git a/libs/nw/Clipboard.hx b/hide_js/libs/nw/Clipboard.hx similarity index 100% rename from libs/nw/Clipboard.hx rename to hide_js/libs/nw/Clipboard.hx diff --git a/libs/nw/Menu.hx b/hide_js/libs/nw/Menu.hx similarity index 100% rename from libs/nw/Menu.hx rename to hide_js/libs/nw/Menu.hx diff --git a/libs/nw/MenuItem.hx b/hide_js/libs/nw/MenuItem.hx similarity index 100% rename from libs/nw/MenuItem.hx rename to hide_js/libs/nw/MenuItem.hx diff --git a/libs/nw/Screen.hx b/hide_js/libs/nw/Screen.hx similarity index 100% rename from libs/nw/Screen.hx rename to hide_js/libs/nw/Screen.hx diff --git a/libs/nw/Window.hx b/hide_js/libs/nw/Window.hx similarity index 100% rename from libs/nw/Window.hx rename to hide_js/libs/nw/Window.hx