Oracle JDev:ctrl+减号快捷键

发布于 2024-12-23 09:56:15 字数 132 浏览 0 评论 0原文

在 JDeveloper 中,ctrl+- 用于在应用程序中浏览。它工作正常(仅在我的应用程序内浏览)。突然,它开始拉取其他项目,这些项目甚至不在我的源代码中。是否有为此配置此项目文件?

我使用 Oracle Jdev 10.1.3。

In JDeveloper, ctrl+- is used to browse in application. It was working fine (was browsing only inside my application). Suddenly, it started pulling other projects, which are not even inside my source code. Is there anyway to configure this project files for this?

I use Oracle Jdev 10.1.3.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

稳稳的幸福 2024-12-30 09:56:15

我刚刚在我的 jpr 文件中找到了以下内容并将其删除。

    <hash>
       <list n="classPath">
          <url path="../../../"/>
       </list>
       <value n="deployedByDefault" v="true"/>
       <value n="description" v="Main"/>
       <value n="id" v="Main"/>
       <value n="locked" v="true"/>
    </hash>

I just found the below in my jpr file and removed this.

    <hash>
       <list n="classPath">
          <url path="../../../"/>
       </list>
       <value n="deployedByDefault" v="true"/>
       <value n="description" v="Main"/>
       <value n="id" v="Main"/>
       <value n="locked" v="true"/>
    </hash>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文