andyzhai

posts(9) comments(2) trackbacks(0)
  • 语源科技BlogJava
  • 联系
  • RSS 2.0 Feed 聚合
  • 管理

常用链接

  • 我的随笔
  • 我的评论
  • 我的参与
  • 最新评论

留言簿

  • 给我留言
  • 查看公开留言
  • 查看私人留言

随笔档案

  • 2006年3月 (1)
  • 2006年2月 (3)
  • 2005年8月 (5)

搜索

  •  

最新评论

  • 1. re: Memory Leak of Java Editors in Eclipse
  • Yes, should take snapshot after opening editor.I have to modify it
  • --Andy
  • 2. re: Memory Leak of Java Editors in Eclipse
  • Did you know Eclipse load images into ImageRegistry in lazy mode??
  • --Dennis

阅读排行榜

评论排行榜

View Post

Notes about Erich's book "Contributing to Eclipse"

Chapter 5.
"Run Test" action is an Object (Context) Action. Erich gave the Object Type :  IType.
This type is NOT a java source file or bin file,  but a Class Type.
So the action only occurs when right click like Page 43 Figure 5.3 ( In a Java Perspective)

Chapter 10
Includes  .classpath  (I don't think  .project is necessary, but I am not sure)  When publishing. Otherwise the contributed plugin may not find the class. (why? It's so weird!) and the action doesn't work

Chapter 13
Launch Eclipse with eclipse -clean After publishing, otherwise Eclipse may still use old version Plugin-in jars , plugin.xml etc. ( Even I modified plugin.xml , I also need to run with -clean option)


posted on 2005-08-08 02:10 Andy 阅读(417) 评论(0)  编辑  收藏

新用户注册  刷新评论列表  

只有注册用户登录后才能发表评论。


网站导航:
博客园  博客园最新博文  博问  管理
 
 
Powered by:
语源科技BlogJava
Copyright © Andy