我可以使IntelliJ IDEA看起来更像Eclipse吗? [英] Can I make IntelliJ IDEA look more like Eclipse?

查看:368
本文介绍了我可以使IntelliJ IDEA看起来更像Eclipse吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Eclipse中已经开发了很长时间了,但是由于其良好的Flex开发工具和Maven flexmojos集成,我对IntelliJ IDEA 9.0.3进行了深入的研究。

I've been developing in Eclipse for a long while, but am taking a hard look at IntelliJ IDEA 9.0.3 because of its good Flex development tools and Maven flexmojos integration.

但我只是不能站在Ubuntu 10.04上的东西的样子。来自Eclipse,字体和颜色使一切都很难阅读....非常紧张的眼睛。我已经玩过的字体和颜色,现在它的一点点更好。

But I just CAN'T STAND the look of the thing on Ubuntu 10.04. Coming from Eclipse, the fonts and colors make everything very hard to read....very straining on the eyes. I've played around with fonts and colors and now its a little bit better.

但有一些灵魂已经创建了一些类型的配置文件,我可以加载到IDEA和poof - 使Eclipse看起来更像Eclipse?

But has some kind soul already created some sort of profile I can load into IDEA and poof -- make it visually look more like Eclipse?

推荐答案

Eclipse和IDEA使用不同的UI工具包(SWT vs SWING)

Eclipse and IDEA are using different UI toolkits (SWT vs SWING), so it would be hard to make it look the same.

如@Shakedown所说,改变感觉在设置|外观是其中一个选项。注意,Java允许安装额外的第三方Look& Feels。

As @Shakedown said, changing Look&Feel in Settings | Appearance is one of the options. Note that Java allows to install additional third-party Look&Feels.

编辑器字体在编辑|颜色&字体。字体由JVM呈现,因此它显示可以找到的任何TTF字体。如果由于某种原因不是所有的系统TTF字体都可见,则需要将* .ttf文件复制到 JDK_HOME / jre / lib / fonts 。重新启动IDEA后,您可以选择新的字体。

Editor font is configured in Settings | Editor | Colors & Fonts. Fonts are rendered by the JVM, so it shows any TTF fonts that it can find. If for some reason not all your system TTF fonts are visible, you need to copy *.ttf files into JDK_HOME/jre/lib/fonts. After restarting IDEA you'll be able to choose new fonts. Fonts missing some Unicode characters required for proper code display will not be listed.

检查最流行的编程字体列表。但是,Java只能渲染TTF字体,可能很难找到某些字体的TrueType版本。我最喜欢的字体是Consolas(随Windows一起提供)。

Check out the list of most popular programming fonts. However, Java can render TTF fonts only and it may be hard to find TrueType versions of some fonts. My favorite font is Consolas (provided with Windows).

对于配色方案,您可以使用XML格式提供几个提供的预设,例如这一个。下载链接的XML,将其重命名为 Cobalt.xml ,将文件放在〜/ .IntelliJIdea90 / config / colors 目录。重新启动IDEA,在设置|中选择Cobalt方案编辑|颜色&字体

As for the color schemes, you can Google several contributed presets in the XML format, like this one. Download the linked XML, rename it to Cobalt.xml, place the file in ~/.IntelliJIdea90/config/colors directory. Restart IDEA, select Cobalt scheme in Settings | Editor | Colors & Fonts.

另一个不错的配色方案是 VibrantInk

Another nice color scheme is VibrantInk.

它也可以禁用侧工具窗口栏,菜单栏等使IDEA看起来像简单的编辑器,如果你愿意,即使编辑器选项卡可以完全隐藏。

It's also possible to disable side tool window bars, menu bar, etc to make IDEA look like simple editor if you'd like so, even editor tabs can be completely hidden.

这篇关于我可以使IntelliJ IDEA看起来更像Eclipse吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆