chenlibing
- Total activity 407
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 173
-
Created XDoclet tags completion
I want to develop a plugin for XDoclet tags completion when Crtl+Space is invoked just like javadoc tag completion. Any one can give me some advice or suggestion? Thanks! -
Created Some issue about Properties Editor
First PE is very good plugin. :) I am very anxious to use it's new feature. I want it to be more perfect. The following is some issue when I use it(1.9.1b) in IDEA.1 Lookup list is empty in java fi... -
Created Syntax error under jdk 1.5 should be fixed in IDEA 4.5.x
I have posted some syntax error under jdk 1.5,but it doesn't fix 4.5.x. JetBrains developer possibly fixed the bugs in future version. I think syntax error of jdk 1.5 should be fixed under 4.5.x .s... -
Created an error in Properties Editor
Dmitry Kashin: I use IntelliJ IDEA 4.5.1 with PE 1.8.9a ,and I found double mouse click doesn't work(selecting word). Pls check it. PE is very cool,and all shortcuts in PE should be binded to sta... -
Created autoboxing and auto-unboxing error with '||' operation in Jdk 1.5
The fllowing is my code snippet:Compile is ok,but the editor give me error. I found that '||' cann't accept object type? only primitive type. Is this a bug? -
Created Add category for file template
I have written a lot of file template,and now it is very difficult to manage these file template. I want to create category for these template,such as ejb,struts etc,thus creation from template wil... -
Created A bug in operation with VSS in IDEA 4.5.1
When I add a new file to VSS,and I don't choose "check out immediately",but the IDEA doesn't make the file read only,and the file is writable. :( -
Created Develop J2ME App in IntelliJ --enable debug
One question about developing J2ME in IntelliJ is that we cann't debug app. I have write an article about integrating Antenna with Ant to develop J2ME app in IntelliJ. The following is my steps.1 d... -
Created Debug jsp in IntelliJ 4.5?
Jsp debug does not work in 4.5,why? Breakpoints is not effective,but these points are ok in 4.0. :( -
Created jdk 1.5 syntax error : new loop syntax
When I edit demo file with new loop's syntax,and Marker Bar appears error. I like this loop's writting! tempList=new ArrayList(); tempList.add("one"); tempList.add("two"); ...