[gcj] Re: java ide

2012-03-27 Thread Sachin Gupta
i tried using eclipse, but it was listing the functions as e.g. binarysearch(int[] a, int arg0, int arg1, int arg2) : the reason why i want other IDE. For netbeans, i don't know how to develop console based applications, as i was working in console only. On Wednesday, March 28, 2012, Hussein El-Sa

[gcj] Re: java ide

2012-03-27 Thread Mort Yao
You can disable auto completion in the Eclipse preferences. IMHO, if you don't want that feature and do the work in console only, you may not need a heavyweight IDE at all (just give a try to vim and emacs) On Tuesday, March 27, 2012 10:19:40 PM UTC+2, Trojan Horse wrote: > > i tried using eclips

[gcj] Re: java ide

2012-03-28 Thread vettukal
Is there are any light weight ide's which can do code completion and syntax highliting and still be lightweight. Thanks On Wednesday, March 28, 2012 1:11:17 AM UTC+5:30, Trojan Horse wrote: > > which is the best java IDE for developing programs for codejam.. -- You received this message becau

[gcj] Re: java ide

2012-03-28 Thread Sachin Gupta
thanks Luis. I think that was the thing i was looking for. Thanks a lot On Wednesday, March 28, 2012, Luis Eduardo Hernandez Torres wrote: > If that is your problem, you only need to attach the source of your > JDK to Eclipse, there are many ways to do this. My personal favourite > is to hit Ctrl

Re: [gcj] Re: java ide

2012-03-27 Thread Hussein El-Sayed
I could't understand what you meant, but you can change the function signature to be more readable cause if you are using Eclipse code generation functionality, it won't be able to know what the parameters are used for.. Anyway both eclipse and netbeans can be used to develop console, and window a

Re: [gcj] Re: java ide

2012-03-28 Thread Luis Eduardo Hernandez Torres
you're welcome On 3/28/12, Sachin Gupta wrote: > thanks Luis. I think that was the thing i was looking for. Thanks a lot > > On Wednesday, March 28, 2012, Luis Eduardo Hernandez Torres wrote: > >> If that is your problem, you only need to attach the source of your >> JDK to Eclipse, there are man