|

04-14-2008, 03:32 PM
|
 |
Member
|
|
Join Date: Apr 2008
Posts: 36
|
|
Originally Posted by CaptainMorgan
??? Netbeans is also open source! haha  Looks like you need to learn more about it before you say it has problems my friend.
Yes, I realize that Netbeans is open source and probably written in Java. Netbeans however, compared to Geany, is a hundred-thousand times more complex. I couldn't possible edit the Netbeans source with my current programing skills. I also didn't know that some of the things I mentioned are configurable... I've been up, down, forward, and back through the options.
I did look at Geanys source and found some configuration files that would allow me to change the syntax highlighting... I also found out why it wont run the application, but at the moment, there is nothing I can do about...
__________________
-- www.firemelt.net --
Cheer up, the worst has yet to come...
|
|

04-17-2008, 08:24 AM
|
 |
Moderator
|
|
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 1,136
|
|
I love few of the IDE functionality available in NetBeans. Declaration ans Inspector windows are fine 
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Want to make your IDE the best? Vote Now
|
|

04-21-2008, 02:32 AM
|
 |
Senior Member
|
|
Join Date: Jan 2008
Location: Cebu City, Philippines
Posts: 250
|
|
|
Nice idea....
regards,
sukatoa
|
|

04-21-2008, 05:05 AM
|
 |
Moderator
|
|
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 1,136
|
|
Originally Posted by sukatoa
Nice idea....
regards,
sukatoa
About this thread? If so, thanks to Captain... 
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Want to make your IDE the best? Vote Now
|
|

04-21-2008, 08:10 AM
|
 |
Moderator
|
|
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 1,136
|
|
Originally Posted by Leprechaun
I use JCreator. I was surprised by how many different IDE's there are. Are any of better than the others in any major way? (I'm sure there's lots of little things but I'm looking more at overall aspects.)
Actually it depends on how long we used a specific IDE. Say you use JCreator for four years, and just start to work on Netbeans. Even you are a grate programmer, it take time to familiar with full functionality of an IDE.
Best thing you have to do is, go through the quick start tutorial before selecting an IDE. Almost all IDEs has such a tutorial.
And also I think touched on with more than one IDE is a better option, because we can do some processing in easy way in different IDEs. 
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Want to make your IDE the best? Vote Now
|
|

04-21-2008, 04:50 PM
|
|
Member
|
|
Join Date: Nov 2007
Posts: 25
|
|
Using jgrasp here 
|
|

04-23-2008, 05:07 PM
|
 |
Senior Member
|
|
Join Date: Apr 2008
Location: Canada
Posts: 117
|
|
|
I am using Eclipse and I find it powerful. The GUI looks nice and feels well thought. The concepts are clear and natural for a programmer with some experience. But what absolutely makes it the best choice for me is the amount of features and the plug-ins. I moved to Eclipse a few years back switching from JBuilder and I have no regrets. The fact that Eclipse is not an IDE but a platform for developing IDEs makes it a winner. With the right plug-ins I can work in the same IDE with most of the popular languages on the market and with most of the frameworks and technologies. Excellent integration with tools like CVS, Subversion, ANT and others make it the perfect tool for the full life cycle of a project.
I am not saying other IDEs are not good or lack features. But some of them are not free and most of them I didn't use. And while probably it would be wise to at least try them, let's face it, the time is scarce nowadays.
|
|

04-24-2008, 01:18 AM
|
|
Member
|
|
Join Date: Apr 2008
Posts: 2
|
|
|
I am also new to Java.
When I first started to learn Java we used Netbeans. (Taking a class at my work but had to drop out when the workload increased.)
I am now working in Eclipse and Textpad. I voted for Eclipse since I am there most of the time, but I use both.
I use Textpad to make my small examples while I am figuring out what I am doing. Usually these are a class and something to drive it during my testing of the class. Since it works well with the Java files and allows color in the test (automatic) for the various parts of the code I find the code easy to read. Textpad also will compile and run my little experiments quick and easy, which is helpful.
We have Rational Functional Tester where I work and it uses the Eclipse IDE. I went through the Eclipse provided tutorial and thought it was good. There are many things Eclipse brings in that I hope to make good use of someday. I do struggle with things like bringing in other .jar files, but I think that is more to do with the way Rational works (or doesn't work) with Eclipse. Eclipse good - Rational ... grrrrrrr
|
|

04-24-2008, 05:32 AM
|
 |
Moderator
|
|
Join Date: Jan 2008
Location: Dallas
Posts: 249
|
|
|
How can one code in notepad .. i cant write even helloworld in notepd..
__________________
dont worry newbie, we got you covered.
|
|

04-24-2008, 06:40 AM
|
 |
Senior Member
|
|
Join Date: Apr 2008
Location: Canada
Posts: 117
|
|
Did anybody mention jEdit from jEdit - Programmer's Text Editor - overview ?
It looks nice and it has lots of features. I use it occasionally.
|
|

04-24-2008, 09:28 AM
|
 |
Senior Member
|
|
Join Date: Apr 2008
Posts: 218
|
|
|
How about Eclipse ftw. It is free and it was developed by a team with funding of multi million dollars.
|
|

04-24-2008, 09:51 AM
|
 |
Moderator
|
|
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 1,136
|
|
Originally Posted by roots
How can one code in notepad .. i cant write even helloworld in notepd..
Me too pal.  
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Want to make your IDE the best? Vote Now
|
|

04-24-2008, 10:05 AM
|
 |
Senior Member
|
|
Join Date: Apr 2008
Location: Mumbai(India)
Posts: 230
|
|
|
I have an different opinion over this.
If you are a fresher then do not use IDE. use simple editor that simply highlight the keywords. Because if you are using elipsc,netbeans like IDE at your starting level then you will not get familiar simple and basic problems.
If you have enough experience in development then you should go for IDE to save time and fast development.
What is Your Comments on this?
__________________
sanjeev,संजीव
|
|

04-24-2008, 10:17 AM
|
 |
Senior Member
|
|
Join Date: Apr 2008
Posts: 218
|
|
Originally Posted by sanjeevtarar
I have an different opinion over this.
If you are a fresher then do not use IDE. use simple editor that simply highlight the keywords. Because if you are using elipsc,netbeans like IDE at your starting level then you will not get familiar simple and basic problems.
If you have enough experience in development then you should go for IDE to save time and fast development.
What is Your Comments on this?
I completely agree with you for the first month of college class we only used notepad then we started using eclipse.
We started with notepad so we could learn how to do it ourselves. Without the shortcuts and everything you gain from an IDE, but if you've coded before and have some experience than an IDE is the only way to go.
|
|

04-24-2008, 10:18 AM
|
 |
Moderator
|
|
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 1,136
|
|
I agreed with you pal. Still I remember a lot which I have typed letter by letter in notepad, when I start work on Java few years back. 
All the personally I advice to newbie to work with Notepad. I don't know how many people of you agreed with me. 
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Want to make your IDE the best? Vote Now
|
|

04-24-2008, 10:21 AM
|
 |
Senior Member
|
|
Join Date: Apr 2008
Location: Mumbai(India)
Posts: 230
|
|
Originally Posted by Eranga
I advice to newbie to work with Notepad. I don't know how many people of you agreed with me. 
Definitely i Strongly agree with you Pal.
__________________
sanjeev,संजीव
|
|

04-24-2008, 10:24 AM
|
 |
Moderator
|
|
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 1,136
|
|
ah, cool. Did you have ever work on Notepad Sanjeev? How it is terrible my friend. Have to memories a lot. 
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Want to make your IDE the best? Vote Now
|
|

04-24-2008, 10:30 AM
|
 |
Senior Member
|
|
Join Date: Apr 2008
Location: Mumbai(India)
Posts: 230
|
|
Ya eranga....i used Notepad at starting level.
Now at work i use Eclipsc.
when i do core java practice i use simple editor...that just highlights keywords only. I use this because i want to check or to improve knowledge related with syntax or API....
What do you say dear about this.
__________________
sanjeev,संजीव
|
|

04-24-2008, 11:10 AM
|
 |
Moderator
|
|
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 1,136
|
|
|
It's fine my friend. Basis always make sense in programming, not only with Java, any. Actually an IDE like you talking about is much better than Notepad. Just highlighting keywords helps to users identify the difference with user texts.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Want to make your IDE the best? Vote Now | | |