Markus Halttunen

- Total activity 106
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 40
-
Markus Halttunen created a post, Good code marked as red in the latest versions of the plugin (ReactiveMongo's BSONDocument)
When using http://reactivemongo.org/ the BSONDocument constructor is marked red even though the code compiles. The code was not marked as error in the plugin version 0.39.848 but unfortunately that... -
Markus Halttunen commented, -
-
Markus Halttunen created a post, Will IDEA 8.0 support creating an ActionScript project?
When you create a new project in Flex Builder, you can choose "New Flex Project" or "New ActionScript Project". I've seen examples on how to use IDEA 8.0 EAP for the first scenario, but will the la... -
Markus Halttunen created a post, Using the Spring facets in a bigger project
Hi,I'm trying to start using the Spring integration of IDEA 7.0 with an existing project. The project has about 30 modules and I feel I lack some information to get started. Is there some good tuto... -
Markus Halttunen created a post, How to run unit tests in only in a given directory?
I'm trying to separate unit tests from integration tests by placing them in different folders. Let's call them test/unit and test/integration. I'm using Spring's Integration testing functionality, ... -
Markus Halttunen created a post, Debugger sometimes gets "dead locked" with multiple threads
When I'm debugging a multi-threaded application with IDEA, the application sometimes stops responding. What happens is this: I'm stepping with one thread and suddenly another thread hits a break po... -
Markus Halttunen created a post, How to specify the packaging method for a new library of a web module?
If I add a new library to a web module with a plugin, what is the correct way of specifying the packaging method for it? At the moment, IDEA defaults to "Do nothing" (or something similar) and I wo... -
Markus Halttunen created a post, Launching a browser from IDEA on OS X
Has anybody been able to launch the native browser from an IDEA plugin on OS X? In a normal Java application, I would use "com.apple.mrj.MRJFileUtils" to do it. However, in a plugin I get a ClassNo... -