- 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.
推薦閱讀
- UI設計基礎培訓教程
- Reactive Programming with Swift
- 從程序員到架構師:大數據量、緩存、高并發、微服務、多團隊協同等核心場景實戰
- Python機器學習基礎教程
- Vue.js 2 Web Development Projects
- ASP.NET Web API Security Essentials
- UI設計基礎培訓教程(全彩版)
- Robot Framework Test Automation
- 會當凌絕頂:Java開發修行實錄
- 算法超簡單:趣味游戲帶你輕松入門與實踐
- 用Python動手學統計學
- Offer來了:Java面試核心知識點精講(框架篇)
- 透視C#核心技術:系統架構及移動端開發
- Learning iOS Penetration Testing
- 零基礎C語言學習筆記