Topic: I conclude that eclipse is the best choice for now

  Print this page

1.I conclude that eclipse is the best choice for now Copy to clipboard
Posted by: robinhoodx
Posted on: 2003-04-02 21:40

I have ever use notepad, jbuilder, va, eclipse, idea.
now mainly use eclipse technologies centered and plus wsad+clearcase(some project with cvs)+clearquest+ XDE(now studying together4wsad since xde doesn't support wsad5 and who knows when it will be available).

I find that eclipse is collecting all the best practices from other ides and constructing a perfect Integrated Lifecycle Development Environment.

the only shortcome of eclipse is that it might be not easy to use at first. but just stick to it for some time and you will find you have made the right decision.

you can see the discussions on serverside about ides.
http://www.theserverside.com/home/thread.jsp?thread_id=18604&article_count=23

2.Re:I conclude that eclipse is the best choice for now [Re: robinhoodx] Copy to clipboard
Posted by: Julian13
Posted on: 2003-04-03 03:03

thx. very attractive tool. :>

if i want to do eclipse for dev under weblogic + oracle, any reading for a good start?
BTW, if i still using Swing instead of SWT, is eclipse still supporting me doing so?

3.Re:I conclude that eclipse is the best choice for now [Re: Julian13] Copy to clipboard
Posted by: flytiger
Posted on: 2003-04-03 04:24

Julian13 wrote:
thx. very attractive tool. :>

if i want to do eclipse for dev under weblogic + oracle, any reading for a good start?


get plugins below
1. Lomboz (for design J2EE and JSP
2. DBEdit (jdbc database tool)
3. EASIE (App Server plugins)


BTW, if i still using Swing instead of SWT, is eclipse still supporting me doing so?

yup.
V4All a good swing/SWT visual builder for eclipse.

4.Re:I conclude that eclipse is the best choice for now [Re: flytiger] Copy to clipboard
Posted by: dapan
Posted on: 2003-04-03 09:32

Can't get "DBEdit". Sad

Would you please help?

Thx!

^_^

5.Re:I conclude that eclipse is the best choice for now [Re: robinhoodx] Copy to clipboard
Posted by: yamakasy
Posted on: 2003-04-03 10:06

could anyone post a new thread on using eclipse?

6.Re:I conclude that eclipse is the best choice for now [Re: robinhoodx] Copy to clipboard
Posted by: flytiger
Posted on: 2003-04-03 10:16

Here it is.

Have fun

dbedit.0.9.9.zip (851.3k)

7.Re:I conclude that eclipse is the best choice for now [Re: robinhoodx] Copy to clipboard
Posted by: Julian13
Posted on: 2003-04-03 10:31

thx.
i find myself like a kid getting a new toy and
very excited to play around ^.^

8.Re:I conclude that eclipse is the best choice for now [Re: flytiger] Copy to clipboard
Posted by: dapan
Posted on: 2003-04-03 10:34

flytiger wrote:
Here it is.

Have fun


Very Thx!

^_^

9.Re:I conclude that eclipse is the best choice for now [Re: robinhoodx] Copy to clipboard
Posted by: wmgreat
Posted on: 2003-04-03 13:00

I love this tool

10.Re:I conclude that eclipse is the best choice for now [Re: flytiger] Copy to clipboard
Posted by: supertoy
Posted on: 2003-04-03 14:04

只不知道什么好的j2me的插件?

11.Re:I conclude that eclipse is the best choice for now [Re: robinhoodx] Copy to clipboard
Posted by: robinhoodx
Posted on: 2003-04-03 15:18

基于eclipse的WSDD(websphere device developer, j2me, midlet, cdt, c++,simulator)。我有一份,不过不知道怎么给你。

12.Re:I conclude that eclipse is the best choice for now [Re: robinhoodx] Copy to clipboard
Posted by: supertoy
Posted on: 2003-04-03 18:19

那个太大了,对机器要求巨高,我就是想弄个轻巧的

13.Re:I conclude that eclipse is the best choice for now [Re: robinhoodx] Copy to clipboard
Posted by: supertoy
Posted on: 2003-04-03 22:30

eclipse里面的模版的快捷键是ctrl+shift+space怎么修改?

14.Re:I conclude that eclipse is the best choice for now [Re: supertoy] Copy to clipboard
Posted by: flytiger
Posted on: 2003-04-04 02:02

supertoy wrote:
eclipse里面的模版的快捷键是ctrl+shift+space怎么修改?


Window->Preferences->Workbench->Keys->Edit->Content Assist
(and) Context Information

15.Re:I conclude that eclipse is the best choice for now [Re: robinhoodx] Copy to clipboard
Posted by: supertoy
Posted on: 2003-04-04 12:58

没用我在content info改成ctrl+t,出来的不是模版,是现实当前方法的paramter,或则是克访问犯法

16.Re:I conclude that eclipse is the best choice for now [Re: supertoy] Copy to clipboard
Posted by: flytiger
Posted on: 2003-04-04 17:29

supertoy wrote:
没用我在content info改成ctrl+t,出来的不是模版,是现实当前方法的paramter,或则是克访问犯法


the keys to active template is content assist (Ctrl+Space) not context info (Ctrl+Shift+Space)

17.Re:I conclude that eclipse is the best choice for now [Re: robinhoodx] Copy to clipboard
Posted by: supertoy
Posted on: 2003-04-04 18:25

不行呀,我早就把content assit 改成ctrl +h,现在和jbuilder的效果一样,
还是不会出来template. 我说的template是类似jbuilder里ctrl +j的效果

18.Re:I conclude that eclipse is the best choice for now [Re: supertoy] Copy to clipboard
Posted by: flytiger
Posted on: 2003-04-05 00:29

supertoy wrote:
不行呀,我早就把content assit 改成ctrl +h,现在和jbuilder的效果一样,
还是不会出来template. 我说的template是类似jbuilder里ctrl +j的效果


Everything is ok if you change the key binding correctly at my side.
Would you check if you have removed the key binds to other shortcut before you assign it to new function.

For Example, Ctrl+h binds with [Open search Dialog] if you wish to bind it with Content assist you need to remove the old binding first.

19.Re:I conclude that eclipse is the best choice for now [Re: robinhoodx] Copy to clipboard
Posted by: supertoy
Posted on: 2003-04-05 02:28

我是这样做的呀,可是constant assit 出来的只是可访问对象和属性,方法
不是template里面的东西。还有一点,发现我的eclipse2.1居然没有swt的example别人的都有

20.Re:I conclude that eclipse is the best choice for now [Re: supertoy] Copy to clipboard
Posted by: flytiger
Posted on: 2003-04-05 10:10

supertoy wrote:
我是这样做的呀,可是constant assit 出来的只是可访问对象和属性,方法
不是template里面的东西。还有一点,发现我的eclipse2.1居然没有swt的example别人的都有


Don't know what's exactly your issues is.
Everything works fine within my eclipse, and my eclipse doesn't have examples for swt either.
I've try to bind the content assist key to Shift+F3, the templates works for the new setting.
Something you need to aware:
1. Don't bind keys that already in use.
2. templates have their own context scope. that means you can not active the templates for javadoc outside the javadoc block.

21.Re:I conclude that eclipse is the best choice for now [Re: robinhoodx] Copy to clipboard
Posted by: supertoy
Posted on: 2003-04-06 00:14

robinhoodx wrote:
基于eclipse的WSDD(websphere device developer, j2me, midlet, cdt, c++,simulator)。我有一份,不过不知道怎么给你。

能给我下载地址么?或者我跟你弄个ftp

22.Re:I conclude that eclipse is the best choice for now [Re: robinhoodx] Copy to clipboard
Posted by: deavilness
Posted on: 2003-04-06 01:10

这个东西虽然是好,但反应速度实在也不是敢恭维,尤其是保存的时候会编译一次。有一次修改了十多个文件,一执行 save all,那时候狂读硬盘,偶去倒了杯茶,又吃了个包,回来后还没有保存完……:`(

注:偶的机器是 P4-1.6G,512m 内存

23.Re:I conclude that eclipse is the best choice for now [Re: supertoy] Copy to clipboard
Posted by: robinhoodx
Posted on: 2003-04-06 14:43

supertoy wrote:
能给我下载地址么?或者我跟你弄个ftp

我是从一个ftp上下载的,现在已不可用了。不知道阿熊的ftp空间还够不够大,包括linux版365M,只windows版230M。要不你指定个ftp地址,我传上去。
wsdd还不错,速度不慢,各种嵌入式的开发都有例子(j2me,c,c++),也省得给eclipse安装配置cdt了。

24.Re:I conclude that eclipse is the best choice for now [Re: deavilness] Copy to clipboard
Posted by: robinhoodx
Posted on: 2003-04-06 14:54

deavilness wrote:
这个东西虽然是好,但反应速度实在也不是敢恭维,尤其是保存的时候会编译一次。有一次修改了十多个文件,一执行 save all,那时候狂读硬盘,偶去倒了杯茶,又吃了个包,回来后还没有保存完……:`(

注:偶的机器是 P4-1.6G,512m 内存

eclipse编译速度好像比Jbuiilder还好点,以前我编译Jclass源代码时(当时还不会ant),jbuilder死机,eclipse只用了不到10来分钟。
你是不使用的wsad4.03,或5.0?wsad4.03确实比较难受,启动时去趟厕所喝杯水吃点东西,回来时发现cpu还在努力工作。
5.0好多了,基于eclipse2.0,启动快了许多,动态加载plugin,不过还是有点慢,我一般能使用eclipse的情况决不用wsad
你的机器好快辣,我的才p3 850, 512m
内存最重要,wsad5。0建议750m以上。

25.Re:I conclude that eclipse is the best choice for now [Re: flytiger] Copy to clipboard
Posted by: why
Posted on: 2003-05-03 01:03

大家準備留意 MyEclipse 啦!
http://www.myeclipseide.com/
May 5!將 EASIE, BEJY, XMEN & SolarEclipse 統合起來Smile


   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923