Markus Halttunen

- 活动总数 106
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 40
-
Markus Halttunen 创建了一个帖子, 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 进行了评论, -
-
Markus Halttunen 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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... -