Skip to content

Commit aceae2d

Browse files
committed
deploy: 606b7d0
1 parent 52b2559 commit aceae2d

File tree

357 files changed

+18860
-16772
lines changed

Some content is hidden

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

357 files changed

+18860
-16772
lines changed

JSUtils/Preferences.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
*
2020
*/
2121

22+
// @INCLUDE_IN_API_DOCS
23+
2224
/**
2325
2426
This class parses configuration values from a JSON object. The expected

JSUtils/ScopeManager.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
*
2020
*/
2121

22+
// @INCLUDE_IN_API_DOCS
23+
2224
/*global Phoenix*/
2325

2426
/*
@@ -1347,8 +1349,9 @@ define(function (require, exports, module) {
13471349
*
13481350
* During debugging, you can turn this automatic resetting behavior off
13491351
* by running this in the console:
1352+
* ```js
13501353
* brackets._configureJSCodeHints({ noReset: true })
1351-
*
1354+
* ```
13521355
* This function is also used in unit testing with the "force" flag to
13531356
* reset the module for each test to start with a clean environment.
13541357
*
@@ -1468,9 +1471,7 @@ define(function (require, exports, module) {
14681471
/**
14691472
* Track the update area of the current document so we can tell if we can send
14701473
* partial updates to tern or not.
1471-
*
1472-
* @param {Array.<{from: {line:number, ch: number}, to: {line:number, ch: number},
1473-
* text: Array<string>}>} changeList - the document changes from the current change event
1474+
* @param {{from: {line: number, ch: number}, to: {line: number, ch: number}, text: string[]}} changeList - The document changes from the current change event
14741475
*/
14751476
function trackChange(changeList) {
14761477
var changed = documentChanges, i;

JSUtils/Session.js

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

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-10-07T15:28:24.222Z",
29+
"build_timestamp": "2024-10-11T05:11:08.198Z",
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.10.0-20616",
41+
"version": "3.10.0-20621",
4242
"apiVersion": "3.10.0",
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.

0 commit comments

Comments
 (0)