Lee Yeow Leong

- Total activity 83
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 34
-
Created 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 ... -
Created [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... -
Created 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. -
Created 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... -
Created 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... -
Created 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? ... -
Created 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... -
Created 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... -
Created 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. -
Created 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 ...