Eclipse PDT .sql 始终另存为
我的工作空间中有许多 .sql 文件,其中一个在保存时总是会弹出“另存为”对话框,即使它已经保存了。另一个特点是同一文件夹中还有 3 个其他文件没有此行为,而是打开系统默认编辑器 (GEdit)。
当我保存有问题的文件时,我还收到一条错误消息:“保存失败 org.eclipse.php.internal.ui.editor.RefactorableFileEditorInp ut 无法转换为 org.eclipse.php.internal.ui.editor.input.NonExistingPHPFileE ditorInput "
任何人都可以建议在哪里寻找解决方案吗?
I have a number of .sql files in my work space, one of them, when I save it always brings up the Save As dialogue, even though it is already saved. The other peculiarness is that there are 3 other files in the same folder that don't have this behaviour, instead they open the systems default editor (GEdit).
When I save the file in question I also get an error message: "Save Failed
org.eclipse.php.internal.ui.editor.RefactorableFileEditorInp ut cannot be cast to org.eclipse.php.internal.ui.editor.input.NonExistingPHPFileE ditorInput "
Can anyone advise where to look for a solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
经过一番尝试和错误:使用“内部编辑器”打开->文本编辑器解决了这个问题
After some trial and error: Open with "internal editor" -> text editor solves the problem