我正在使用一个基于表单的多页面编辑器。其中,swt控件用作某些页面的UI元素,xtexteditor用作另一个页面的文本编辑器,当我们按住ctrl +空格键时,它具有显示内容辅助功能。
我想使用swt文本小部件添加相同的内容辅助功能。
Que 1:是否可以使用文本小部件添加内容辅助功能?
Que 2:如果我们可以使用文本小部件添加内容辅助功能,那么我应该使用哪种类型的编辑器(texteditor / celleditor /任何其他)与文本小部件一起使用?
我尝试使用textcelleditor(jface celleditor)和我的swt文本小部件,我浏览了很多文章,但他们都使用了带有swt tableviewer的textcelleditor(jface celleditor)。
链接:
http://javafind.appspot.com/model?id=318036
http://www.subshell.com/en/subshell/blog/Eclipse-RCP-Comboboxes-inside-a-JFace-TableViewer100.html
http://www.eclipse.org/articles/Article-Table-viewer/table_viewer.html
http://www.eclipsezone.com/eclipse/forums/t53044.html
http://www.eclipse.org/forums/index.php/t/171575/
任何人都可以在这一点上帮助我“我如何添加内容辅助(基于xtexteditor或任何其他类似的jface celleditor)与文本小部件”。
提前致谢!!