Tuomas Huhtanen

Avatar
  • Total activity 65
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 21
  • Created

    Relative imports broken

    The plugin doesn't seem to recognize relative imports after updating to the latest (0.2.26322) maia plugin.For example following works fine:import com.foo.app.MyClassand this does notimport app.MyC...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Is the scalac output available somewhere?

    Hi,Is there some way to see the scalac output when idea is compiling scala files? Unfortunately the scalac crashes every now and then and it is next to impossible to know what is the problem withou...
    • 2 followers
    • 6 comments
    • 0 votes
  • Created

    Performance problems (especially in macs)

    There seems to be some major performance problem which affects especially mac users. The problem causes the editor to freeze frequently for seconds and it is maybe most notable when a file is edite...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Ann: Scala Application runner plugin

    Hi all, I made a small plugin that creates run configurations for scala objects. This might be useful to people that use for example specs or some other framework that provides the main metod in so...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    Plugin dependency/class loading problem

    Hi, I'm trying to develop a small plugin that depends on the Scala plugin. The basics seem to be fine, I can call Scala plugin code, I can run the plugin etc. But there seems to be some classloadin...
    • 2 followers
    • 5 comments
    • 0 votes
  • Created

    IDEA leaks handles on win XP - again

    I have had Selena #6913 running for 9 days and the handle count is currently 270000. Even if idea is idle, the handle count rises quite steadily 2 handles at a time in around five second period. Th...
    • 3 followers
    • 4 comments
    • 0 votes
  • Created

    com.intellij.psi.impl.ElementBase missing from openapi.jar?

    I'm trying to create a custom language and while trying to implement the psi elements, the easiest thing seems to extend the PsiElementBase. The problem is that it extends from ElementBase which ca...
    • 3 followers
    • 3 comments
    • 0 votes
  • Created

    remote debugging in j2me

    Remote debugging wtk processes has been broken for quite a few builds for now. Yet there seems to be almost no mentions about this very critical issue for j2me developers. So, I wonder if (most of ...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    jsp include problems

    Hello, I can't get the jsp include file work at Aurora (802-809). For example the following code (which works at server):<% String heading = "heading"; %><%@ include file="/inc.jsp" %><%incStr = "o...
    • 2 followers
    • 1 comment
    • 0 votes