Skip to content

Commit d781540

Browse files
committed
deploy: 49ef3b9
1 parent 089307c commit d781540

File tree

3,128 files changed

+37255
-31961
lines changed

Some content is hidden

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

3,128 files changed

+37255
-31961
lines changed

.well-known/assetlinks.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

appConfig.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ window.AppConfig = {
55
"app_name_about": "Phoenix Code",
66
"about_icon": "styles/images/phoenix-icon.svg",
77
"how_to_use_url": "https://github.com/adobe/brackets/wiki/How-to-Use-Brackets",
8+
"docs_url": "https://docs.phcode.dev/",
89
"support_url": "https://github.com/phcode-dev/phoenix/discussions",
910
"suggest_feature_url": "https://github.com/phcode-dev/phoenix/discussions/categories/ideas",
1011
"get_involved_url": "https://github.com/phcode-dev/phoenix/discussions/77",
1112
"release_notes_url": "https://github.com/adobe/brackets/wiki/Release-Notes",
1213
"homepage_url": "https://phcode.io",
1314
"update_download_page": "https://phcode.io/",
1415
"twitter_url": "https://twitter.com/phcodedev",
16+
"youtube_url": "https://www.youtube.com/channel/UCNK2a8DKqPQQe3GlfTk-RHg",
1517
"troubleshoot_url": "https://github.com/adobe/brackets/wiki/Troubleshooting#wiki-livedev",
1618
"twitter_name": "@phcodedev",
1719
"contributors_url": "https://api.github.com/repos/phcode-dev/phoenix/contributors?per_page={0}&page={1}",
@@ -24,7 +26,7 @@ window.AppConfig = {
2426
"app_notification_url": "https://updates.phcode.io/appNotifications/prod/",
2527
"app_update_url": "https://updates.phcode.io/tauri/update-latest-stable-prod.json",
2628
"linting.enabled_by_default": true,
27-
"build_timestamp": "2024-05-26T08:01:57.343Z",
29+
"build_timestamp": "2024-06-27T13:28:15.950Z",
2830
"googleAnalyticsID": "G-FBK9RP5YK2",
2931
"googleAnalyticsIDDesktop": "G-M7MX9BYZZ3",
3032
"mixPanelID": "8cb6814f733e37c05cc59b4adad26407",
@@ -36,8 +38,8 @@ window.AppConfig = {
3638
"bugsnagEnv": "production"
3739
},
3840
"name": "Phoenix Code",
39-
"version": "3.7.3-20322",
40-
"apiVersion": "3.7.3",
41+
"version": "3.8.9-20450",
42+
"apiVersion": "3.8.9",
4143
"homepage": "https://core.ai",
4244
"issues": {
4345
"url": "https://github.com/phcode-dev/phoenix/issues"

appConfig.js.map

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

assets/default-project/en.zip

484 Bytes
Binary file not shown.

assets/default-project/en/Newly_added_features.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,41 @@ We are continuously adding features every week to improve the life of web develo
77

88
Here's a list of top features recently added to Phoenix:
99

10+
## Drag and Drop Files and Folders in Desktop Apps - Experimental
11+
12+
`Added on June, 2024`
13+
14+
Drag files from Explorer (Windows) or Finder (Mac) and drop them into Phoenix
15+
Code to open individual files. Drop a folder to open it as a project.
16+
17+
> Note: This feature is currently disabled on Linux due to UI issues in some
18+
> Linux distributions. To enable it, select menu
19+
> `Debug -> Experimental Features -> Drag And Drop Files.`
20+
21+
> This feature is not available in the browser version @ phcode.dev
22+
23+
![drag and drop](https://github.com/phcode-dev/phoenix/assets/5336369/ddd96ff7-bc99-46a6-a62d-6f6f5b78438b)
24+
25+
<h2><a target="_blank" href="https://docs.phcode.dev/docs/Features/Problems%20Panel/html-lint/">HTML Validation</a></h2>
26+
27+
`Added on June, 2024`
28+
29+
We have added HTML Validator to help you find errors like duplicate IDs,
30+
unrecognized tags, and more.
31+
32+
![HTML validate](https://github.com/phcode-dev/phoenix/assets/5336369/5bc4a1cc-2429-477c-83ca-91f19dcc0b0f)
33+
34+
<h2><a target="_blank" href="https://docs.phcode.dev/docs/Features/Problems%20Panel/ESLint/">ESLint Support</a></h2>
35+
36+
`Added on June, 2024`
37+
38+
All new and simplified ESLint experience that displays all ESLint errors in a
39+
file. Fix one or all errors with a single click. To enable, open a project that
40+
uses ESLint in Phoenix Code.
41+
42+
![image](https://github.com/phcode-dev/phoenix/assets/5336369/eb00691a-a0b4-4c1a-9209-d78fc7db764d)
43+
44+
1045
## Live CSS class and Style Code Hints
1146

1247
`Added on May, 2024`

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)