eclipse-plugin

Problem with RTEMS Tools and Kernel installation

吃可爱长大的小学妹 提交于 2020-08-10 19:15:55
问题 I'm installing RTEMS in Ubuntu 19.10. In the last step of https://docs.rtems.org/releases/rtems-docs-4.11.3/user/installation/index.html#rtems-tools-and-kernel (../source-builder/sb-set-builder --prefix=/opt/rtems/4.11 4.11/rtems-i386) it shows next error message (I've deleted the first part of the report because it 's impossible to post more than 30000 characteres): [..] ../../gcc-4.9.3/gcc/lto-compress.c:28:10: fatal error: zlib.h: No such file or directory 28 | #include <zlib.h> | ^~~~~~~~

Unable to open multiple selected files and folders using Eclipse ShowInSystemExplorerHandler API

岁酱吖の 提交于 2020-07-23 06:34:17
问题 Hi I am using Eclipse ShowInSystemExplorerHandler API, it is working fine if I select a single file or folder. But it does not work for multiple selection of files or folders. I provide below the code snippet. Please help me how to resolve so that I should be able to open multiple folders/files in OS specific explorer. By the way I am using structuredSelection.forEach so that I can open all the files and folders. Find below the code. @SuppressWarnings("restriction") public class