Skip to content

Commit 090b3bc

Browse files
committed
deploy: 606b7d0
1 parent f9fbfc4 commit 090b3bc

File tree

131 files changed

+4069
-776
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+4069
-776
lines changed

appConfig.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ window.AppConfig = {
2626
"app_notification_url": "assets/notifications/dev/",
2727
"app_update_url": "https://updates.phcode.io/tauri/update-latest-experimental-build.json",
2828
"linting.enabled_by_default": true,
29-
"build_timestamp": "2024-08-13T11:55:22.339Z",
29+
"build_timestamp": "2024-08-20T16:48:06.206Z",
3030
"googleAnalyticsID": "G-P4HJFPDB76",
3131
"googleAnalyticsIDDesktop": "G-VE5BXWJ0HF",
3232
"mixPanelID": "49c4d164b592be2350fc7af06a259bf3",
@@ -38,7 +38,7 @@ window.AppConfig = {
3838
"bugsnagEnv": "development"
3939
},
4040
"name": "Phoenix Code",
41-
"version": "3.9.1-20523",
41+
"version": "3.9.1-20535",
4242
"apiVersion": "3.9.1",
4343
"homepage": "https://core.ai",
4444
"issues": {

assets/default-project/en.zip

0 Bytes
Binary file not shown.

assets/sample-projects/HTML5.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

assets/sample-projects/explore.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

brackets-min.js

Lines changed: 422 additions & 75 deletions
Large diffs are not rendered by default.

brackets.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ define(function (require, exports, module) {
249249
DocumentModule: require("document/Document"),
250250
DragAndDrop: require("utils/DragAndDrop"),
251251
EditorManager: require("editor/EditorManager"),
252+
Editor: require("editor/Editor"),
252253
EventManager: require("utils/EventManager"),
253254
ExtensionLoader: require("utils/ExtensionLoader"),
254255
ExtensionUtils: require("utils/ExtensionUtils"),

cacheManifest.json

Lines changed: 28 additions & 28 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)