- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Dr Alex Blewitt
- 163字
- 2021-07-14 10:36:25
Summary
In this chapter, we covered how to get started with Eclipse plug-in development. From downloading the right Eclipse package to getting started with a wizard-generated plug-in, you should now have the tools to follow through with the remainder of the chapters of this book.
Specifically, we learned these things:
- The Eclipse SDK and the Eclipse IDE for Eclipse Committers have the necessary plug-in development environment to get you started
- The plug-in creation wizard can be used to create a plug-in project, optionally using one of the example templates
- Testing an Eclipse plug-in launches a second copy of Eclipse with the plug-in installed and available for use
- Launching Eclipse in debug mode allows you to update code and stop execution at breakpoints defined via the editor
Now that we've learned how to get started with Eclipse plug-ins, we're ready to look at creating plug-ins that contribute to the IDE, starting with SWT and Views—which is the topic of the next chapter.
推薦閱讀
- 深入理解Django:框架內幕與實現原理
- Java高手真經(高級編程卷):Java Web高級開發技術
- Learning AWS Lumberyard Game Development
- Visual C++數字圖像處理技術詳解
- Python Data Analysis Cookbook
- C語言程序設計上機指導與習題解答(第2版)
- SSM開發實戰教程(Spring+Spring MVC+MyBatis)
- CoffeeScript Application Development Cookbook
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- 分布式數據庫原理、架構與實踐
- Python開發基礎
- Ext JS 4 Plugin and Extension Development
- Python一行流:像專家一樣寫代碼
- 數字媒體技術概論
- 原型設計:打造成功產品的實用方法及實踐