Egit 以纯文本形式打开 .java 文件

发布于 2024-11-03 03:56:18 字数 308 浏览 0 评论 0原文

所以我终于弄清楚如何使用Git了。 (感谢这里的所有用户:))所以我在 Eclipse 上安装了 EGit。但现在我还有另一个问题:

所以 EGit 在 Eclipse 中工作得非常好,我可以推/拉/提交/其他任何东西,但有一个烦恼:我使用 EGit 的全部原因是这样我可以编辑一个项目的 Java 源代码存储库。但每当我尝试从存储库打开 .java 文件时,它只会像文本文档一样显示它。我尝试单击“Java Perspective”,但这只会使屏幕变大。

如果源文件来自 EGit,有没有办法直接在 Eclipse 的 Java 编辑器中编辑/保存 Java 源文件?

So I've finally figured out how to use Git. (thanks to all the users here :)) And so I installed EGit on Eclipse. But now I have yet another problem:

So EGit works awesomely in Eclipse, and I can push/pull/commit/whatever else, but there's an annoyance: The whole reason I used EGit was so that I could edit the Java source code of a repository. But whenever I try to open a .java file from the repo, it just shows it like a text document. I've tried clicking "Java Perspective" but that just made the screen larger.

Is there any way to directly edit/save Java source files inside of Eclipse's Java editor if the source files come from EGit?

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

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

发布评论

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

评论(1

没︽人懂的悲伤 2024-11-10 03:56:18

如果您在 Eclipse 中编辑的文件是 java 文件,但作为文本文件处理,这可能意味着项目的性质或方面设置未设置为 Java。

为了避免 Eclipse 中的性质/方面混乱,您可以将存储库“克隆”到 Eclipse 中。您可以通过导入对话框来执行此操作。以下是一些有关操作方法的说明:

http://www.vogella.de/articles/EGit/文章.html

If you're editing files in Eclipse that are java files but are handled as text files instead this could mean that the project's nature or facet settings are not set to be Java.

To avoid the natures/facets mess in eclipse you can "clone" the repository into eclipse. You do this through the import dialog. Here are some instructions on how:

http://www.vogella.de/articles/EGit/article.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文