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

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

问题描述

我在Eclipse中开发了很长时间,但是我非常看好IntelliJ IDEA 9.0.3,因为它具有很好的Flex开发工具和Maven flexmojos集成功能。



但是我只是不能看待Ubuntu 10.04上的东西。来自Eclipse,字体和颜色使得一切都非常难以阅读....非常紧张的眼睛。我已经玩了字体和颜色,现在它有点好一点。



但是有一些善良的灵魂已经创建了一些可以加载到IDEA和poof - 使它在视觉上看起来更像Eclipse?

解决方案

Eclipse和IDEA正在使用不同的UI工具包(SWT vs SWING)这将很难使它看起来一样。



正如@Shakedown所说,在设置中更改Look&感觉外观是选项之一。请注意,Java允许安装额外的第三方外观和感觉。



编辑器字体在中设置|编辑|颜色&字体。字体由JVM呈现,所以它显示出可以找到的任何TTF字体。如果由于某种原因,您的系统TTF字体不可见,您需要将* .ttf文件复制到 JDK_HOME / jre / lib / fonts 中。重新启动IDEA后,您将可以选择新的字体。缺少正确代码显示所需的Unicode字符的字体将不会被列出。



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



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



另一个很好的配色方案是 VibrantInk



还可以禁用侧边的工具栏,菜单栏等使IDEA看起来像简单的编辑器,如果你愿意,甚至编辑器标签可以被完全隐藏。


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.

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.

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 and IDEA are using different UI toolkits (SWT vs SWING), so it would be hard to make it look the same.

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.

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.

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).

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.

Another nice color scheme is VibrantInk.

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天全站免登陆