eclipse-plugin

Super Dev mode in GWT

北城余情 提交于 2019-12-27 11:39:30
问题 I'm new to gwt. I don't know how to start up Super Dev mode . I need the detailed explanation step by step. I have tried editing gwt.xml file by adding <add-linker name="xsiframe"/> <set-configuration-property name="devModeRedirectEnabled" value="true"/> <set-property name="compiler.useSourceMaps" value="true" /> but i cant get the idea about this. 回答1: Follow these steps, you 'll definitely find the solution. Download the GWT 2.5 RC2, and put it somewhere...I put it in my eclipse/plugins

Eclipse 3.7 Indigo-'Install new software' not progressing : GWT Designer [closed]

你。 提交于 2019-12-25 18:59:53
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 7 years ago . I am really stressed with Installing any new software/plugin into my eclipse. The Install new software just does not work for me ! It goes upto a certain point and just stops there.. I am not able to install new

PDE plugin for Eclipse - which repository to install from? [closed]

爱⌒轻易说出口 提交于 2019-12-25 17:23:00
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I'd like to install the PDE plugin for Eclipse (3.7) I cannot find a working repository... Could you tell me how I can install this plugin? 回答1: Go to Help > Install new software . You should have http://download.eclipse.org/releases/indigo as an update site by default. Select it (or add it if you don't). Select

PDE plugin for Eclipse - which repository to install from? [closed]

和自甴很熟 提交于 2019-12-25 17:22:30
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I'd like to install the PDE plugin for Eclipse (3.7) I cannot find a working repository... Could you tell me how I can install this plugin? 回答1: Go to Help > Install new software . You should have http://download.eclipse.org/releases/indigo as an update site by default. Select it (or add it if you don't). Select

How to add toolbar to java text hover eclipse

馋奶兔 提交于 2019-12-25 15:50:30
问题 I am tring to create my own text hover plugin for eclipse. I success to write my own code in my hover, but I try to add a toolbar to the hover (inside the new tooltip opened). I read that I need to use the getHoverControlCreator function, and I managed to add the toolbar manager that I see when the text hover is opened while running the plugin,in the debbuger I can see that the ToolBarManger has the ToolBar that has the ToolItems, but I can't see them in the real text hover when I opened it.

Enabling/Disabling Toolbar-Command based on selection in ViewPart, not Perspective

≡放荡痞女 提交于 2019-12-25 11:14:12
问题 I have a perspective consisting of multiple ViewPart s. One of these ViewPart s has a command assigned using a menuContribution with locationURI="toolbar:..." . The ViewPart with the Toolbar-Command only contains one Child (a TreeView ) and does this.getSite().setSelectionProvider(child) in it's createPartControl(Composite) -Method. The problem is, that when i click one of the other ViewPart s in my Perspective the Command gets disabled, but the selection does resist in the TreeView

Enabling/Disabling Toolbar-Command based on selection in ViewPart, not Perspective

不羁的心 提交于 2019-12-25 11:10:00
问题 I have a perspective consisting of multiple ViewPart s. One of these ViewPart s has a command assigned using a menuContribution with locationURI="toolbar:..." . The ViewPart with the Toolbar-Command only contains one Child (a TreeView ) and does this.getSite().setSelectionProvider(child) in it's createPartControl(Composite) -Method. The problem is, that when i click one of the other ViewPart s in my Perspective the Command gets disabled, but the selection does resist in the TreeView

Custom component with dynamic configuration like jira, jdbc or azurestorage in talend

徘徊边缘 提交于 2019-12-25 09:42:28
问题 I want to create a Talend component with dynamic configuration. I tried various sources to achieve that but no luck, apprach I tried previously but I could not able to link the component with plug-in, it always gives the error failed to load component then I am trying to create plugins like azure storage I cloned the repo from talend components with dynamic configuraion I developed the new component like azure storage and tried to register in C:\Users\sandy\Documents\talend\TOS_BD-20161216

Open up Eclipse Editor in a dialog

两盒软妹~` 提交于 2019-12-25 08:12:22
问题 I have a requirement where I need to open my editor in a dialog. The things I have are My Editor Plugin A button listener in a different plugin where I need to open this editor in a dialog I tried one way , below is code inside that button listener //this opens up a new workbench window PlatformUI.getWorkbench().openWorkbenchWindow("<provide perspective id here>", null); //this gets active window, which is the above one and opens our editor PlatformUI.getWorkbench().getActiveWorkbenchWindow()

How to make Tortoise recognize project checkout originaly using Eclipse Plugin for SVN?

末鹿安然 提交于 2019-12-25 08:01:11
问题 On Windows 7, I have been using Tortoise for Subversion. I am also using Eclipse plugin for Subversion. I am using both of them interchangeably for making commits or updates to the project files. But on another system, I have same setup, Tortoise doesn't recognize the folders/files as SVN which are checked out using Eclipse. I wonder, how can I fix this? 回答1: My experiences with Eclipse Subversion plugins (Subclipse, Subversive) and other clients (command line client, Tortoise, RapidSVN)