Skip to content

Feature/for req url#7034

Closed
jackshenjunkai wants to merge 6 commits into
apache:mainfrom
jackshenjunkai:feature/forReqUrl
Closed

Feature/for req url#7034
jackshenjunkai wants to merge 6 commits into
apache:mainfrom
jackshenjunkai:feature/forReqUrl

Conversation

@jackshenjunkai
Copy link
Copy Markdown

Please add a meaningful description for your change here


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Run mvn clean install apache-rat:check to make sure basic checks pass. A more thorough check will be performed on your pull request automatically.
  • If you have a group of commits related to the same change, please squash your commits into one and force push your branch using git rebase -i.
  • Mention the appropriate issue in your description (for example: addresses #123), if applicable.

To make clear that you license your contribution under the Apache License Version 2.0, January 2004
you have to acknowledge this by using the following check-box.

hansva and others added 3 commits February 6, 2026 11:20
This was creating an error when copy/paste the code
- 删除 .mvn/extensions.xml 文件及内容
- 删除 .mvn/wrapper/maven-wrapper.properties 文件及内容
- 删除 .mvn/wrapper/MavenWrapperDownloader.java 文件及内容
- 在 plugins/engines/beam/pom.xml 中添加对 jdk.tools 的依赖排除
- 确保 json-smart 依赖排除正确添加
- 修改启动逻辑,在打开历史文件时也检查命令行中是否存在-file参数
- 实现从命令行参数中解析并打开-file指定的文件
- 增加辅助方法判断命令行参数中是否包含-file
- 修改HopWebEntryPoint支持project参数传递
- 在文件打开后移除-file参数,避免URL重复加载
- 添加错误日志记录打开文件失败情况
- 增加 activatePerspective 方法,根据 -perspective 参数激活对应画布
- 支持 perspective=meta 参数激活元数据画布
- 删除命令行参数中的 -perspective 以避免重复处理
- 默认未指定时激活默认的Explorer画布
- 扩展 HopWebEntryPoint 支持从启动参数读取 perspective 参数
Copy link
Copy Markdown
Contributor

@mattcasters mattcasters left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Were the .mvn files deleted by accident?

@@ -17,8 +17,6 @@

name: manual
title: User manual
version: 2.18.0
prerelease: true
display_version: 2.18.0 (pre-release)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this commit intentional?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you translate to English?

Activate the specified canvas

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Translate to English: Activate the default first canvas

- 将 loadProject 方法从类尾部移动到更合适位置
- 保持方法功能不变,确保项目配置文件的加载流程稳定
- 优化代码可读性和维护性
- 保留异常处理机制,确保错误信息明确反馈
@jackshenjunkai
Copy link
Copy Markdown
Author

Sorry, I tweaked some of the code locally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants