s****e 发帖数: 113 | 1 我想用ide开发,希望能有两个功能
1。能够单步执行,方便调试
2。能够自动进行格式调整,就像vc一样,用alt+f8就能对选定的文本进行格式调整
因为以前都是用jdk,所以不知道哪些ide能作到。谢谢指点 |
g*****n 发帖数: 37 | 2 Microsoft's visual studio
IBM's visual age
Symantec's visual cafe
Sun's sun one studio (community edition 4.1 is free, which is what I use now)
【在 s****e 的大作中提到】 : 我想用ide开发,希望能有两个功能 : 1。能够单步执行,方便调试 : 2。能够自动进行格式调整,就像vc一样,用alt+f8就能对选定的文本进行格式调整 : 因为以前都是用jdk,所以不知道哪些ide能作到。谢谢指点
|
s****e 发帖数: 113 | 3 非常感谢
另外请问,是不是jbuilder没法做到?
【在 g*****n 的大作中提到】 : Microsoft's visual studio : IBM's visual age : Symantec's visual cafe : Sun's sun one studio (community edition 4.1 is free, which is what I use now)
|
m******t 发帖数: 2416 | 4
Any decent IDE should at least have these two features - almost
by the definition of "IDE" itself.
【在 s****e 的大作中提到】 : 非常感谢 : 另外请问,是不是jbuilder没法做到?
|
F*****l 发帖数: 7 | 5 JBuilder is much more powerful than you expect.
【在 s****e 的大作中提到】 : 非常感谢 : 另外请问,是不是jbuilder没法做到?
|
g*****g 发帖数: 34805 | 6 And much more clumsy than you would expect.
【在 F*****l 的大作中提到】 : JBuilder is much more powerful than you expect.
|
n*****k 发帖数: 123 | 7
Just tried IntelliJ Idea, very slow, much slower than JBuilder9 which I am
using right now. I am not saying JBuilder is fast, but with a powerful
machine, it will do you jod quite good.
Except speeds, IntelliJ Idea is a pretty good IDE, lots of very good features.
A very powerful Refactoring tool. Not bad at all.
The fast Java IDE, I believe is Eclipse, a GUI structure similarly to .NET
Window form. But right now it is not as powerful as otheres.
Just wonder if Sun will ever include SWT into th
【在 g*****g 的大作中提到】 : And much more clumsy than you would expect.
|
w******t 发帖数: 1422 | 8
my co-worker call it "visual crappy"
now)
【在 g*****n 的大作中提到】 : Microsoft's visual studio : IBM's visual age : Symantec's visual cafe : Sun's sun one studio (community edition 4.1 is free, which is what I use now)
|
e***g 发帖数: 158 | 9
hell no.
【在 n*****k 的大作中提到】 : : Just tried IntelliJ Idea, very slow, much slower than JBuilder9 which I am : using right now. I am not saying JBuilder is fast, but with a powerful : machine, it will do you jod quite good. : Except speeds, IntelliJ Idea is a pretty good IDE, lots of very good features. : A very powerful Refactoring tool. Not bad at all. : The fast Java IDE, I believe is Eclipse, a GUI structure similarly to .NET : Window form. But right now it is not as powerful as otheres. : Just wonder if Sun will ever include SWT into th
|
g*****n 发帖数: 37 | 10 What is refactoring tool?
what is SWT?
【在 n*****k 的大作中提到】 : : Just tried IntelliJ Idea, very slow, much slower than JBuilder9 which I am : using right now. I am not saying JBuilder is fast, but with a powerful : machine, it will do you jod quite good. : Except speeds, IntelliJ Idea is a pretty good IDE, lots of very good features. : A very powerful Refactoring tool. Not bad at all. : The fast Java IDE, I believe is Eclipse, a GUI structure similarly to .NET : Window form. But right now it is not as powerful as otheres. : Just wonder if Sun will ever include SWT into th
|
w********c 发帖数: 2632 | 11 What does IntelliJ have? In eclipse, refactor only covers rename and move.
SWT is the Standard Widget Toolkit, the native widget library IBM acquired
from OTI.
features.
【在 g*****n 的大作中提到】 : What is refactoring tool? : what is SWT?
|
g*****n 发帖数: 37 | 12 Is SWT more advanced than swing? Or SWT is built on swing?
What is rectoring used for? Thanks.
【在 w********c 的大作中提到】 : What does IntelliJ have? In eclipse, refactor only covers rename and move. : SWT is the Standard Widget Toolkit, the native widget library IBM acquired : from OTI. : : features.
|
n*****k 发帖数: 123 | 13
At least at the basis of performance I think SWT is way better than swing.
Swing is the desktop killer for java right now. however, the bad thing is you
will have to remember manually destroy the object you created.
【在 g*****n 的大作中提到】 : Is SWT more advanced than swing? Or SWT is built on swing? : What is rectoring used for? Thanks.
|
m******t 发帖数: 2416 | 14
I don't use Eclipse as my daily ide, but SWT is impressive indeed.
【在 n*****k 的大作中提到】 : : At least at the basis of performance I think SWT is way better than swing. : Swing is the desktop killer for java right now. however, the bad thing is you : will have to remember manually destroy the object you created.
|