Lee Yeow Leong

- 活动总数 83
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 34
-
创建于 Question regarding sample
I downloaded the samplehttp://www.intellij.org/twiki/bin/view/Main/IntelliJUIDesigner#SamplesI'm still confused about how it works, below are my questions.1. I found that if I do not set the fill ... -
创建于 [Variable|Parameter] XXX can have final modifier
I noticed that codes open up in build 833 are having lots of warnings of this, which does not exists in earlier builds.Is there a way to turn off this? I noticed that there is no options to turn i... -
创建于 What's this feature - "Add Named Library"?
What is something that you can attach jars/classes to it and be reuse in other projects? I thought it was this, but I couldn't get this to work.Anyone knows anything about this feature?TIA. -
创建于 cvs checkout of a particular branch
Will this be implemented for aurora?I seen this bug http://www.intellij.net/tracker/idea/viewSCR?publicId=12057 in the tracker but it wasn't specified for which version.This is a commonly used feat... -
创建于 New CVS Integration - How to check out a branch?
I noticed that in the new cvs integration, the tree only list the cvs directory and all the modules specified.There is no way that one can specify a branch.Is the feature on the way? If not, I thi... -
创建于 new cvs integration
It's cool, especially the ability to list history, select one version and check-out.However, the functionality of cvs delete and cvs update a particular file is missing.Any reason for removing it? ... -
创建于 Checkout Project
How does the "Checkout Project" works?I typed in:pserver:]]>@192.168.168.10:/cvsrootand it gave me the following error"Authentication failed. Response from server was: "cvs[pserver aborted]: descra... -
创建于 Warning for having same name for class and local variable
I think it would be nice it IDEA could warn that the user is using the same name for both class and local variable.public class ABC { private String name; public void doSomething() { St... -
创建于 JSP 1.1 support?
Is there any way for IDEA to support JSP1.1 instead of the default JSP1.2 standards for web applications? TIA. -
创建于 How to make idea recognize external tag libraries
I tried specify the uri and location in resource locationuri = /abclocation = D:\idea\abc\app\WEB-INF\tlds\toolkit\abc.tldwithout any success. Below is the setting in my web.xml /abc ...