Blog Archives

Intellij Language Injection

Pressing Alt+Enter in Intellij in random places is sometimes beneficial. Today I’ve found a feature which has been built in Intellij since version 6. So, Alt+Enter on String and I could inject a language… Nothing popped up in my mind.

Tagged with: ,
Posted in Uncategorized

How to compile & run JavaFX using Intellij

As recently I use Intellij most of the time due to fabulous Groovy support, I would like to use it also to play with JavaFX. There’s no planned support yet, so I played around with javafxc and javafx tools. In

Tagged with: ,
Posted in Uncategorized