可以让IntelliJ IDEA看起来更像Eclipse吗?(Can I make IntelliJ IDEA look more like Eclipse?)

编程入门 行业动态 更新时间:2024-10-28 08:20:03
可以让IntelliJ IDEA看起来更像Eclipse吗?(Can I make IntelliJ IDEA look more like Eclipse?)

我一直在Eclipse开发很长一段时间,但由于它具有良好的Flex开发工具和Maven flexmojos集成,所以我对IntelliJ IDEA 9.0.3进行了大量的研究。

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

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

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和IDEA正在使用不同的UI工具包(SWT vs SWING),所以很难使它看起来一样。

正如@Shakedown所说,在Settings | Appearance改变“外观与感觉Settings | Appearance Settings | Appearance是其中的选择之一。 请注意,Java允许安装其他第三方外观。

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

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

对于配色方案,您可以使用Google格式的几种贡献的预设,就像这样 。 下载链接的XML,将其重命名为Cobalt.xml ,将文件放在~/.IntelliJIdea90/config/colors目录中。 重新启动IDEA,在Settings | Editor | Colors & Fonts选择Cobalt方案 Settings | Editor | Colors & Fonts Settings | Editor | Colors & Fonts 。

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

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

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.

更多推荐

本文发布于:2023-07-15 11:05:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1112874.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:更像   IntelliJ   IDEA   Eclipse

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!