You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/API-Reference/command/CommandManager.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ use \uXXXX instead of an HTML entity.
107
107
| Param | Type | Description |
108
108
| --- | --- | --- |
109
109
| name | <code>string</code> ||
110
-
| htmlName | <code>string</code> | If set, this will be displayed in ui menus instead of the name given. Eg. "Phoenix menu<iclass='fa fa-car'style='margin-left: 4px;'></i>" |
110
+
| htmlName | <code>string</code> | If set, this will be displayed in ui menus instead of the name given. Example: `"Phoenix menu<i class='fa fa-car' style='margin-left: 4px;'></i>"`|
111
111
112
112
<aname="Command+getName"></a>
113
113
@@ -164,7 +164,7 @@ Registers a global command.
164
164
| commandFn | <code>function</code> | the function to call when the command is executed. Any arguments passed to execute() (after the id) are passed as arguments to the function. If the function is asynchronous, it must return a jQuery promise that is resolved when the command completes. Otherwise, the CommandManager will assume it is synchronous, and return a promise that is already resolved. |
165
165
|[options]| <code>Object</code> ||
166
166
| options.eventSource | <code>boolean</code> | If set to true, the commandFn will be called with the first argument `event` with details about the source(invoker) as event.eventSource(one of the `CommandManager.SOURCE_*`) and event.sourceType(Eg. Ctrl-K) parameter. |
167
-
| options.htmlName | <code>string</code> | If set, this will be displayed in ui menus instead of the name given. Eg. "Phoenix menu<iclass='fa fa-car'style='margin-left: 4px;'></i>" |
167
+
| options.htmlName | <code>string</code> | If set, this will be displayed in ui menus instead of the name given. Example: `"Phoenix menu<i class='fa fa-car' style='margin-left: 4px;'></i>"`|
Copy file name to clipboardExpand all lines: src/extensions/default/DefaultExtensions.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,18 @@
37
37
"github-Pluto-custom-line-height"
38
38
]
39
39
},
40
+
"deprecatedExtensions": {
41
+
"description": "list extension ids that you want to show a dialog once that the extension is deprecated when installed from extension store or has already been installed.",
42
+
"note": "use this only is we add support for the extension in core directly and has an alternative. dialog says: The following installed extensions are natively supported by phoenix and is recommended to remove it. The url is the documentation link for the feature replacing the extension feature.",
"GIT_TOAST_TITLE": "Explore Git Features in Phoenix Code",
1600
-
"GIT_TOAST_MESSAGE": "Click the Git panel icon to manage your repository. Easily commit, push, pull, and view your project history—all in one place.<br><a href='https://docs.phcode.dev/docs/Features/git'>Learn more about the Git panel →</a>",
1600
+
"GIT_TOAST_MESSAGE": "Click the Git panel icon to manage your repository. Easily commit, push, pull, and view your project history—all in one place.<br><a href='https://docs.phcode.dev/app-links/git'>Learn more about the Git panel →</a>",
1601
1601
1602
1602
// surveys
1603
1603
"SURVEY_TITLE_VOTE_FOR_FEATURES_YOU_WANT": "Vote for the features you want to see next!",
0 commit comments