-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tabs for code-editor & Console #1168
Conversation
nighca
commented
Dec 23, 2024
•
edited
Loading
edited
- Tabs for code-editor, close Tabs for code editor #1135
- Zoom control for code-editor
- Console UI update
Skipping CI for Draft Pull Request. |
15e9acc
to
afa54e3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
原来的 code-editor/ui/markdown/CodeLink.vue
拆成了两个:
code-editor/CodeLink.vue
,可用于其他界面模块(如Console
)复用code-editor/ui/markdown/CodeLink.ts
,基于前者实现,对外提供 string props 方便在 markdown 内容中嵌入使用
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 21 out of 36 changed files in this pull request and generated no comments.
Files not reviewed (15)
- spx-gui/src/components/editor/code-editor/ui/definition/DefinitionOverviewWrapper.vue: Evaluated as low risk
- spx-gui/src/components/editor/code-editor/ui/markdown/MarkdownView.vue: Evaluated as low risk
- spx-gui/src/components/editor/code-editor/ui/markdown/CodeView.vue: Evaluated as low risk
- spx-gui/src/components/editor/code-editor/CodeLink.vue: Evaluated as low risk
- spx-gui/src/components/editor/code-editor/ui/markdown/CodeLink.vue: Evaluated as low risk
- spx-gui/src/components/editor/code-editor/ui/document-tab/DocumentTabs.vue: Evaluated as low risk
- spx-gui/src/components/editor/code-editor/ui/document-tab/DocumentTab.vue: Evaluated as low risk
- spx-gui/src/components/editor/code-editor/ui/CodeEditorUI.vue: Evaluated as low risk
- spx-gui/src/components/editor/code-editor/ui/ZoomControl.vue: Evaluated as low risk
- spx-gui/src/components/editor/code-editor/ui/api-reference/APIReferenceItem.vue: Evaluated as low risk
- spx-gui/src/components/asset/preprocessing/common/ProcessItem.vue: Evaluated as low risk
- spx-gui/src/components/editor/code-editor/ui/diagnostics/DiagnosticsUI.vue: Evaluated as low risk
- spx-gui/src/components/editor/code-editor/ui/code-editor-ui.ts: Evaluated as low risk
- spx-gui/src/components/editor/code-editor/ui/common.ts: Evaluated as low risk
- spx-gui/src/components/editor/code-editor/context.ts: Evaluated as low risk
This PR has been deployed to the preview environment. You can explore it using the preview URL. Warning Please note that deployments in the preview environment are temporary and will be automatically cleaned up after a certain period. Make sure to explore it before it is removed. For any questions, contact the Go+ Builder team. |