Eclipse 的最小主题
我刚刚安装了一台新的 10 英寸上网本,并刚刚安装了 Eclipse 进行一些开发。即使在大屏幕上,我也发现 Eclipse 的 GUI 非常笨重且难以使用,而现在在小屏幕上,真正的留给实际编码的空间小得可笑。是否可以在 Eclipse 中应用一个主题或皮肤以使其更加简洁?您知道有什么适合小屏幕的好主题吗?
I've just been setting up a new 10" netbook and have just installed Eclipse for some development. Even on large screens I've found Eclipse's GUI to be very bulky and awkward to work with, and now on a small screen, the real estate left for actual coding is ludicrously small. Is it possible to apply a theme or skin to Eclipse to make it somewhat more minimal? Do you know any good themes for small screens?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
如果我最大化编辑器 (Ctrl-M) 并使用 Eclipse 全屏插件 我发现 Eclipse 在我的 10 英寸上网本上非常有用。
If I maximize the editor (Ctrl-M) and use the Eclipse Full Screen Plugin I find Eclipse pretty usable on my 10" netbook.
如果可以的话,请让我制作一个插件 我的关于在 Eee PC 901 上运行 Eclipse 的博客文章,它有 8.9 英寸屏幕,分辨率为 1024 x 600。
在文章末尾我有一些关于如何最大化屏幕的提示为了能够在屏幕上显示尽可能多的源代码。
要点是:
应用这些提示后,Eclipse 在 1024 x 600 屏幕上看起来如下所示:
(链接到 全尺寸图像)
If I may, please let me make a plug to my blog entry on running Eclipse on the Eee PC 901, which has a 8.9 inch screen with a resolution of 1024 x 600.
I have some tips toward the end of the entry on ways to maximize the screen real estate in order to be able to show as much source code as possible on the screen.
The main points are:
With the tips applied, Eclipse on a 1024 x 600 screen looks like the following:
(Link to full-size image)
您可以尝试“常规”->“常规”下更紧凑的“Eclipse 2.1 样式演示”。 外貌。 在同一个地方,您可以将“视角切换器”放在左侧。
但没有任何主题可以改变这样一个事实:10 英寸的屏幕对于像 eclipse 这样的多视图 IDE 来说太小了。几乎解决这个问题的唯一方法就是像传统编辑器一样使用它,即消除除编辑器到fastview栏并学习使用热键 尽可能多,例如 Ctrl-O 而不是单独的大纲视图、F5、F6 和 F7 代替调试视图中的图标等。
You could try the somewhat more compact "Eclipse 2.1 Style Presentation" under General -> Appearance. In the same place, you can put "the Perspective switcher" on the left side.
But no theme can change the fact that a 10" screen simply is too small for a multi-view IDE like eclipse. Pretty much the only way to get around this is to use it more like a traditional editor, i.e. banish all views except the editor to the fastview bar and learn to use hotkeys as much as possible, e.g. Ctrl-O instead of a spearate outline view, F5, F6 and F7 instead of the icons in the debug view, etc.
我使用基于 Eclipse 的 SpringSource Tool Suite。 我在 9 英寸笔记本上运行这个程序。我放弃了寻找插件来使视图更好的尝试,但我所做的是右键单击停靠在主编辑区域右侧、左侧和底部的每个窗口,然后选择“ “快速查看”。这会将这些窗口最小化为屏幕最底部工具栏上的图标,为编辑器窗口留下大部分屏幕空间。它似乎工作正常。如果我需要访问 Package Explorer 等,我只需单击图标来调出它,然后再次隐藏它,我发现它非常有用。
I use SpringSource Tool Suite which is based on Eclipse. I run this on a 9" notebook. I gave up trying to find a plugin to make the view better but what I have done is right click on every window which docks to the right, left and bottom of the main editing area and selected "Fast View". This minimises these windows to icons on the toolbar at the very bottom of the screen, leaving most of the screen estate for editor windows. It seems to work OK. If I need to access Package Explorer etc. I just click the icon to bring it up, and again to hide it. I find it quite usable.
我刚刚在我的 lenovo s10-3t 上网本上设置了一个新的 Ubuntu 分区并在其上安装了 Eclipse。
鉴于屏幕空间稀缺,我正在尝试的一件事是将所有字体大小减小到 7/8/9。 但显然这对眼睛造成了压力。
Linux中的系统字体,系统-> 首选项-> 出场 -> 字体
在 Eclipse 中,窗口 -> 首选项-> 一般-> 外观-> 颜色和字体
I've just set up a new Ubuntu partition on my lenovo s10-3t netbook and installed Eclipse on it.
Given the scarce screen real-estate one thing I'm trying is reducing all fonts size to 7/8/9. It's obviously a strain on the eyes though.
System fonts in Linux, System -> Preferences -> Appearances -> Fonts
In Eclipse, Window -> Preferences -> General -> Appearance -> Colors and Fonts