与类不关联的 Eclipse 可视化编辑器
我在可视化编辑器中创建一个类。我将其检查为颠覆。我的同事检查了该项目。
尝试在可视化编辑器中打开类,但它只是在普通类对话框中打开。这个类如何再次与可视化编辑器关联起来?如何让同事在源代码控制中保持活力?
同事能够在项目中创建视觉类,这些类确实与继承的类相关联。
I create a class in visual editor. I check it into subversion. My coworker checks out the project.
Tries to open the class in visual editor but instead it just opens in the normal class dialog. How can this class be associated with visual editor again? How can I keep the associate alive in source control?
Coworker is able to create visual classes in the project that do associate it is just the classes that carry over.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
文件关联在 Eclipse 中依赖于工作区。
检查窗口->首选项->一般->编辑->文件关联,以确保双方都将可视化编辑器作为特定文件扩展名的默认设置。
File associations are workspace dependent in Eclipse.
Check Window -> Preferences -> General -> Editors -> File Associations to make sure that you both have Visual Editor as the default for the particular file extension.