基于eclipse平台“编辑助手”插件开发与实现.rar

RAR格式版权申诉手机打开展开

基于eclipse平台“编辑助手”插件开发与实现,基于eclipse平台“编辑助手”插件开发与实现1.5万字47页包括开题及任务书,另附录中含eclispe插件的安装及卸载及相关资料说明摘要eclipse是ibm向开放源码社区捐赠的开发框架,一个基于java的可扩展开发平台,这个平台本身是由多个子系统构成的,而每个子系统又是由一个或多个建立在平台运行库(platfor...
编号:58-34703大小:574.70K
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 20023286 发布

基于Eclipse平台“编辑助手”插件开发与实现
1.5万字 47页
包括开题及任务书,另附录中含ECLISPE插件的安装及卸载及相关资料说明


摘 要
Eclipse是IBM向开放源码社区捐赠的开发框架,一个基于Java的可扩展开发平台,这个平台本身是由多个子系统构成的,而每个子系统又是由一个或多个建立在平台运行库(Platform Runtime)之上的插件实现的。
Eclipse是一个优秀的集成开发环境,它的插件扩展机制更是它的特点和优势所在。Eclipse本身提供了一个用于开发插件的框架,本论文目的就在于从了解Eclipse的平台体系结构开始,逐步深入到它的插件扩展机制以及插件的工作原理,并在Eclipse提供的插件开发环境中开发一个小型插件。
论文的主要工作在于熟练掌握插件扩展点的运用,同时设计并实现一个具有灵敏辅助提示的java源文件编辑器和提供搜索功能的插件,通过实现特定的扩展点与Eclipse平台实现无缝集成。本论文所做的具有探索性和创新性的工作可为读者更快更好地熟悉Eclipse插件开发提供一个实际的、可视化的参考,与读者共享在Eclipse平台上开发的乐趣所在。
关键字: Eclipse,插件,编辑器,内容灵敏提示,搜索
IDE Design of memory assistant based
on Eclipse platform


Abstract
Eclipse is a development frame which IBM donated to the open source community and an expansive platform based on Java. Many subsystems constitute the platform, but each sub-
system also is realized by one or more plugins which are based on platform runtime.As an int-
egrated development environment Eclipse is extremely outstanding without doubt, but the ex-
pansive mechanism of plug-in is the very characteristic and superiority of it. Eclipse itself provided a frame to develop plug-in. And this paper is aimed to penetrate into its ex-pansive mechanism of plugin gradually from the beginning of understanding the platform architecture of Eclipse, and then develop a small plug-in under plug-in development environment (PDE) provided by Eclipse.
The major work of this paper is to grasp the key of expansive mechanism of plug-in- setting of extension-point, design and realize a java source code editor providing sensitive assistant and loacal document search , then integrate with Eclipse platform seamlessly by extension-point. The explo-ration and innovation work this paper does, can provide the reader an actual and visible reference to get familiar with Eclipse plug-in development sooner and better, and share the pleasure experiences of development in the Eclipse platform with the readers.
Keywords: Eclipse, Plug-in, editor, content sensitive assistant, search
目 录
基于ECLIPSE平台“编辑助手”插件开发与实现 I
摘 要 I
1. 绪论 1
1.1 课题背景 1
1.2 论文结构及主要内容 1
1.3 ECLISPE平台简介 2
1.4 ECLISPE插件开发概述 3
1.4.1 插件开发简介 3
1.4.2 插件开发的优势和不足 4
2. ECLLPSE平台及插件扩展机制 5
2.1 ECLIPSE平台技术概述 5
2.1.1平台体系结构 5
2.1.2平台组件层次 7
2.2 ECLIPSE平台插件扩展机制的实现 7
2.2.1适配器模式简介 7
2.2.2 IAdaptable接口 8
3. 编辑助手插件的需求与设计 10
3.1 需求概述 10
3.1.1 运行环境 10
3.1.2 功能需求 10
3.2 结构设计 10
4. 编辑助手插件的开发与实现 12
4.1前置条件 12
4.1.1 开发环境 12
4.1.2 插件开发引用的开源项目 12
4.1.3 图形界面开发包 13
4.2 在ECLIPSE中进行插件开发 14
4.2.1 插件建立 14
4.2.2 扩展设置 15
4.2.3 插件实现 17
4.2.4 插件成品 27
4.2.5 插件发布 30
5. 开发难点与解决途径 31
5.1 JAVA源文件的解析 31
5.2插件的依赖性和使用第三方JAR文件 32
5.3WORD文档的内容提取 33
5.4 PDF文档的内容提取 34
5.5 资料问题如何解决 34
结 论 36
致 谢 37
参考文献 38
附 录 40
1.1. 附录A :引用 40
1.2. 附录B :ECLISPE插件的安装及卸载 40
1.2.1. ECLIPSE插件的安装 40
1.2.2. ECLIPSE插件的卸载 41
1.3. 附录C:相关资源 41



参考文献
[1] 李睿, 唐胜群.基于Eclipse平台的本体图形编辑器的设计与实现[D] .武汉:武汉大学,2005.
[2] 张进军,张维勇,薛来文.一种基于插件的软件体系结构[D] .安徽:合肥工业大学,2005.
[3] 魏楚元,李陶深,张增芳.基于Eclipse平台的本体图形编辑器的设计与实现[D] .武汉:武汉大学,2005.
[4] 黄凯.基于Eclipse体系的构件开发管理平台的设计实现[D] .湖南:湖南大学,2005.
[5] 郑天华,王学成.基于Eclipse的通用用户权限管理插件的设计与实现[D] .吉林:吉林大学