Skip to content

Commit bccb07d

Browse files
committed
deploy: cd657c3
1 parent 6fae0e3 commit bccb07d

File tree

65 files changed

+128
-100
lines changed

Some content is hidden

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

65 files changed

+128
-100
lines changed

LiveDevelopment/BrowserScripts/LiveDevProtocolRemote.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LiveDevelopment/BrowserScripts/RemoteFunctions.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ function RemoteFunctions(config = {}) {
1515
HIGHLIGHT_CLASSNAME: "__brackets-ld-highlight" // CSS class name used for highlighting elements in live preview
1616
};
1717

18+
// this is for bidirectional communication between phoenix and live preview
19+
const PhoenixComm = window._Brackets_LiveDev_PhoenixComm;
20+
PhoenixComm && PhoenixComm.registerLpFn("PH_Hello", function(param) {
21+
// this is just a test function here to check if live preview. fn call is working correctly.
22+
console.log("Hello World", param);
23+
});
24+
1825
const SHARED_STATE = {
1926
__description: "Use this to keep shared state for Live Preview Edit instead of window.*"
2027
};

LiveDevelopment/MultiBrowserImpl/protocol/LiveDevProtocol.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

appConfig.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ window.AppConfig = {
3333
"app_update_url": "https://updates.phcode.io/tauri/update-latest-pre-release.json",
3434
"extensionTakedownURL": "https://updates.phcode.io/extension_takedown.json",
3535
"linting.enabled_by_default": true,
36-
"build_timestamp": "2025-12-20T03:05:50.016Z",
36+
"build_timestamp": "2025-12-23T09:37:51.098Z",
3737
"googleAnalyticsID": "G-FP5S9BKDSJ",
3838
"googleAnalyticsIDDesktop": "G-D5R1Y6PTS8",
3939
"mixPanelID": "a7e08ffd43c37767c29b13df1d2e6c62",
@@ -45,7 +45,7 @@ window.AppConfig = {
4545
"bugsnagEnv": "staging"
4646
},
4747
"name": "Phoenix Code",
48-
"version": "4.1.2-21765",
48+
"version": "4.1.2-21768",
4949
"apiVersion": "4.1.2",
5050
"homepage": "https://core.ai",
5151
"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.

0 commit comments

Comments
 (0)