David Beutel
- 活动总数 209
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 71
-
创建于 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 -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...