10-13-2004, 12:30 PM | #1 (permalink) |
Thank God hockey is back
Location: Deeeeeetroit
|
[Java] Object Oriented Programming
So here's the story, I'm a college freshman at Michigan Tech. I'm taking my first programming class and I wanted to do the homework at home instead of fighting for lab time and running over there whenever an idea on how to fix something hits me. So they run all Fedora machines over in the labs and I run XP. The editor they use which i happen to like is gvim. I'm not aware if Gvim will run on windows or not.
I have already installed Java2DkSE and I'm just looking for an editor that is at least somewhat like Gvim. the one that seems to best suit my needs is JCreator but my question is what's the difference between the LE version and PRO? so I know that was a lot of questions there but any help would be great. |
10-13-2004, 02:38 PM | #2 (permalink) |
Tilted
|
GVim does run on Windows (www.vim.org). It is my default editor for almost anything text. Since it's based on vi it may take a little getting used to if you're not familiar with it.
If you are going to be doing extensive programming I would suggest an IDE, maybe Eclipse - its very powerful, but may take some time getting used to. Most IDEs have cool features like syntax completion and file/class hierarchical navigation. |
10-13-2004, 07:41 PM | #7 (permalink) | |
Thank God hockey is back
Location: Deeeeeetroit
|
Quote:
|
|
10-13-2004, 08:27 PM | #8 (permalink) |
Insane
Location: California
|
Well you can do Rational Rose for system modeling, it also generates most of the code once your done modelling. Then you can use Eclipse as your IDE, its very nice though the only bad part is some of the explanation for code errors are confusing. The fact that its open source also means it takes a while to start up, but other then that its all good.
|
10-14-2004, 05:27 PM | #9 (permalink) | |
Insane
Location: Kansas City, MO
|
Quote:
I just picked up vim because I'd seen in mentioned before, and I saw it endorsed here. Nice editor. It seems to be a lot more powerful than what I've used it for thus far, but for what I've seen it is pretty flawless. Herk
__________________
-Blind faith runs into things!- |
|
10-17-2004, 01:16 PM | #10 (permalink) | |
Tilted
|
Quote:
Visual studio is also slow at starting (a lot slower than I'd like anyway). I think the main reason it takes so long is the plug-in architecture and the tens or hundreds of default plugins it uses. The more modular you make things (which eclipse is highly modularized) the longer it takes to coordinate everything. Combine this with Eclipse being written in Java and that is probably why it takes so long to startup. |
|
Tags |
java, object, oriented, programming |
|
|