Comments below can no longer be edited.
Harmony @ Scala Love conference
Although we won't have Scala Days this year, the Scala Love conference is all the rage. The technology lets us transcend physical boundaries – we can unite while being far away... well, at least as long as there are tickets left ;)
Owing to high demand, the IntelliJ Scala team has volunteered to extend the conference by hosting a third track called Harmony, in addition to the two existing ones, Joy and Happiness:
Feel free to submit a talk in the extra Call for Papers (closed).
Register to attend the Harmony track.
Schedule (Google Calendar)
11:45 – 12:00 CEST / 02:45 – 03:0
by
OlegYch says:
July 27, 2012Cool, thank you!
Can you perhaps make it also work with symbols?
Yule says:
July 29, 2012Is this a feature of Play or standard Scala? I would like to use the feature but I can’t figure out the type of “MyBundle”. It’s not Java’s ResourceBundle, there’s no method “message(String)”. Could you give me a hint? 🙂
Alexander Podkhalyuzin says:
August 7, 2012It’s Java feature, just supported also in Scala.
Currently inspection checks any parameter on call side if parameter has annotation org.jetbrains.annotations.PropertyKey (you can take it from annotations.jar included in any IDEA build). And you can even not to use ResourseBundle (but do you want to do it?).
Yule says:
August 8, 2012Thanks, now I see. I didn’t know about the PropertyKey annotation. I will try that. Thank you! 🙂