Maatari Okouya

- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 12
-
-
Maatari Okouya created a post, Scalatest source file coloring disappear after a while !!!
Hi,Since I have updated to the latest version of the scala Plugin 0.41 on Intellij 13, in the source code editor, the scalatest file are loosing their colloring, is that normal ? (I'm using feature... -
Maatari Okouya created a post, Files with error
Hi,I have an eclipse background. Something that i notice recently is that it is not easy to spot file that contains error in the navigator view. In eclipse those file are hilighted in red. Is there... -
Maatari Okouya commented, -
Maatari Okouya created a post, Scalatest support ?
Hi, is there any plan to update the scalatest support in intelliJ. The current report window work a bit in a odd way. For instance if one is using FeatureSpec where you have the name of the feature... -
Maatari Okouya created a post, SBT Assembly
Hi, is it possible to run SBT Assembly from within Intellij? Also i red in the doc that one could add task within the SBT Tool window. But what i see is that it only, help you view your project not... -
Maatari Okouya created a post, Scalatest Report style
Hi, I would like to know how to have a report of scalatest, that would include the number of test expect, the name of the feature, the name of the scenario and then the given when then. Basically s... -
Maatari Okouya created a post, Project Structure
Moving to intellij i'm trying to understand properly the logic behind the its project structure. I come from eclipse. After reading for a while i understood the relation between workspace and proje... -
-
Maatari Okouya created a post, Running a scala application
Hi, I'm trying to run a scala application with the latest version of intellij 13.1.4 with the recommanded scala plugin. 0.38.441I have created a non-SBT scala project. In the src i create a package...