Eclipse编辑器中,空格代替TAB
一般文件 打开Eclipse preferences, General -> Editors ->… Read More »
一般文件 打开Eclipse preferences, General -> Editors ->… Read More »
CheckStyle会报很多“代码长度超过120“的issue,120是设置的每行最大长度。使用Eclipse… Read More »
1. 创建单独的 help plugin New plugin-in project,非RCP,选择模板“Pl… Read More »
RCP程序中读取其它plugin中的文件: /** * Get the resource located in… Read More »
See the snapshot below: To do this, we should use JFace… Read More »
Eclipse standard/classic version是包含core plugin的源码的,其它的版… Read More »
只需要给workbench添加一个Listener,此逻辑可以添加到ApplicationWorkbenchW… Read More »
编写一个MANIFEST.MF文件(也可以自动生成) Manifest-Version: 1.0 Class-… Read More »
此处的讨论,是基于单UI线程的,也就是说只有一个Display实例。 如何创建一个Shell 需要注意,She… Read More »
SWT允许用户创建Display,是为了在支持多UI线程的操作系统上,创建Multi UI Thread程序。… Read More »