Egit 以纯文本形式打开 .java 文件
所以我终于弄清楚如何使用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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您在 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