Feature/for req url#7034
Closed
jackshenjunkai wants to merge 6 commits into
Closed
Conversation
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 参数
mattcasters
requested changes
Apr 22, 2026
Contributor
mattcasters
left a comment
There was a problem hiding this comment.
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) | |||
Contributor
There was a problem hiding this comment.
Was this commit intentional?
Contributor
There was a problem hiding this comment.
Can you translate to English?
Activate the specified canvas
Contributor
There was a problem hiding this comment.
Translate to English: Activate the default first canvas
- 将 loadProject 方法从类尾部移动到更合适位置 - 保持方法功能不变,确保项目配置文件的加载流程稳定 - 优化代码可读性和维护性 - 保留异常处理机制,确保错误信息明确反馈
Author
|
Sorry, I tweaked some of the code locally |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
mvn clean install apache-rat:checkto make sure basic checks pass. A more thorough check will be performed on your pull request automatically.git rebase -i.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.