diff --git a/docs/API-Reference/editor/Editor.md b/docs/API-Reference/editor/Editor.md
index 4db5c3420a..e139e3fbb8 100644
--- a/docs/API-Reference/editor/Editor.md
+++ b/docs/API-Reference/editor/Editor.md
@@ -1703,3 +1703,18 @@ Constant: Bulls-eye mode, strictly center the text always.
## CENTERING\_MARGIN
**Kind**: global constant
+
+
+## getMarkOptionTabstopOutline()
+Mark option for a subdued outline box, used to show every remaining stop of an active
+snippet/tab-stop session (see editor/TabstopManager.js) so the user can see at a glance how
+many fields are left and where, even for the ones they haven't tabbed to yet.
+
+**Kind**: global function
+
+
+## getMarkOptionTabstopOutlineActive()
+Mark option for the bold/active variant of the above, layered on top of it for whichever stop
+is currently selected in an active snippet/tab-stop session.
+
+**Kind**: global function
diff --git a/src-node/package-lock.json b/src-node/package-lock.json
index 14ca2e2f48..9cbf71d1f0 100644
--- a/src-node/package-lock.json
+++ b/src-node/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@phcode/node-core",
- "version": "5.2.4-0",
+ "version": "5.3.0-0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@phcode/node-core",
- "version": "5.2.4-0",
+ "version": "5.3.0-0",
"hasInstallScript": true,
"license": "GNU-AGPL3.0",
"dependencies": {
diff --git a/src/brackets.config.dist.json b/src/brackets.config.dist.json
index 0e8dfcc466..1a8800fe19 100644
--- a/src/brackets.config.dist.json
+++ b/src/brackets.config.dist.json
@@ -1,9 +1,9 @@
{
- "googleAnalyticsID" : "G-FBK9RP5YK2",
+ "googleAnalyticsID" : "G-G3DTS3ZR09",
"googleAnalyticsIDDesktop": "G-M7MX9BYZZ3",
"mixPanelID" : "8cb6814f733e37c05cc59b4adad26407",
"coreAnalyticsID" : "phoenix",
- "coreAnalyticsAppName" : "phoenix-prod",
+ "coreAnalyticsAppName" : "phoenix-web",
"coreAnalyticsAppNameDesktop" : "desktop-prod",
"environment" : "production",
"buildtype" : "production",
diff --git a/src/index.html b/src/index.html
index 84083453df..481abdc295 100644
--- a/src/index.html
+++ b/src/index.html
@@ -47,14 +47,14 @@
-
+
-
+
@@ -73,10 +73,10 @@