Skip to content
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

Merged
merged 1 commit into from
Dec 24, 2024
Merged

Tabs for code-editor & Console #1168

merged 1 commit into from
Dec 24, 2024

Conversation

nighca
Copy link
Collaborator

@nighca nighca commented Dec 23, 2024

Copy link

qiniu-prow bot commented Dec 23, 2024

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

Copy link
Collaborator Author

@nighca nighca Dec 24, 2024

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 拆成了两个:

  1. code-editor/CodeLink.vue,可用于其他界面模块(如 Console)复用
  2. code-editor/ui/markdown/CodeLink.ts,基于前者实现,对外提供 string props 方便在 markdown 内容中嵌入使用

@nighca nighca marked this pull request as ready for review December 24, 2024 05:48
@nighca nighca requested a review from Copilot December 24, 2024 05:48

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
@qiniu-ci
Copy link

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.

@aofei aofei merged commit 8c5dc67 into goplus:dev Dec 24, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tabs for code editor
3 participants