我可以使IntelliJ IDEA看起来更像Eclipse吗?

编程入门 行业动态 更新时间:2024-10-23 19:22:15
本文介绍了我可以使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吗?

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

发布评论

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

>www.elefans.com

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