With the latest release of IntelliJ IDEA 12 I decided to give it a try. As a heavy eclipse user it's much easier for me to use the eclipse key map. Stupidly in the eclipse key map that ships with IntelliJ the ctrl-key is used instead of the cmd-key. Windows style copy and paste on the mac sucks.
Luckily
.
For the "go to declaration" there is a cmd + Click key binding that I use a lot in eclipse. Ian didn't changed this key binding from ctrl to cmd. I forked his code and added this binding.
The next thing I run into was that the right click in a context menu was fishy. I found this
on Stackoverflow to fix the problem.
I also added or changed the following keys:
Eclipse, IDEA, IntelliJ, key map, Mac OS X
I just changed the url of this blog to https://jensjaeger.com. TLS encryption is now the default for all request to this page. It might be possible that some image links on some articles are hard coded http. If you find such an error it would be nice if you leave me comment so i can
Read More
Prettytime is a nice java library to format a java Date()s in a nice humanized ago format, like: moments ago 2 minutes ago 13 hours ago 7 months ago 2 years ago Prettytime is localized in over 30 languages. It’s super simple to use Add the dependency to your maven pom: org.ocpsoft.prettytime prettytime 3.2.7.Final or
Read More