David Beutel

- Total activity 209
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 71
-
Created M2 won't start
I've been using M1b. I just installed M2 on Windows XP and when I try to start it, it displays the splash window but without my name and date. There's no CPU/disk/network activity. It seems to h... -
Created svn info
In IDEA (7.0M1b), how can I see the Subversion URL for a local file or directory (or see just the path after the repository root), to know what I'm looking at locally and find out where in the repo... -
Created svn:ignore trees
I set the svn:ignore property on a directory and it nicely changes the named subdirectory (e.g., "build") from red to gray in the Project window and removes it from the Changes window's Unversioned... -
-
Created convenient view of char[] as String?
Is there a convenient way in the 7.0M1 debugger to view a char[8192] as a String?I was finally able to, e.g., for foo, via Expression Evaluation of new String(foo).But I couldn't find any way to ge... -
Created what Struts versions does the facet support?
On 7.0M1a, the project I'm looking at now has Struts 1.1. When I try to add a Struts facet to the web module, the Select Struts version is grayed out on 1.2.x. (I tried creating the facet anyway,... -
Created Fedora Core 3: MissingResourceException: com.intellij.j2meplugin.J2MEBundle
7.0M1 exits with the following exception as soon as I open a project. When I remove config/plugins/J2ME_3684.jar this problem goes away, but the project's J2ME module type is not recognized. It's... -
Created Is 7.0M1 a production release?
In other words, has 7.0M1 been fully tested, and will bug fixes be released on a branch, or only in EAP builds along with new features and bugs? Today I was told that 7.0M1 is an EAP build, but I ... -
Created no demo sound?
Do the demos have sound? E.g.,http://www.jetbrains.com/idea/training/demos/IDEA-m1.htmlAll I get is the picture, even though I do get a sound effect when I open the info window. I'm using the lat... -
Created Tomcat thread dump
How do I get the icon for dumping all threads (the snapshot camera icon) on a Tomcat run? It appears for my JUnit run. I tried Ctrl-Break on the Tomcat console but it did nothing.I want to dump a...