eclipse-rcp

Exception when maximizing MPart

こ雲淡風輕ζ 提交于 2020-07-24 04:41:08
问题 I'm creating perspectives in my Eclipse application. Now For working with my perspectives I created some shared elements to share between different perspectives. One of them is a MPartStack with some dynamic MPart elements in it. When I double click on a MPart that is in the MPartStack I got some strange error related to the MinMax addon. But I want to have the min max behavior in my application. All the MParts that are in the share MPartStack has this problem. Other MParts that are in normal

Exception when maximizing MPart

最后都变了- 提交于 2020-07-24 04:41:05
问题 I'm creating perspectives in my Eclipse application. Now For working with my perspectives I created some shared elements to share between different perspectives. One of them is a MPartStack with some dynamic MPart elements in it. When I double click on a MPart that is in the MPartStack I got some strange error related to the MinMax addon. But I want to have the min max behavior in my application. All the MParts that are in the share MPartStack has this problem. Other MParts that are in normal

Exception when maximizing MPart

我的未来我决定 提交于 2020-07-24 04:40:53
问题 I'm creating perspectives in my Eclipse application. Now For working with my perspectives I created some shared elements to share between different perspectives. One of them is a MPartStack with some dynamic MPart elements in it. When I double click on a MPart that is in the MPartStack I got some strange error related to the MinMax addon. But I want to have the min max behavior in my application. All the MParts that are in the share MPartStack has this problem. Other MParts that are in normal

Exception when maximizing MPart

亡梦爱人 提交于 2020-07-24 04:40:08
问题 I'm creating perspectives in my Eclipse application. Now For working with my perspectives I created some shared elements to share between different perspectives. One of them is a MPartStack with some dynamic MPart elements in it. When I double click on a MPart that is in the MPartStack I got some strange error related to the MinMax addon. But I want to have the min max behavior in my application. All the MParts that are in the share MPartStack has this problem. Other MParts that are in normal

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

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

喜夏-厌秋 提交于 2020-07-23 06:31:22
问题 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

Xtext DSL embedded editor in a dialog

匆匆过客 提交于 2020-07-18 05:28:20
问题 I am new to xtext, and i have created a DSL using xtext and i have generated the artifacts, which has generated the editor which has many features like content assist and syntax coloring now the problem is i want to embed the editor inside a dialog. For achieving this im using EmbeddedEditor, i am able to get the embedded editor and place it in the dialog, but the embedded editor is not displaying the contents of the file. The file C:/Eclipse_Work/workspace/runtime_workspace/apa/ex.mydsl

Include an external update site in my update site in Eclipse

天涯浪子 提交于 2020-07-10 08:14:46
问题 I have an update site in which I'm including my features, like this: <?xml version="1.0" encoding="UTF-8"?> <site> <feature url="features/my_feature1_1.0.0.qualifier.jar" id="my_feature1" version="1.0.0.qualifier"> <category name="My Category"/> </feature> <feature url="features/my_feature2_1.0.0.qualifier.jar" id="my_feature2" version="1.0.0.qualifier"> <category name="My Category"/> </feature> ... </site> Some of the plugins included by those features have dependencies on plugins that I

Include an external update site in my update site in Eclipse

[亡魂溺海] 提交于 2020-07-10 08:14:38
问题 I have an update site in which I'm including my features, like this: <?xml version="1.0" encoding="UTF-8"?> <site> <feature url="features/my_feature1_1.0.0.qualifier.jar" id="my_feature1" version="1.0.0.qualifier"> <category name="My Category"/> </feature> <feature url="features/my_feature2_1.0.0.qualifier.jar" id="my_feature2" version="1.0.0.qualifier"> <category name="My Category"/> </feature> ... </site> Some of the plugins included by those features have dependencies on plugins that I

Add two plugins of same version

笑着哭i 提交于 2020-06-18 10:43:25
问题 How to add two plugins of same name with different version in eclipse product file? For example - lua editor plugins has a plugin named com.naef.jnlua which has two versions 0.9.1 and 1.0.3 both the versions are needed to be added. I am developing an eclipse plugin product and I want to add both the plugins to my .product file but my file is considering only the latest version of the plugin com.naef.jnlua. Note: Eclipse IDE is accepting both versions. Help me to solve the issue. 回答1: I use