我正在为Eclipse 3.4创建插件。我使用具有视图的应用程序创建了插件开发项目。现在我正在尝试创建TextViewer
,文档说它位于org.eclipse.jface.text.TextViewer
。但是,整个包都丢失了,eclipse无法找到可导入的TextViewer
类。我想知道为什么会缺少此包/类?如果它真的不见了,有什么替代品取代了TextViewer
?
Eclipse 3.4 文本查看器
原标题:
问题回答
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.jface.text
在您的插件清单中添加org.eclipse.jface.text作为依赖项。 您可以使用第三方工具(如IBM的JAR类查找器)来定位依赖项,或者创建一个虚拟插件,导入目标平台的所有内容并使用打开类型对话框(CTRL + SHIFT + T)。
如果您不喜欢手动的方式,请查看清单编辑器中的依赖自动化管理功能,但是需要小心使用。
我在3.4里面有它。
eclipse-jee-ganymede-win32pluginsorg.eclipse.jface.text_3.4.0.v20080603-2000.jar的中文翻译为:eclipse-jee-ganymede-win32pluginsorg.eclipse.jface.text_3.4.0.v20080603-2000.jar。
相关问题
热门标签
- winforms
- combobox
- fogbugz
- java
- date
- internationalization
- asp.net
- iis
- url-rewriting
- urlrewriter
- c#
- enums
- ocaml
- haxe
- algorithm
- string
- viewstate
- .net
- c++
- c
- symbol-table
- mysql
- database
- postgresql
- licensing
- migration
- vb.net
- vb6
- declaration
- vb6-migration
- python
- psycopg2
- backup
- vmware
- virtualization
- gnu-screen
- authentication
- desktop
- excel
- xll
- cultureinfo
- regioninfo
- oracle
- client
- session
- download
- html
- virtual
- constructor
- scenarios
- perl
- full-text-search
- javascript
- ajax
- testing
- oop
- inheritance
- vim
- encapsulation
- information-hiding