我在Eclipse Luna中使用原生的“Dark”主题,然后使用Eclipse Color Theme插件选择一些不同的编辑器主题。问题是,每次打开Eclipse时,它都使用本机Dark主题附带的默认值,每次都必须为编辑器设置我的Color主题。
有没有办法让它记住我的色彩主题设置?
答案 0 :(得分:5)
打开首选项 - > Oomph - >首选项记录器 - >启用 然后再次设置主题,这次Oomph将记录它
答案 1 :(得分:3)
此解决方案适用于我:尝试将其更改为Classic并重新启动计算机。然后将其更改回Dark Theme,现在重新启动Eclipse后会记住颜色主题。
答案 2 :(得分:3)
以下适用于Eclipse Neon:
@djgeary @jdeyton尝试在Eclipse中启用Oomph首选项记录器 火星设置(屏幕底部设置窗口中的图标, 靠近帮助图标)。之后设定主题和它。下次你 启动eclipse Oomph应该恢复正确的主题设置。
对于github,dovydasvenckus的答案,信用转到here。
答案 3 :(得分:0)
将Dark主题设置为" global"主题,以及您从Market Place安装的Eclipse Color Theme中喜欢的主题,您可以执行以下操作。我用过:
步骤:
[10:20:54] typescript: src/pages/imei/imei.ts, line: 27
Cannot find name 'cordova'.
L26: obterIMEI(){
L27: var permissions = cordova.plugins.permissions;
L28: permissions.requestPermission(permissions.READ_PHONE_STATE, success, error);
[10:20:54] typescript: src/pages/imei/imei.ts, line: 35
Property 'plugins' does not exist on type 'Window'.
L34: function success(status) {
L35: window.plugins.imei.get(
L36: function (imei) {
)Windows>Preferences>General>Appearance>Theme:Dark
C:\Users\[user]\eclipse-workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings
。org.eclipse.e4.ui.css.swt.theme
之后复制文字,将其保留在剪贴板中,在我的情况下是=
org.eclipse.e4.ui.css.theme.e4_dark
并在 = 后粘贴剪贴板中的内容(我的情况为org.eclipse.e4.ui.css.swt.theme
。答案 4 :(得分:0)
我遇到了同样的问题(Eclipse Neon)。对我有用的东西:
答案 5 :(得分:0)
最后让我记住了语法着色。我要做的就是进行一些更改,单击“导出”(全部导出),然后重新导入.epf文件。不知道为什么这对我有用,但希望有人觉得它有用。