David Beutel

- Total activity 209
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 71
-
Created PropertiesEditor plugin
What's the status of the PropertiesEditor plugin? IIRC it could go to the definition of a property name. In IDEA 5, is there a way to do this, besides a text search of *.properties?Cheers,11011011 -
Created keymap action to expand editor tab
I can expand the editor to take up the whole window (and back again) by double-clicking on an editor tab. Is there a keymap action for this?Also, is there a way to search the keymap actions?Cheers... -
Created Tomcat context file ignored
I joined a project that runs a webapp in place, rather than copying it to Tomcat's webapps subdirectory. It does this by having Ant create a context file in conf/Catalina/localhost once. My probl... -
Created svn: deleting directory gives unhelpful read-only warning
Whenever I delete a Subversion controlled directory, idea-3429 shows me a read-only warning:Directory /foo contains read-only file(s). Delete it anyway?where /foo is the absolute path to the direc... -
Created generated build.xml has bad javac executable for j2me
I generated a multiple-file ant build with idea-3425 for a single J2ME module project, with the "Use JSDK definitions from project files" option. The module's target JDK is the project JDK, Sun's ... -
Created SVN default keywords property for Java files?
Suppose I'm using Subversion and in IDEA have configured a Java file header template like/** @version $Id$ */Is there some way to configure a default svn:keywords property of "Id" when adding .java... -
Created SVN commit failed after moving dir containing external
In idea-3425 I checked out a project containing an svn:external directory, moved a parent, and tried to check it back in, but got this error:Messages - Checkin DirectoryError: svn: Commit failed (d... -
Created j2me exploded dir and URL
I've configured an exploded directory (a Tomcat webapp) in my Mobile Build Settings. Irida copies the JAR and JAD there. The JAD in the project has a MIDlet-Jar-URL of just Audiodemo.jar, but the... -
Created partial copy of mobile module resources
I'm a new j2me and Irida user. I've created a project based on Sun's WTK Audiodemo. Along with the src, I've copied both res/icons files and two of the res/audio files. Irida is copying both res... -
Created j2me using wrong Thread?
I'm trying to build one of Sun's wireless toolkit demo apps, the socket MIDlet from NetworkDemo. I get an error in socket.Sender: stop() in socket.Sender cannot override stop() in java.lang.Thread...