简体   繁体   English

在 Eclipse 中,我可以将使用就地编辑器打开作为默认选项吗?

[英]In Eclipse, can I make Open With In-Place Editor the default option?

I need to spend a lot of time manipulating ridiculous amounts of Excel data and often find myself with a dozen or more Excel workbooks open in several different instances of Excel, making it very difficult to find the worksheet I want at any given time.我需要花费大量时间来处理大量荒谬的 Excel 数据,并且经常发现自己有十几个或更多 Excel 工作簿在 Excel 的几个不同实例中打开,因此很难找到工作表 IDCZ。

I came to the realization that I could tone down this madness by using Eclipse by opening the both excel files and csv files with the "In-Place" editor.我意识到我可以通过使用“就地”编辑器打开 excel 文件和 csv 文件来使用 Eclipse 来缓和这种疯狂。

However, I can't figure out how to make the in-place editor the default editor.但是,我不知道如何使就地编辑器成为默认编辑器。 Any ideas?有任何想法吗?

(Alternatively, is there a way I can add a file-explorer panel and tabs to excel to give it similar functionality.) (或者,有没有一种方法可以向 excel 添加文件资源管理器面板和选项卡以提供类似的功能。)

You can go to Window->Preferences->Editors->File Associations and associate *.csv file with the Text Editor.您可以 go 到 Window->Preferences->Editors->File Associations 并将 *.csv 文件与文本编辑器关联。 Then set it as the default editor.然后将其设置为默认编辑器。 Unfortunately it seems just clicking the csv file does not open it.不幸的是,似乎只是单击 csv 文件并没有打开它。 Selecting the file and clicking F3 works though.选择文件并单击 F3 可以。

I have the same problem, I don't know that it can help you but try to change encoding to UTF-8:Window -> Preferences -> General -> Editors -> TextEditors -> Spelling.我有同样的问题,我不知道它可以帮助你,但尝试将编码更改为 UTF-8:Window -> 首选项 -> 常规 -> 编辑器 -> 文本编辑器 -> 拼写。 I change that and it works.我改变了它,它的工作原理。

In Eclipse documentation you can find a hint how to prevent in-place OLE editors (search for "prevent" on the page), which is quite the opposite what you wanted, isn't it?Eclipse 文档中,您可以找到如何防止就地 OLE 编辑器的提示(在页面上搜索“prevent”),这与您想要的完全相反,不是吗?

By any chance do you have the "Allow in-place system editors" option turned off in Windows |您是否有任何机会在 Windows 中关闭了“允许就地系统编辑器”选项? Preferences |偏好 | General |一般 | Editors?编辑? If so, please turn it on.如果是这样,请打开它。 I don't have high hopes for this, because the option seems to be on by default, so you might have it already set.我对此没有寄予厚望,因为该选项似乎默认开启,所以您可能已经设置了它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM