Dragon

- Total activity 50
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 19
-
Created complete Tag attribute in runtime
<?xml version="1.0"?><root> <foo someAtt/></root>I want the attribute "someAtt" will be resoved from the class Foo and show in complete dialog ,after type class name "Foo" or click "Control+... -
Created How to Accessing XML with dynamic rootTagName through IntelliJ IDEA DOM
I am developing a plugin to work with a kind of xml config file.the rootTag name of these xml file is dynamic ,example:A.xml<?xml version="1.0"?><A.xml> <foo> </foo> <bar> </bar></A.xml... -
Created IDEA 5.x IDEA6.x not support any IBM JDK version for compilation !
alway throw Error: String index out of range: -1here is idea.log for Irida, build 419206-04-28 12:09:17,914 INFO - ject.impl.BaseFileConfigurable - Time to save E:\JavaProject\ICBC\ICBCA.iws: ... -
Created What should I do ?
here is an example : ]]>I can get what I have clicked by these codes:but I want to obtain which tag "hello" have been placed,how can I get "greeting" ?thx. -
Created Is there any API to obtain the path of content which is with this modules in project
Project:|-WebContent1| |--JavaSource(path1)| |--WebSource(path2)| |--OtherFilePath(path3)|-WebContent2 |--JavaSource(path4) |--WebSource(path5) |--OtherFilePath(path6)I want get path... -
Created how to use JDOMExternalizable to save user's settings ?
when I close then open one project, the settings not load .who can teach me how to use this interface to save the settings in the "settings Panel"thx. -
-
Created what a pleasantly surprise!
Idea 4 release update every day ?builde 1162 - > build 1162 ---> build 1167 -
Created who can help me ?
a972.g.akamai.net download server is dead, who have downloaded the Aurora (build 1144), upload to my ftp server, thx !!ftp://dragon:dragonpighead@218.30.22.112 -
Created can't debug jsp in tomcat 5 with #963?
tomcat 5 and idea 963 all support jsp45when I debug jsp,intellij can't stop at break point ,why ?