- IntellJ IDEA! Easier to write with lot of support for Java
- http://projectlombok.org/features/index.html less boilerplate code
- http://velocity.apache.org/engine/devel/user-guide.html for templating
- http://commons.apache.org/ libraries
- https://github.com/google/guava
Mar 20, 2015
Better Java experience
Mar 18, 2015
IntelliJ disable clipboard handling
If you use a clipboard manager like ClipMenu, it will be mal-functional in IntelliJ (Idea, PyCharm, ...)
IntelliJ has it own clipboard handling. To disable it, it's tricky.
http://stackoverflow.com/questions/27949064/how-to-disable-android-studio-intellij-idea-clipboard-management-on-osx
To solve this:
- Open *.app/Contents/bin/idea.properties
- Add a line: ide.mac.useNativeClipboard=True
- Enjoy!
IntelliJ has it own clipboard handling. To disable it, it's tricky.
http://stackoverflow.com/questions/27949064/how-to-disable-android-studio-intellij-idea-clipboard-management-on-osx
To solve this:
- Open *.app/Contents/bin/idea.properties
- Add a line: ide.mac.useNativeClipboard=True
- Enjoy!
Mar 4, 2015
Subscribe to:
Posts (Atom)