torin farmer

- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
torin farmer created a post, "cannot resolve symbol" issue
Please see the attached images for clarification.I extend a class "Controller" which is highlighted red because Intellij cannot find it although it is imported correctly in line 4 => hightlight_err... -
torin farmer commented, -
torin farmer commented, -
torin farmer created a post, prevent xml-literals from formatting
Hi, how can I prevent xml-literals from being formatted when using the reformat-code option? -
torin farmer created a post, prevent xml-literals from formatting
Hi, how can I prevent xml-literals from being formatted when using the reformat-code option? -
torin farmer commented, -
torin farmer created a post, plugin failure between 378 and 382
I am using IDEA X's Scala Plugin's Nightly Builds. Until version 378 everything worked fine but since version 382 my editor window refuses to open. I cannot open nor create ANY files anymore, be it... -
torin farmer created a post, cannot add Scala facet in latest Idea build
Hi,I cannot add the Scala Factet to my Project:Project Structure =>Modules => click "+"Choose Scala Facet => Nothing happens and below stated Exception is thrown.click "+" again and I get the regul... -
torin farmer commented, -
torin farmer created a post, cannot call java-method from scala class
Hi,I am using both the latest version of idea and the scala-plugin.I have a scala class which extends a java class.The compiler complains about not finding a method in the java-class which definite...