eclipse-plugin

Re-indexing repository in eclipse Ubuntu

你。 提交于 2020-01-24 09:28:13
问题 I just install git repository and install EGit plugin for eclipse. When I change the code and try to save, eclipse starts to re-index the repository. However this process never ends and eclipse becomes slower. I just search the web and try to apply some of proposed solutions but they do not work. Any help is appreciated. Kind regards, 回答1: What version of egit are you using? I believe that this is a bug that has been fixed in the Kepler milestone versions of egit. Install the latest from here

Eclipse CDT New Project Template - How to add a library

青春壹個敷衍的年華 提交于 2020-01-24 07:24:08
问题 In Eclipse CDT Indigo, there is a new feature that allows you to add new C/C++ template projects to the new project wizard. I've figured out how to do this successfully up to a point. I can create a basic project that just depends on simple source files but now I'd like to create a CPPUnit project to which I'd like to automatically add the CPPUnit library. For the life of me, I can't figure out how to achieve this end. Does anyone know how? 回答1: Sorry I am late, but I just had the very same

I am facing error “NullPointExeption”, while trying to detect the user's selection in the eclipse plugin development

淺唱寂寞╮ 提交于 2020-01-24 01:35:09
问题 I am facing error "NullPointExeption", while trying to detect the user's selection in the eclipse plugin development. I have attached the code for both the classes, first, DetectSelection which detects the user's choice in the project explorer and second, SampleView which makes the custom plugin Question that I asked Before : Eclipse Plugin: Get the class name on user's click/selection After that it was working properly, but now I am again facing some errors: Now, I made DetectSelection class

Positioning Toolbars in Eclipse/RCP

北慕城南 提交于 2020-01-23 06:53:07
问题 I was working on my tiny RCP app, which needs a custom perspective switcher to control which views the user can access. So here I am, trying to add a toolbar with a couple of buttons to switch perspectives. I figured the best way to have some control over the stuff would be to add a second toolbar in ApplicationActionBarAdvisor which would call my thee actions/commands to switch perspectives. So let's say I create a second ToolBarContributionItem in the fillCoolBar method, which would look

Positioning Toolbars in Eclipse/RCP

早过忘川 提交于 2020-01-23 06:52:26
问题 I was working on my tiny RCP app, which needs a custom perspective switcher to control which views the user can access. So here I am, trying to add a toolbar with a couple of buttons to switch perspectives. I figured the best way to have some control over the stuff would be to add a second toolbar in ApplicationActionBarAdvisor which would call my thee actions/commands to switch perspectives. So let's say I create a second ToolBarContributionItem in the fillCoolBar method, which would look

Add Java code template programmatically

懵懂的女人 提交于 2020-01-23 05:22:38
问题 I like when Eclipse lets me jump between parameters in a method call using a Tab key. I would like my plugin to provide a similar functionality. To be precise, I am injecting some piece of text into the editor and I would like to highlight specific syntax and let the programmer jump to the next match using the Tab key. Here is an example. Lets suppose I dynamically created the following snippet: String a = "bogus string"; int i = a.[?] I will inject that into the editor and I would like that

AppEngine SDK 1.8.5 and Eclipse Juno not working

谁说我不能喝 提交于 2020-01-23 04:41:06
问题 I've installed the Eclipse plug-in for both GWT and Appengine on 3 different machines, all with Juno (4.2). In each case, I get the following error: "The selected App Engine SDK is not valid: Failed to initialize App Engine SDK at (path)." Reinstalling the SDK does not make any difference. Here is more info. about the different configurations I've tried: Ubuntu 12.0.4, Java 7, Eclipse 4.2 Mac OSX 10.8.5, Java 7, Eclipse 4.2-32 bit Mac OSX 10.8.5, Java 7, Eclipse 4.2-64 bit Mac OSX 10.6.8,

Tomcat application Profiler for Eclipse indigo

妖精的绣舞 提交于 2020-01-22 22:09:33
问题 I tried installing TPTP profiler in eclipse indigo. However It is not working I am getting the following error. Your platform is not supported by Eclipse TPTP. The Integrated Agent Controller will be disabled. To profile on a supported host, please install and use a stand-alone Agent Controller on that host. I dont know how to check my sql memory leaks in my application. Is there any other Eclipse tool to check for memory leak. I want to profile my webapplication hosted in Tomcat. Thanks in

SpringSource Tool Suite missing Spring MVC project template

不羁岁月 提交于 2020-01-21 13:38:05
问题 This is not a duplicate of Spring Tool Suite missing Spring MVC project template Using STS 2.9.2 and have the com.springsource.sts.wizard_2.9.2.201205071000-RELEASE in my plugins folder. I want to use Spring MVC project template but cannot find it either on dashboard or under the "New->Other->SpringSource Tool Suite" menu. I do not want to make a new installation, lots of installed plugins exist. 回答1: For STS 3.0, the way that template projects are accessed has been changed, so it doesn't

SpringSource Tool Suite missing Spring MVC project template

橙三吉。 提交于 2020-01-21 13:37:11
问题 This is not a duplicate of Spring Tool Suite missing Spring MVC project template Using STS 2.9.2 and have the com.springsource.sts.wizard_2.9.2.201205071000-RELEASE in my plugins folder. I want to use Spring MVC project template but cannot find it either on dashboard or under the "New->Other->SpringSource Tool Suite" menu. I do not want to make a new installation, lots of installed plugins exist. 回答1: For STS 3.0, the way that template projects are accessed has been changed, so it doesn't