Thomas Santana

- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
-
Created Importing Language Feature results in warning
Since I moved to scala 2.10.0 there are a series of warnings related to missing language features, they can be fixed with imports like this:import scala.language.postfixOpsHowever this generates a ... -
Created Specs2 support on Idea 11.0.2
I can't run Specs2 on the current 0.5.369. I notice that this was fixed on the next EAP. But I was wondering if there is some chance of having this fixed on the official release. I tried load the n... -
Created Recursive Specs2 Class Definition in Project View
I just started working with Specs2 and today I noticed that in the Project view the classes os SpecificationWithJUnit are apearing recursively. You have the same class name appearing in the same cl... -
Created Why does Fast Scala Compiler compile when not needed?
I have been using IDEA X and the Scala plugin is much better. Autocompletion is greately improved and overall I'm really happy.However I still don't get what I do wrong with FSC. When I run somethi... -
Created Version history and version 0.3.2029
I was wondering if there is another place to get the version history or release notes for the plugins. This page hasn't changed in a while:http://confluence.jetbrains.net/display/SCA/Version+Histor... -
Created How to disabling XML reformating?
I love the reformat feature. However I have some problem when working with XML pattern matching. When the file is reformated a lot of whitespace is added to the XML blocks, and I really can't have ... -
Created Help using Fast Scala Compiler
I have tried using FSC for a while now. My project has grown a lot and recompiling was becoming heavier. I managed to get it running well. Individual files really compile faster.But when I try to r... -
Created Resolving XSD schemaLocation
I was working on an XSD file based off of the XHTML 1.1.<?xml version="1.0" encoding="utf-8"?><!-- Created with Liquid XML Studio 0.9.8.0 (http://www.liquid-technologies.com) --><xs:schema targ...