5 ms·
IntelliJ also looks like shit. It has its own toolkit and the same horrible font rendering as any other swing program. If you want your IDE to be pretty, try Ec
by brokenparser 13y ago
IntelliJ also looks like shit. It has its own toolkit and the same horrible font rendering as any other swing program. If you want your IDE to be pretty, try Eclipse.
- __xtrimsky 13y agoyou are really mentioning Eclipse as a pretty IDE or is it a joke ? :P
- virtualwhys 13y agoIf we're talking Linux, then yes, IntelliJ is a gruesome sight indeed.
- Yetanfou 13y agoNot in the guise of Android Studio, using the Darcula skin. It is actually rather pleasant to look at, as far as IDE's go. Just make those humongous fonts a bit smaller and it looks quite sleek. I wonder why so many Java apps insist on using oversized fonts and features, especially since Swing was introduced?
- thejosh 13y agoFont rendering is still horrible on Linux compared to Sublime.
- Justsignedup 13y agoAm i missing some magical eclipse configuration? I need to increase font sizes and at best i can only do half the IDE. Eclipse has been an atrocious experience for me so far.
- kentosi 13y agoI'll admit that the default eclipse theme looks hideous on a mac, which is why I use this: https://github.com/jeeeyul/eclipse-themes https://github.com/jeeeyul/eclipse-themes
- moondowner 13y agoThis plugin should be preinstalled by default for all platforms.
- Justsignedup 13y agoYeah, still doesn't let u customize the right fonts. I am using it now. I think a newer version removed that feature (wtf)
- smrtinsert 13y agoIt is really ugly and yes with jeeyuls themes, yum! Soon Eclipse will have icons ready for dark themes too, can't wait.
- kablosna 13y agoRe antialiasing, if it's not looking right, try passing -J-Dswing.aatext=true -Dawt.useSystemAAFontSettings=lcd -J-Dorg.netbeans.editor.aa.extra.hints=true (on the command line or add it in $NETBEANS/etc/netbeans.conf)